Shades of Emerald #5ED489
Tints of Emerald #5ED489
RGB
CMYK
RGB Variations
Color information
#5ED489 (or 0x5ED489) is known color: Emerald. HEX triplet: 5E, D4 and 89. RGB value is (94,212,137). Sum of RGB (Red+Green+Blue) = 94+212+137=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED489 is #A12B76. Grayscale: #A8A8A8. Windows color (decimal): -10562423 or 9032798. OLE color: 9032798.
HSL color Cylindrical-coordinate representation of color #5ED489: hue angle of 141.86º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED489 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 137 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.17 |
| HSL | 141.86º | 0.58% | 0.6% | - |
| HSV(B) | 141.86º | 0.56% | 0.83% | - |
| XYZ | 32.67 | 51.27 | 31.84 | - |
| YUV | 168.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 137 | 0.56 | 0 | 0.35 | 0.17 | 141.86 | 0.58 | 0.6 |
| Hex | 5E | D4 | 89 | 38 | 0 | 23 | 11 | 8E | 3A | 3C |
| Octal | 136 | 324 | 211 | 70 | 0 | 43 | 21 | 216 | 72 | 74 |
| Binary | 1011110 | 11010100 | 10001001 | 111000 | 0 | 100011 | 10001 | 10001110 | 111010 | 111100 |
Color Harmonies of #5ED489
Complementary color
Monochromatic Colors of #5ED489
Black with #5ED489
Text Example
Text Example
White with #5ED489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED489; }
p { color: rgb(94,212,137); }
H1.HeaderClassName
{
color: #5ED489;
}
.AnyTagClassName
{
color: #5ED489;
}
</style>
background-color css
<style>
a { background-color: #5ED489; }
a { background-color: rgb(94,212,137); }
div.DivClassName
{
background-color: #5ED489;
}
.BgClassName
{
background-color: #5ED489;
}
</style>
border-color css
<style>
span { border-color: #5ED489; }
span { border-color: rgb(94,212,137); }
td.TdClassName
{
border-color: #5ED489;
}
.TagClassName
{
border-color: #5ED489;
}
</style>