Shades of Emerald #5CEC91
Tints of Emerald #5CEC91
RGB
CMYK
RGB Variations
Color information
#5CEC91 (or 0x5CEC91) is known color: Emerald. HEX triplet: 5C, EC and 91. RGB value is (92,236,145). Sum of RGB (Red+Green+Blue) = 92+236+145=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #5CEC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEC91 is #A3136E. Grayscale: #B6B6B6. Windows color (decimal): -10687343 or 9563228. OLE color: 9563228.
HSL color Cylindrical-coordinate representation of color #5CEC91: hue angle of 142.08º 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 #5CEC91 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 145 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.07 |
| HSL | 142.08º | 0.79% | 0.64% | - |
| HSV(B) | 142.08º | 0.61% | 0.93% | - |
| XYZ | 39.52 | 64.31 | 37.12 | - |
| YUV | 182.57 | 106.79 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 145 | 0.61 | 0 | 0.39 | 0.07 | 142.08 | 0.79 | 0.64 |
| Hex | 5C | EC | 91 | 3D | 0 | 27 | 7 | 8E | 4F | 40 |
| Octal | 134 | 354 | 221 | 75 | 0 | 47 | 7 | 216 | 117 | 100 |
| Binary | 1011100 | 11101100 | 10010001 | 111101 | 0 | 100111 | 111 | 10001110 | 1001111 | 1000000 |
Color Harmonies of #5CEC91
Complementary color
Monochromatic Colors of #5CEC91
Black with #5CEC91
Text Example
Text Example
White with #5CEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEC91; }
p { color: rgb(92,236,145); }
H1.HeaderClassName
{
color: #5CEC91;
}
.AnyTagClassName
{
color: #5CEC91;
}
</style>
background-color css
<style>
a { background-color: #5CEC91; }
a { background-color: rgb(92,236,145); }
div.DivClassName
{
background-color: #5CEC91;
}
.BgClassName
{
background-color: #5CEC91;
}
</style>
border-color css
<style>
span { border-color: #5CEC91; }
span { border-color: rgb(92,236,145); }
td.TdClassName
{
border-color: #5CEC91;
}
.TagClassName
{
border-color: #5CEC91;
}
</style>