Shades of Emerald #52DB84
Tints of Emerald #52DB84
RGB
CMYK
RGB Variations
Color information
#52DB84 (or 0x52DB84) is known color: Emerald. HEX triplet: 52, DB and 84. RGB value is (82,219,132). Sum of RGB (Red+Green+Blue) = 82+219+132=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB84 is #AD247B. Grayscale: #A8A8A8. Windows color (decimal): -11347068 or 8706898. OLE color: 8706898.
HSL color Cylindrical-coordinate representation of color #52DB84: hue angle of 141.9º 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 #52DB84 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 132 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.14 |
| HSL | 141.9º | 0.66% | 0.59% | - |
| HSV(B) | 141.9º | 0.63% | 0.86% | - |
| XYZ | 32.98 | 54.12 | 30.54 | - |
| YUV | 168.12 | 107.61 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 132 | 0.63 | 0 | 0.40 | 0.14 | 141.9 | 0.66 | 0.59 |
| Hex | 52 | DB | 84 | 3F | 0 | 28 | E | 8E | 42 | 3B |
| Octal | 122 | 333 | 204 | 77 | 0 | 50 | 16 | 216 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10000100 | 111111 | 0 | 101000 | 1110 | 10001110 | 1000010 | 111011 |
Color Harmonies of #52DB84
Complementary color
Monochromatic Colors of #52DB84
Black with #52DB84
Text Example
Text Example
White with #52DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB84; }
p { color: rgb(82,219,132); }
H1.HeaderClassName
{
color: #52DB84;
}
.AnyTagClassName
{
color: #52DB84;
}
</style>
background-color css
<style>
a { background-color: #52DB84; }
a { background-color: rgb(82,219,132); }
div.DivClassName
{
background-color: #52DB84;
}
.BgClassName
{
background-color: #52DB84;
}
</style>
border-color css
<style>
span { border-color: #52DB84; }
span { border-color: rgb(82,219,132); }
td.TdClassName
{
border-color: #52DB84;
}
.TagClassName
{
border-color: #52DB84;
}
</style>