Shades of Emerald #5EE98E
Tints of Emerald #5EE98E
RGB
CMYK
RGB Variations
Color information
#5EE98E (or 0x5EE98E) is known color: Emerald. HEX triplet: 5E, E9 and 8E. RGB value is (94,233,142). Sum of RGB (Red+Green+Blue) = 94+233+142=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE98E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE98E is #A11671. Grayscale: #B5B5B5. Windows color (decimal): -10557042 or 9365854. OLE color: 9365854.
HSL color Cylindrical-coordinate representation of color #5EE98E: hue angle of 140.72º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE98E is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 142 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.09 |
| HSL | 140.72º | 0.76% | 0.64% | - |
| HSV(B) | 140.72º | 0.6% | 0.91% | - |
| XYZ | 38.64 | 62.61 | 35.64 | - |
| YUV | 181.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 142 | 0.60 | 0 | 0.39 | 0.09 | 140.72 | 0.76 | 0.64 |
| Hex | 5E | E9 | 8E | 3C | 0 | 27 | 9 | 8D | 4C | 40 |
| Octal | 136 | 351 | 216 | 74 | 0 | 47 | 11 | 215 | 114 | 100 |
| Binary | 1011110 | 11101001 | 10001110 | 111100 | 0 | 100111 | 1001 | 10001101 | 1001100 | 1000000 |
Color Harmonies of #5EE98E
Complementary color
Monochromatic Colors of #5EE98E
Black with #5EE98E
Text Example
Text Example
White with #5EE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE98E; }
p { color: rgb(94,233,142); }
H1.HeaderClassName
{
color: #5EE98E;
}
.AnyTagClassName
{
color: #5EE98E;
}
</style>
background-color css
<style>
a { background-color: #5EE98E; }
a { background-color: rgb(94,233,142); }
div.DivClassName
{
background-color: #5EE98E;
}
.BgClassName
{
background-color: #5EE98E;
}
</style>
border-color css
<style>
span { border-color: #5EE98E; }
span { border-color: rgb(94,233,142); }
td.TdClassName
{
border-color: #5EE98E;
}
.TagClassName
{
border-color: #5EE98E;
}
</style>