Shades of Emerald #5CDD70
Tints of Emerald #5CDD70
RGB
CMYK
RGB Variations
Color information
#5CDD70 (or 0x5CDD70) is known color: Emerald. HEX triplet: 5C, DD and 70. RGB value is (92,221,112). Sum of RGB (Red+Green+Blue) = 92+221+112=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDD70 is #A3228F. Grayscale: #AAAAAA. Windows color (decimal): -10691216 or 7396700. OLE color: 7396700.
HSL color Cylindrical-coordinate representation of color #5CDD70: hue angle of 129.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDD70 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 112 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.13 |
| HSL | 129.3º | 0.65% | 0.61% | - |
| HSV(B) | 129.3º | 0.58% | 0.87% | - |
| XYZ | 33.19 | 55.16 | 24.23 | - |
| YUV | 170 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 112 | 0.58 | 0 | 0.49 | 0.13 | 129.3 | 0.65 | 0.61 |
| Hex | 5C | DD | 70 | 3A | 0 | 31 | D | 81 | 41 | 3D |
| Octal | 134 | 335 | 160 | 72 | 0 | 61 | 15 | 201 | 101 | 75 |
| Binary | 1011100 | 11011101 | 1110000 | 111010 | 0 | 110001 | 1101 | 10000001 | 1000001 | 111101 |
Color Harmonies of #5CDD70
Complementary color
Monochromatic Colors of #5CDD70
Black with #5CDD70
Text Example
Text Example
White with #5CDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD70; }
p { color: rgb(92,221,112); }
H1.HeaderClassName
{
color: #5CDD70;
}
.AnyTagClassName
{
color: #5CDD70;
}
</style>
background-color css
<style>
a { background-color: #5CDD70; }
a { background-color: rgb(92,221,112); }
div.DivClassName
{
background-color: #5CDD70;
}
.BgClassName
{
background-color: #5CDD70;
}
</style>
border-color css
<style>
span { border-color: #5CDD70; }
span { border-color: rgb(92,221,112); }
td.TdClassName
{
border-color: #5CDD70;
}
.TagClassName
{
border-color: #5CDD70;
}
</style>