Shades of Emerald #5CCC80
Tints of Emerald #5CCC80
RGB
CMYK
RGB Variations
Color information
#5CCC80 (or 0x5CCC80) is known color: Emerald. HEX triplet: 5C, CC and 80. RGB value is (92,204,128). Sum of RGB (Red+Green+Blue) = 92+204+128=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCC80 is #A3337F. Grayscale: #A2A2A2. Windows color (decimal): -10695552 or 8440924. OLE color: 8440924.
HSL color Cylindrical-coordinate representation of color #5CCC80: hue angle of 139.29º 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 #5CCC80 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 128 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.2 |
| HSL | 139.29º | 0.52% | 0.58% | - |
| HSV(B) | 139.29º | 0.55% | 0.8% | - |
| XYZ | 29.9 | 47.02 | 27.92 | - |
| YUV | 161.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 128 | 0.55 | 0 | 0.37 | 0.2 | 139.29 | 0.52 | 0.58 |
| Hex | 5C | CC | 80 | 37 | 0 | 25 | 14 | 8B | 34 | 3A |
| Octal | 134 | 314 | 200 | 67 | 0 | 45 | 24 | 213 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10000000 | 110111 | 0 | 100101 | 10100 | 10001011 | 110100 | 111010 |
Color Harmonies of #5CCC80
Complementary color
Monochromatic Colors of #5CCC80
Black with #5CCC80
Text Example
Text Example
White with #5CCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC80; }
p { color: rgb(92,204,128); }
H1.HeaderClassName
{
color: #5CCC80;
}
.AnyTagClassName
{
color: #5CCC80;
}
</style>
background-color css
<style>
a { background-color: #5CCC80; }
a { background-color: rgb(92,204,128); }
div.DivClassName
{
background-color: #5CCC80;
}
.BgClassName
{
background-color: #5CCC80;
}
</style>
border-color css
<style>
span { border-color: #5CCC80; }
span { border-color: rgb(92,204,128); }
td.TdClassName
{
border-color: #5CCC80;
}
.TagClassName
{
border-color: #5CCC80;
}
</style>