Shades of Emerald #5EEF92
Tints of Emerald #5EEF92
RGB
CMYK
RGB Variations
Color information
#5EEF92 (or 0x5EEF92) is known color: Emerald. HEX triplet: 5E, EF and 92. RGB value is (94,239,146). Sum of RGB (Red+Green+Blue) = 94+239+146=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEF92 is #A1106D. Grayscale: #B9B9B9. Windows color (decimal): -10555502 or 9629534. OLE color: 9629534.
HSL color Cylindrical-coordinate representation of color #5EEF92: hue angle of 141.52º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEF92 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 146 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.06 |
| HSL | 141.52º | 0.82% | 0.65% | - |
| HSV(B) | 141.52º | 0.61% | 0.94% | - |
| XYZ | 40.67 | 66.19 | 37.83 | - |
| YUV | 185.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 146 | 0.61 | 0 | 0.39 | 0.06 | 141.52 | 0.82 | 0.65 |
| Hex | 5E | EF | 92 | 3D | 0 | 27 | 6 | 8E | 52 | 41 |
| Octal | 136 | 357 | 222 | 75 | 0 | 47 | 6 | 216 | 122 | 101 |
| Binary | 1011110 | 11101111 | 10010010 | 111101 | 0 | 100111 | 110 | 10001110 | 1010010 | 1000001 |
Color Harmonies of #5EEF92
Complementary color
Monochromatic Colors of #5EEF92
Black with #5EEF92
Text Example
Text Example
White with #5EEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEF92; }
p { color: rgb(94,239,146); }
H1.HeaderClassName
{
color: #5EEF92;
}
.AnyTagClassName
{
color: #5EEF92;
}
</style>
background-color css
<style>
a { background-color: #5EEF92; }
a { background-color: rgb(94,239,146); }
div.DivClassName
{
background-color: #5EEF92;
}
.BgClassName
{
background-color: #5EEF92;
}
</style>
border-color css
<style>
span { border-color: #5EEF92; }
span { border-color: rgb(94,239,146); }
td.TdClassName
{
border-color: #5EEF92;
}
.TagClassName
{
border-color: #5EEF92;
}
</style>