Emerald Hex Code — #50C878
RGB, HSL, and CMYK values for Emerald.
Emerald Color Values
| Format | Value |
|---|---|
| HEX | #50C878 |
| RGB | rgb(80, 200, 120) |
| HSL | hsl(140, 52%, 55%) |
| CMYK | cmyk(60%, 0%, 40%, 22%) |
Want to explore more shades? Use our Color Converter
About Emerald
Color psychology: Luxury, elegance, balance.
Emerald (#50C878) is a medium shade of green. It's commonly used in web design, graphic design, and branding where luxury, elegance, balance are desired associations.
How to Use Emerald in CSS
/* Using HEX */ color: #50C878; background-color: #50C878; /* Using RGB */ color: rgb(80, 200, 120); /* Using HSL */ color: hsl(140, 52%, 55%);