Shades of Emerald #52DB80
Tints of Emerald #52DB80
RGB
CMYK
RGB Variations
Color information
#52DB80 (or 0x52DB80) is known color: Emerald. HEX triplet: 52, DB and 80. RGB value is (82,219,128). Sum of RGB (Red+Green+Blue) = 82+219+128=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB80 is #AD247F. Grayscale: #A7A7A7. Windows color (decimal): -11347072 or 8444754. OLE color: 8444754.
HSL color Cylindrical-coordinate representation of color #52DB80: hue angle of 140.15º 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 #52DB80 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 128 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.14 |
| HSL | 140.15º | 0.66% | 0.59% | - |
| HSV(B) | 140.15º | 0.63% | 0.86% | - |
| XYZ | 32.71 | 54.02 | 29.12 | - |
| YUV | 167.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 128 | 0.63 | 0 | 0.42 | 0.14 | 140.15 | 0.66 | 0.59 |
| Hex | 52 | DB | 80 | 3F | 0 | 2A | E | 8C | 42 | 3B |
| Octal | 122 | 333 | 200 | 77 | 0 | 52 | 16 | 214 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10000000 | 111111 | 0 | 101010 | 1110 | 10001100 | 1000010 | 111011 |
Color Harmonies of #52DB80
Complementary color
Monochromatic Colors of #52DB80
Black with #52DB80
Text Example
Text Example
White with #52DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB80; }
p { color: rgb(82,219,128); }
H1.HeaderClassName
{
color: #52DB80;
}
.AnyTagClassName
{
color: #52DB80;
}
</style>
background-color css
<style>
a { background-color: #52DB80; }
a { background-color: rgb(82,219,128); }
div.DivClassName
{
background-color: #52DB80;
}
.BgClassName
{
background-color: #52DB80;
}
</style>
border-color css
<style>
span { border-color: #52DB80; }
span { border-color: rgb(82,219,128); }
td.TdClassName
{
border-color: #52DB80;
}
.TagClassName
{
border-color: #52DB80;
}
</style>