Shades of Emerald #5CDD82
Tints of Emerald #5CDD82
RGB
CMYK
RGB Variations
Color information
#5CDD82 (or 0x5CDD82) is known color: Emerald. HEX triplet: 5C, DD and 82. RGB value is (92,221,130). Sum of RGB (Red+Green+Blue) = 92+221+130=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDD82 is #A3227D. Grayscale: #ACACAC. Windows color (decimal): -10691198 or 8576348. OLE color: 8576348.
HSL color Cylindrical-coordinate representation of color #5CDD82: hue angle of 137.67º 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 #5CDD82 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 130 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.13 |
| HSL | 137.67º | 0.65% | 0.61% | - |
| HSV(B) | 137.67º | 0.58% | 0.87% | - |
| XYZ | 34.3 | 55.6 | 30.04 | - |
| YUV | 172.06 | 104.26 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 130 | 0.58 | 0 | 0.41 | 0.13 | 137.67 | 0.65 | 0.61 |
| Hex | 5C | DD | 82 | 3A | 0 | 29 | D | 8A | 41 | 3D |
| Octal | 134 | 335 | 202 | 72 | 0 | 51 | 15 | 212 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10000010 | 111010 | 0 | 101001 | 1101 | 10001010 | 1000001 | 111101 |
Color Harmonies of #5CDD82
Complementary color
Monochromatic Colors of #5CDD82
Black with #5CDD82
Text Example
Text Example
White with #5CDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD82; }
p { color: rgb(92,221,130); }
H1.HeaderClassName
{
color: #5CDD82;
}
.AnyTagClassName
{
color: #5CDD82;
}
</style>
background-color css
<style>
a { background-color: #5CDD82; }
a { background-color: rgb(92,221,130); }
div.DivClassName
{
background-color: #5CDD82;
}
.BgClassName
{
background-color: #5CDD82;
}
</style>
border-color css
<style>
span { border-color: #5CDD82; }
span { border-color: rgb(92,221,130); }
td.TdClassName
{
border-color: #5CDD82;
}
.TagClassName
{
border-color: #5CDD82;
}
</style>