Shades of Emerald #52DD80
Tints of Emerald #52DD80
RGB
CMYK
RGB Variations
Color information
#52DD80 (or 0x52DD80) is known color: Emerald. HEX triplet: 52, DD and 80. RGB value is (82,221,128). Sum of RGB (Red+Green+Blue) = 82+221+128=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DD80 is #AD227F. Grayscale: #A9A9A9. Windows color (decimal): -11346560 or 8445266. OLE color: 8445266.
HSL color Cylindrical-coordinate representation of color #52DD80: hue angle of 139.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD80 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 128 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.13 |
| HSL | 139.86º | 0.67% | 0.59% | - |
| HSV(B) | 139.86º | 0.63% | 0.87% | - |
| XYZ | 33.23 | 55.07 | 29.3 | - |
| YUV | 168.84 | 104.95 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 128 | 0.63 | 0 | 0.42 | 0.13 | 139.86 | 0.67 | 0.59 |
| Hex | 52 | DD | 80 | 3F | 0 | 2A | D | 8C | 43 | 3B |
| Octal | 122 | 335 | 200 | 77 | 0 | 52 | 15 | 214 | 103 | 73 |
| Binary | 1010010 | 11011101 | 10000000 | 111111 | 0 | 101010 | 1101 | 10001100 | 1000011 | 111011 |
Color Harmonies of #52DD80
Complementary color
Monochromatic Colors of #52DD80
Black with #52DD80
Text Example
Text Example
White with #52DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD80; }
p { color: rgb(82,221,128); }
H1.HeaderClassName
{
color: #52DD80;
}
.AnyTagClassName
{
color: #52DD80;
}
</style>
background-color css
<style>
a { background-color: #52DD80; }
a { background-color: rgb(82,221,128); }
div.DivClassName
{
background-color: #52DD80;
}
.BgClassName
{
background-color: #52DD80;
}
</style>
border-color css
<style>
span { border-color: #52DD80; }
span { border-color: rgb(82,221,128); }
td.TdClassName
{
border-color: #52DD80;
}
.TagClassName
{
border-color: #52DD80;
}
</style>