Shades of Emerald #52DB77
Tints of Emerald #52DB77
RGB
CMYK
RGB Variations
Color information
#52DB77 (or 0x52DB77) is known color: Emerald. HEX triplet: 52, DB and 77. RGB value is (82,219,119). Sum of RGB (Red+Green+Blue) = 82+219+119=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB77 is #AD2488. Grayscale: #A6A6A6. Windows color (decimal): -11347081 or 7854930. OLE color: 7854930.
HSL color Cylindrical-coordinate representation of color #52DB77: hue angle of 136.2º 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 #52DB77 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 119 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.14 |
| HSL | 136.2º | 0.66% | 0.59% | - |
| HSV(B) | 136.2º | 0.63% | 0.86% | - |
| XYZ | 32.14 | 53.79 | 26.14 | - |
| YUV | 166.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 119 | 0.63 | 0 | 0.46 | 0.14 | 136.2 | 0.66 | 0.59 |
| Hex | 52 | DB | 77 | 3F | 0 | 2E | E | 88 | 42 | 3B |
| Octal | 122 | 333 | 167 | 77 | 0 | 56 | 16 | 210 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1110111 | 111111 | 0 | 101110 | 1110 | 10001000 | 1000010 | 111011 |
Color Harmonies of #52DB77
Complementary color
Monochromatic Colors of #52DB77
Black with #52DB77
Text Example
Text Example
White with #52DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB77; }
p { color: rgb(82,219,119); }
H1.HeaderClassName
{
color: #52DB77;
}
.AnyTagClassName
{
color: #52DB77;
}
</style>
background-color css
<style>
a { background-color: #52DB77; }
a { background-color: rgb(82,219,119); }
div.DivClassName
{
background-color: #52DB77;
}
.BgClassName
{
background-color: #52DB77;
}
</style>
border-color css
<style>
span { border-color: #52DB77; }
span { border-color: rgb(82,219,119); }
td.TdClassName
{
border-color: #52DB77;
}
.TagClassName
{
border-color: #52DB77;
}
</style>