Shades of Emerald #5CCC84
Tints of Emerald #5CCC84
RGB
CMYK
RGB Variations
Color information
#5CCC84 (or 0x5CCC84) is known color: Emerald. HEX triplet: 5C, CC and 84. RGB value is (92,204,132). Sum of RGB (Red+Green+Blue) = 92+204+132=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCC84 is #A3337B. Grayscale: #A2A2A2. Windows color (decimal): -10695548 or 8703068. OLE color: 8703068.
HSL color Cylindrical-coordinate representation of color #5CCC84: hue angle of 141.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCC84 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 132 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.2 |
| HSL | 141.43º | 0.52% | 0.58% | - |
| HSV(B) | 141.43º | 0.55% | 0.8% | - |
| XYZ | 30.17 | 47.13 | 29.34 | - |
| YUV | 162.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 132 | 0.55 | 0 | 0.35 | 0.2 | 141.43 | 0.52 | 0.58 |
| Hex | 5C | CC | 84 | 37 | 0 | 23 | 14 | 8D | 34 | 3A |
| Octal | 134 | 314 | 204 | 67 | 0 | 43 | 24 | 215 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10000100 | 110111 | 0 | 100011 | 10100 | 10001101 | 110100 | 111010 |
Color Harmonies of #5CCC84
Complementary color
Monochromatic Colors of #5CCC84
Black with #5CCC84
Text Example
Text Example
White with #5CCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC84; }
p { color: rgb(92,204,132); }
H1.HeaderClassName
{
color: #5CCC84;
}
.AnyTagClassName
{
color: #5CCC84;
}
</style>
background-color css
<style>
a { background-color: #5CCC84; }
a { background-color: rgb(92,204,132); }
div.DivClassName
{
background-color: #5CCC84;
}
.BgClassName
{
background-color: #5CCC84;
}
</style>
border-color css
<style>
span { border-color: #5CCC84; }
span { border-color: rgb(92,204,132); }
td.TdClassName
{
border-color: #5CCC84;
}
.TagClassName
{
border-color: #5CCC84;
}
</style>