Shades of Emerald #52DB60
Tints of Emerald #52DB60
RGB
CMYK
RGB Variations
Color information
#52DB60 (or 0x52DB60) is known color: Emerald. HEX triplet: 52, DB and 60. RGB value is (82,219,96). Sum of RGB (Red+Green+Blue) = 82+219+96=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB60 is #AD249F. Grayscale: #A4A4A4. Windows color (decimal): -11347104 or 6347602. OLE color: 6347602.
HSL color Cylindrical-coordinate representation of color #52DB60: hue angle of 126.13º 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 #52DB60 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 96 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.14 |
| HSL | 126.13º | 0.66% | 0.59% | - |
| HSV(B) | 126.13º | 0.63% | 0.86% | - |
| XYZ | 30.92 | 53.3 | 19.72 | - |
| YUV | 164.02 | 89.61 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 96 | 0.63 | 0 | 0.56 | 0.14 | 126.13 | 0.66 | 0.59 |
| Hex | 52 | DB | 60 | 3F | 0 | 38 | E | 7E | 42 | 3B |
| Octal | 122 | 333 | 140 | 77 | 0 | 70 | 16 | 176 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1100000 | 111111 | 0 | 111000 | 1110 | 1111110 | 1000010 | 111011 |
Color Harmonies of #52DB60
Complementary color
Monochromatic Colors of #52DB60
Black with #52DB60
Text Example
Text Example
White with #52DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB60; }
p { color: rgb(82,219,96); }
H1.HeaderClassName
{
color: #52DB60;
}
.AnyTagClassName
{
color: #52DB60;
}
</style>
background-color css
<style>
a { background-color: #52DB60; }
a { background-color: rgb(82,219,96); }
div.DivClassName
{
background-color: #52DB60;
}
.BgClassName
{
background-color: #52DB60;
}
</style>
border-color css
<style>
span { border-color: #52DB60; }
span { border-color: rgb(82,219,96); }
td.TdClassName
{
border-color: #52DB60;
}
.TagClassName
{
border-color: #52DB60;
}
</style>