Shades of Emerald #5CEC92
Tints of Emerald #5CEC92
RGB
CMYK
RGB Variations
Color information
#5CEC92 (or 0x5CEC92) is known color: Emerald. HEX triplet: 5C, EC and 92. RGB value is (92,236,146). Sum of RGB (Red+Green+Blue) = 92+236+146=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #5CEC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEC92 is #A3136D. Grayscale: #B6B6B6. Windows color (decimal): -10687342 or 9628764. OLE color: 9628764.
HSL color Cylindrical-coordinate representation of color #5CEC92: hue angle of 142.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEC92 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 146 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.07 |
| HSL | 142.5º | 0.79% | 0.64% | - |
| HSV(B) | 142.5º | 0.61% | 0.93% | - |
| XYZ | 39.6 | 64.34 | 37.53 | - |
| YUV | 182.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 146 | 0.61 | 0 | 0.38 | 0.07 | 142.5 | 0.79 | 0.64 |
| Hex | 5C | EC | 92 | 3D | 0 | 26 | 7 | 8E | 4F | 40 |
| Octal | 134 | 354 | 222 | 75 | 0 | 46 | 7 | 216 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10010010 | 111101 | 0 | 100110 | 111 | 10001110 | 1001111 | 1000000 |
Color Harmonies of #5CEC92
Complementary color
Monochromatic Colors of #5CEC92
Black with #5CEC92
Text Example
Text Example
White with #5CEC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEC92; }
p { color: rgb(92,236,146); }
H1.HeaderClassName
{
color: #5CEC92;
}
.AnyTagClassName
{
color: #5CEC92;
}
</style>
background-color css
<style>
a { background-color: #5CEC92; }
a { background-color: rgb(92,236,146); }
div.DivClassName
{
background-color: #5CEC92;
}
.BgClassName
{
background-color: #5CEC92;
}
</style>
border-color css
<style>
span { border-color: #5CEC92; }
span { border-color: rgb(92,236,146); }
td.TdClassName
{
border-color: #5CEC92;
}
.TagClassName
{
border-color: #5CEC92;
}
</style>