Shades of Emerald #5CEF92
Tints of Emerald #5CEF92
RGB
CMYK
RGB Variations
Color information
#5CEF92 (or 0x5CEF92) is known color: Emerald. HEX triplet: 5C, EF and 92. RGB value is (92,239,146). Sum of RGB (Red+Green+Blue) = 92+239+146=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEF92 is #A3106D. Grayscale: #B8B8B8. Windows color (decimal): -10686574 or 9629532. OLE color: 9629532.
HSL color Cylindrical-coordinate representation of color #5CEF92: hue angle of 142.04º 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 #5CEF92 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 146 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.06 |
| HSL | 142.04º | 0.82% | 0.65% | - |
| HSV(B) | 142.04º | 0.62% | 0.94% | - |
| XYZ | 40.47 | 66.08 | 37.82 | - |
| YUV | 184.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 146 | 0.62 | 0 | 0.39 | 0.06 | 142.04 | 0.82 | 0.65 |
| Hex | 5C | EF | 92 | 3E | 0 | 27 | 6 | 8E | 52 | 41 |
| Octal | 134 | 357 | 222 | 76 | 0 | 47 | 6 | 216 | 122 | 101 |
| Binary | 1011100 | 11101111 | 10010010 | 111110 | 0 | 100111 | 110 | 10001110 | 1010010 | 1000001 |
Color Harmonies of #5CEF92
Complementary color
Monochromatic Colors of #5CEF92
Black with #5CEF92
Text Example
Text Example
White with #5CEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEF92; }
p { color: rgb(92,239,146); }
H1.HeaderClassName
{
color: #5CEF92;
}
.AnyTagClassName
{
color: #5CEF92;
}
</style>
background-color css
<style>
a { background-color: #5CEF92; }
a { background-color: rgb(92,239,146); }
div.DivClassName
{
background-color: #5CEF92;
}
.BgClassName
{
background-color: #5CEF92;
}
</style>
border-color css
<style>
span { border-color: #5CEF92; }
span { border-color: rgb(92,239,146); }
td.TdClassName
{
border-color: #5CEF92;
}
.TagClassName
{
border-color: #5CEF92;
}
</style>