Shades of Emerald #52CC80
Tints of Emerald #52CC80
RGB
CMYK
RGB Variations
Color information
#52CC80 (or 0x52CC80) is known color: Emerald. HEX triplet: 52, CC and 80. RGB value is (82,204,128). Sum of RGB (Red+Green+Blue) = 82+204+128=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CC80 is #AD337F. Grayscale: #9F9F9F. Windows color (decimal): -11350912 or 8440914. OLE color: 8440914.
HSL color Cylindrical-coordinate representation of color #52CC80: hue angle of 142.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC80 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 128 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.2 |
| HSL | 142.62º | 0.54% | 0.56% | - |
| HSV(B) | 142.62º | 0.6% | 0.8% | - |
| XYZ | 28.97 | 46.54 | 27.88 | - |
| YUV | 158.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 128 | 0.60 | 0 | 0.37 | 0.2 | 142.62 | 0.54 | 0.56 |
| Hex | 52 | CC | 80 | 3C | 0 | 25 | 14 | 8F | 36 | 38 |
| Octal | 122 | 314 | 200 | 74 | 0 | 45 | 24 | 217 | 66 | 70 |
| Binary | 1010010 | 11001100 | 10000000 | 111100 | 0 | 100101 | 10100 | 10001111 | 110110 | 111000 |
Color Harmonies of #52CC80
Complementary color
Monochromatic Colors of #52CC80
Black with #52CC80
Text Example
Text Example
White with #52CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC80; }
p { color: rgb(82,204,128); }
H1.HeaderClassName
{
color: #52CC80;
}
.AnyTagClassName
{
color: #52CC80;
}
</style>
background-color css
<style>
a { background-color: #52CC80; }
a { background-color: rgb(82,204,128); }
div.DivClassName
{
background-color: #52CC80;
}
.BgClassName
{
background-color: #52CC80;
}
</style>
border-color css
<style>
span { border-color: #52CC80; }
span { border-color: rgb(82,204,128); }
td.TdClassName
{
border-color: #52CC80;
}
.TagClassName
{
border-color: #52CC80;
}
</style>