Shades of Emerald #52DB82
Tints of Emerald #52DB82
RGB
CMYK
RGB Variations
Color information
#52DB82 (or 0x52DB82) is known color: Emerald. HEX triplet: 52, DB and 82. RGB value is (82,219,130). Sum of RGB (Red+Green+Blue) = 82+219+130=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB82 is #AD247D. Grayscale: #A8A8A8. Windows color (decimal): -11347070 or 8575826. OLE color: 8575826.
HSL color Cylindrical-coordinate representation of color #52DB82: hue angle of 141.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB82 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 130 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.14 |
| HSL | 141.02º | 0.66% | 0.59% | - |
| HSV(B) | 141.02º | 0.63% | 0.86% | - |
| XYZ | 32.84 | 54.07 | 29.82 | - |
| YUV | 167.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 130 | 0.63 | 0 | 0.41 | 0.14 | 141.02 | 0.66 | 0.59 |
| Hex | 52 | DB | 82 | 3F | 0 | 29 | E | 8D | 42 | 3B |
| Octal | 122 | 333 | 202 | 77 | 0 | 51 | 16 | 215 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10000010 | 111111 | 0 | 101001 | 1110 | 10001101 | 1000010 | 111011 |
Color Harmonies of #52DB82
Complementary color
Monochromatic Colors of #52DB82
Black with #52DB82
Text Example
Text Example
White with #52DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB82; }
p { color: rgb(82,219,130); }
H1.HeaderClassName
{
color: #52DB82;
}
.AnyTagClassName
{
color: #52DB82;
}
</style>
background-color css
<style>
a { background-color: #52DB82; }
a { background-color: rgb(82,219,130); }
div.DivClassName
{
background-color: #52DB82;
}
.BgClassName
{
background-color: #52DB82;
}
</style>
border-color css
<style>
span { border-color: #52DB82; }
span { border-color: rgb(82,219,130); }
td.TdClassName
{
border-color: #52DB82;
}
.TagClassName
{
border-color: #52DB82;
}
</style>