Shades of Emerald #5CDD84
Tints of Emerald #5CDD84
RGB
CMYK
RGB Variations
Color information
#5CDD84 (or 0x5CDD84) is known color: Emerald. HEX triplet: 5C, DD and 84. RGB value is (92,221,132). Sum of RGB (Red+Green+Blue) = 92+221+132=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDD84 is #A3227B. Grayscale: #ACACAC. Windows color (decimal): -10691196 or 8707420. OLE color: 8707420.
HSL color Cylindrical-coordinate representation of color #5CDD84: hue angle of 138.6º 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 #5CDD84 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 132 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.13 |
| HSL | 138.6º | 0.65% | 0.61% | - |
| HSV(B) | 138.6º | 0.58% | 0.87% | - |
| XYZ | 34.43 | 55.65 | 30.76 | - |
| YUV | 172.28 | 105.26 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 132 | 0.58 | 0 | 0.40 | 0.13 | 138.6 | 0.65 | 0.61 |
| Hex | 5C | DD | 84 | 3A | 0 | 28 | D | 8B | 41 | 3D |
| Octal | 134 | 335 | 204 | 72 | 0 | 50 | 15 | 213 | 101 | 75 |
| Binary | 1011100 | 11011101 | 10000100 | 111010 | 0 | 101000 | 1101 | 10001011 | 1000001 | 111101 |
Color Harmonies of #5CDD84
Complementary color
Monochromatic Colors of #5CDD84
Black with #5CDD84
Text Example
Text Example
White with #5CDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD84; }
p { color: rgb(92,221,132); }
H1.HeaderClassName
{
color: #5CDD84;
}
.AnyTagClassName
{
color: #5CDD84;
}
</style>
background-color css
<style>
a { background-color: #5CDD84; }
a { background-color: rgb(92,221,132); }
div.DivClassName
{
background-color: #5CDD84;
}
.BgClassName
{
background-color: #5CDD84;
}
</style>
border-color css
<style>
span { border-color: #5CDD84; }
span { border-color: rgb(92,221,132); }
td.TdClassName
{
border-color: #5CDD84;
}
.TagClassName
{
border-color: #5CDD84;
}
</style>