Shades of Emerald #52DB72
Tints of Emerald #52DB72
RGB
CMYK
RGB Variations
Color information
#52DB72 (or 0x52DB72) is known color: Emerald. HEX triplet: 52, DB and 72. RGB value is (82,219,114). Sum of RGB (Red+Green+Blue) = 82+219+114=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB72 is #AD248D. Grayscale: #A6A6A6. Windows color (decimal): -11347086 or 7527250. OLE color: 7527250.
HSL color Cylindrical-coordinate representation of color #52DB72: hue angle of 134.01º 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 #52DB72 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 114 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.14 |
| HSL | 134.01º | 0.66% | 0.59% | - |
| HSV(B) | 134.01º | 0.63% | 0.86% | - |
| XYZ | 31.85 | 53.67 | 24.6 | - |
| YUV | 166.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 114 | 0.63 | 0 | 0.48 | 0.14 | 134.01 | 0.66 | 0.59 |
| Hex | 52 | DB | 72 | 3F | 0 | 30 | E | 86 | 42 | 3B |
| Octal | 122 | 333 | 162 | 77 | 0 | 60 | 16 | 206 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1110010 | 111111 | 0 | 110000 | 1110 | 10000110 | 1000010 | 111011 |
Color Harmonies of #52DB72
Complementary color
Monochromatic Colors of #52DB72
Black with #52DB72
Text Example
Text Example
White with #52DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB72; }
p { color: rgb(82,219,114); }
H1.HeaderClassName
{
color: #52DB72;
}
.AnyTagClassName
{
color: #52DB72;
}
</style>
background-color css
<style>
a { background-color: #52DB72; }
a { background-color: rgb(82,219,114); }
div.DivClassName
{
background-color: #52DB72;
}
.BgClassName
{
background-color: #52DB72;
}
</style>
border-color css
<style>
span { border-color: #52DB72; }
span { border-color: rgb(82,219,114); }
td.TdClassName
{
border-color: #52DB72;
}
.TagClassName
{
border-color: #52DB72;
}
</style>