Shades of Emerald #5CEF91
Tints of Emerald #5CEF91
RGB
CMYK
RGB Variations
Color information
#5CEF91 (or 0x5CEF91) is known color: Emerald. HEX triplet: 5C, EF and 91. RGB value is (92,239,145). Sum of RGB (Red+Green+Blue) = 92+239+145=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEF91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEF91 is #A3106E. Grayscale: #B8B8B8. Windows color (decimal): -10686575 or 9563996. OLE color: 9563996.
HSL color Cylindrical-coordinate representation of color #5CEF91: hue angle of 141.63º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEF91 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 145 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.06 |
| HSL | 141.63º | 0.82% | 0.65% | - |
| HSV(B) | 141.63º | 0.62% | 0.94% | - |
| XYZ | 40.39 | 66.05 | 37.41 | - |
| YUV | 184.33 | 105.8 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 145 | 0.62 | 0 | 0.39 | 0.06 | 141.63 | 0.82 | 0.65 |
| Hex | 5C | EF | 91 | 3E | 0 | 27 | 6 | 8E | 52 | 41 |
| Octal | 134 | 357 | 221 | 76 | 0 | 47 | 6 | 216 | 122 | 101 |
| Binary | 1011100 | 11101111 | 10010001 | 111110 | 0 | 100111 | 110 | 10001110 | 1010010 | 1000001 |
Color Harmonies of #5CEF91
Complementary color
Monochromatic Colors of #5CEF91
Black with #5CEF91
Text Example
Text Example
White with #5CEF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEF91; }
p { color: rgb(92,239,145); }
H1.HeaderClassName
{
color: #5CEF91;
}
.AnyTagClassName
{
color: #5CEF91;
}
</style>
background-color css
<style>
a { background-color: #5CEF91; }
a { background-color: rgb(92,239,145); }
div.DivClassName
{
background-color: #5CEF91;
}
.BgClassName
{
background-color: #5CEF91;
}
</style>
border-color css
<style>
span { border-color: #5CEF91; }
span { border-color: rgb(92,239,145); }
td.TdClassName
{
border-color: #5CEF91;
}
.TagClassName
{
border-color: #5CEF91;
}
</style>