Shades of Emerald #52DB89
Tints of Emerald #52DB89
RGB
CMYK
RGB Variations
Color information
#52DB89 (or 0x52DB89) is known color: Emerald. HEX triplet: 52, DB and 89. RGB value is (82,219,137). Sum of RGB (Red+Green+Blue) = 82+219+137=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB89 is #AD2476. Grayscale: #A8A8A8. Windows color (decimal): -11347063 or 9034578. OLE color: 9034578.
HSL color Cylindrical-coordinate representation of color #52DB89: hue angle of 144.09º 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 #52DB89 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 137 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.14 |
| HSL | 144.09º | 0.66% | 0.59% | - |
| HSV(B) | 144.09º | 0.63% | 0.86% | - |
| XYZ | 33.33 | 54.26 | 32.38 | - |
| YUV | 168.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 137 | 0.63 | 0 | 0.37 | 0.14 | 144.09 | 0.66 | 0.59 |
| Hex | 52 | DB | 89 | 3F | 0 | 25 | E | 90 | 42 | 3B |
| Octal | 122 | 333 | 211 | 77 | 0 | 45 | 16 | 220 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10001001 | 111111 | 0 | 100101 | 1110 | 10010000 | 1000010 | 111011 |
Color Harmonies of #52DB89
Complementary color
Monochromatic Colors of #52DB89
Black with #52DB89
Text Example
Text Example
White with #52DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB89; }
p { color: rgb(82,219,137); }
H1.HeaderClassName
{
color: #52DB89;
}
.AnyTagClassName
{
color: #52DB89;
}
</style>
background-color css
<style>
a { background-color: #52DB89; }
a { background-color: rgb(82,219,137); }
div.DivClassName
{
background-color: #52DB89;
}
.BgClassName
{
background-color: #52DB89;
}
</style>
border-color css
<style>
span { border-color: #52DB89; }
span { border-color: rgb(82,219,137); }
td.TdClassName
{
border-color: #52DB89;
}
.TagClassName
{
border-color: #52DB89;
}
</style>