Shades of Emerald #5CDA72
Tints of Emerald #5CDA72
RGB
CMYK
RGB Variations
Color information
#5CDA72 (or 0x5CDA72) is known color: Emerald. HEX triplet: 5C, DA and 72. RGB value is (92,218,114). Sum of RGB (Red+Green+Blue) = 92+218+114=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDA72 is #A3258D. Grayscale: #A8A8A8. Windows color (decimal): -10691982 or 7527004. OLE color: 7527004.
HSL color Cylindrical-coordinate representation of color #5CDA72: hue angle of 130.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDA72 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 114 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.15 |
| HSL | 130.48º | 0.63% | 0.61% | - |
| HSV(B) | 130.48º | 0.58% | 0.85% | - |
| XYZ | 32.52 | 53.63 | 24.56 | - |
| YUV | 168.47 | 97.26 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 114 | 0.58 | 0 | 0.48 | 0.15 | 130.48 | 0.63 | 0.61 |
| Hex | 5C | DA | 72 | 3A | 0 | 30 | F | 82 | 3F | 3D |
| Octal | 134 | 332 | 162 | 72 | 0 | 60 | 17 | 202 | 77 | 75 |
| Binary | 1011100 | 11011010 | 1110010 | 111010 | 0 | 110000 | 1111 | 10000010 | 111111 | 111101 |
Color Harmonies of #5CDA72
Complementary color
Monochromatic Colors of #5CDA72
Black with #5CDA72
Text Example
Text Example
White with #5CDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA72; }
p { color: rgb(92,218,114); }
H1.HeaderClassName
{
color: #5CDA72;
}
.AnyTagClassName
{
color: #5CDA72;
}
</style>
background-color css
<style>
a { background-color: #5CDA72; }
a { background-color: rgb(92,218,114); }
div.DivClassName
{
background-color: #5CDA72;
}
.BgClassName
{
background-color: #5CDA72;
}
</style>
border-color css
<style>
span { border-color: #5CDA72; }
span { border-color: rgb(92,218,114); }
td.TdClassName
{
border-color: #5CDA72;
}
.TagClassName
{
border-color: #5CDA72;
}
</style>