Shades of Emerald #5EE490
Tints of Emerald #5EE490
RGB
CMYK
RGB Variations
Color information
#5EE490 (or 0x5EE490) is known color: Emerald. HEX triplet: 5E, E4 and 90. RGB value is (94,228,144). Sum of RGB (Red+Green+Blue) = 94+228+144=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #5EE490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE490 is #A11B6F. Grayscale: #B2B2B2. Windows color (decimal): -10558320 or 9495646. OLE color: 9495646.
HSL color Cylindrical-coordinate representation of color #5EE490: hue angle of 142.39º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE490 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 228 | 144 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.11 |
| HSL | 142.39º | 0.71% | 0.63% | - |
| HSV(B) | 142.39º | 0.59% | 0.89% | - |
| XYZ | 37.39 | 59.88 | 35.97 | - |
| YUV | 178.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 228 | 144 | 0.59 | 0 | 0.37 | 0.11 | 142.39 | 0.71 | 0.63 |
| Hex | 5E | E4 | 90 | 3B | 0 | 25 | B | 8E | 47 | 3F |
| Octal | 136 | 344 | 220 | 73 | 0 | 45 | 13 | 216 | 107 | 77 |
| Binary | 1011110 | 11100100 | 10010000 | 111011 | 0 | 100101 | 1011 | 10001110 | 1000111 | 111111 |
Color Harmonies of #5EE490
Complementary color
Monochromatic Colors of #5EE490
Black with #5EE490
Text Example
Text Example
White with #5EE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE490; }
p { color: rgb(94,228,144); }
H1.HeaderClassName
{
color: #5EE490;
}
.AnyTagClassName
{
color: #5EE490;
}
</style>
background-color css
<style>
a { background-color: #5EE490; }
a { background-color: rgb(94,228,144); }
div.DivClassName
{
background-color: #5EE490;
}
.BgClassName
{
background-color: #5EE490;
}
</style>
border-color css
<style>
span { border-color: #5EE490; }
span { border-color: rgb(94,228,144); }
td.TdClassName
{
border-color: #5EE490;
}
.TagClassName
{
border-color: #5EE490;
}
</style>