Shades of Emerald #52DB69
Tints of Emerald #52DB69
RGB
CMYK
RGB Variations
Color information
#52DB69 (or 0x52DB69) is known color: Emerald. HEX triplet: 52, DB and 69. RGB value is (82,219,105). Sum of RGB (Red+Green+Blue) = 82+219+105=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB69 is #AD2496. Grayscale: #A5A5A5. Windows color (decimal): -11347095 or 6937426. OLE color: 6937426.
HSL color Cylindrical-coordinate representation of color #52DB69: hue angle of 130.07º 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 #52DB69 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 105 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.14 |
| HSL | 130.07º | 0.66% | 0.59% | - |
| HSV(B) | 130.07º | 0.63% | 0.86% | - |
| XYZ | 31.36 | 53.48 | 22.03 | - |
| YUV | 165.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 105 | 0.63 | 0 | 0.52 | 0.14 | 130.07 | 0.66 | 0.59 |
| Hex | 52 | DB | 69 | 3F | 0 | 34 | E | 82 | 42 | 3B |
| Octal | 122 | 333 | 151 | 77 | 0 | 64 | 16 | 202 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1101001 | 111111 | 0 | 110100 | 1110 | 10000010 | 1000010 | 111011 |
Color Harmonies of #52DB69
Complementary color
Monochromatic Colors of #52DB69
Black with #52DB69
Text Example
Text Example
White with #52DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB69; }
p { color: rgb(82,219,105); }
H1.HeaderClassName
{
color: #52DB69;
}
.AnyTagClassName
{
color: #52DB69;
}
</style>
background-color css
<style>
a { background-color: #52DB69; }
a { background-color: rgb(82,219,105); }
div.DivClassName
{
background-color: #52DB69;
}
.BgClassName
{
background-color: #52DB69;
}
</style>
border-color css
<style>
span { border-color: #52DB69; }
span { border-color: rgb(82,219,105); }
td.TdClassName
{
border-color: #52DB69;
}
.TagClassName
{
border-color: #52DB69;
}
</style>