Shades of Emerald #5CDD80
Tints of Emerald #5CDD80
RGB
CMYK
RGB Variations
Color information
#5CDD80 (or 0x5CDD80) is known color: Emerald. HEX triplet: 5C, DD and 80. RGB value is (92,221,128). Sum of RGB (Red+Green+Blue) = 92+221+128=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDD80 is #A3227F. Grayscale: #ACACAC. Windows color (decimal): -10691200 or 8445276. OLE color: 8445276.
HSL color Cylindrical-coordinate representation of color #5CDD80: hue angle of 136.74º 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 #5CDD80 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 128 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.13 |
| HSL | 136.74º | 0.65% | 0.61% | - |
| HSV(B) | 136.74º | 0.58% | 0.87% | - |
| XYZ | 34.17 | 55.55 | 29.34 | - |
| YUV | 171.83 | 103.26 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 128 | 0.58 | 0 | 0.42 | 0.13 | 136.74 | 0.65 | 0.61 |
| Hex | 5C | DD | 80 | 3A | 0 | 2A | D | 89 | 41 | 3D |
| Octal | 134 | 335 | 200 | 72 | 0 | 52 | 15 | 211 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10000000 | 111010 | 0 | 101010 | 1101 | 10001001 | 1000001 | 111101 |
Color Harmonies of #5CDD80
Complementary color
Monochromatic Colors of #5CDD80
Black with #5CDD80
Text Example
Text Example
White with #5CDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD80; }
p { color: rgb(92,221,128); }
H1.HeaderClassName
{
color: #5CDD80;
}
.AnyTagClassName
{
color: #5CDD80;
}
</style>
background-color css
<style>
a { background-color: #5CDD80; }
a { background-color: rgb(92,221,128); }
div.DivClassName
{
background-color: #5CDD80;
}
.BgClassName
{
background-color: #5CDD80;
}
</style>
border-color css
<style>
span { border-color: #5CDD80; }
span { border-color: rgb(92,221,128); }
td.TdClassName
{
border-color: #5CDD80;
}
.TagClassName
{
border-color: #5CDD80;
}
</style>