Shades of Emerald #5CD576
Tints of Emerald #5CD576
RGB
CMYK
RGB Variations
Color information
#5CD576 (or 0x5CD576) is known color: Emerald. HEX triplet: 5C, D5 and 76. RGB value is (92,213,118). Sum of RGB (Red+Green+Blue) = 92+213+118=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD576 is #A32A89. Grayscale: #A6A6A6. Windows color (decimal): -10693258 or 7787868. OLE color: 7787868.
HSL color Cylindrical-coordinate representation of color #5CD576: hue angle of 132.89º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD576 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 118 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.16 |
| HSL | 132.89º | 0.59% | 0.6% | - |
| HSV(B) | 132.89º | 0.57% | 0.84% | - |
| XYZ | 31.48 | 51.17 | 25.36 | - |
| YUV | 165.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 118 | 0.57 | 0 | 0.45 | 0.16 | 132.89 | 0.59 | 0.6 |
| Hex | 5C | D5 | 76 | 39 | 0 | 2D | 10 | 85 | 3B | 3C |
| Octal | 134 | 325 | 166 | 71 | 0 | 55 | 20 | 205 | 73 | 74 |
| Binary | 1011100 | 11010101 | 1110110 | 111001 | 0 | 101101 | 10000 | 10000101 | 111011 | 111100 |
Color Harmonies of #5CD576
Complementary color
Monochromatic Colors of #5CD576
Black with #5CD576
Text Example
Text Example
White with #5CD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD576; }
p { color: rgb(92,213,118); }
H1.HeaderClassName
{
color: #5CD576;
}
.AnyTagClassName
{
color: #5CD576;
}
</style>
background-color css
<style>
a { background-color: #5CD576; }
a { background-color: rgb(92,213,118); }
div.DivClassName
{
background-color: #5CD576;
}
.BgClassName
{
background-color: #5CD576;
}
</style>
border-color css
<style>
span { border-color: #5CD576; }
span { border-color: rgb(92,213,118); }
td.TdClassName
{
border-color: #5CD576;
}
.TagClassName
{
border-color: #5CD576;
}
</style>