Shades of Emerald #52DB78
Tints of Emerald #52DB78
RGB
CMYK
RGB Variations
Color information
#52DB78 (or 0x52DB78) is known color: Emerald. HEX triplet: 52, DB and 78. RGB value is (82,219,120). Sum of RGB (Red+Green+Blue) = 82+219+120=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DB78 is #AD2487. Grayscale: #A7A7A7. Windows color (decimal): -11347080 or 7920466. OLE color: 7920466.
HSL color Cylindrical-coordinate representation of color #52DB78: hue angle of 136.64º 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 #52DB78 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 120 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.14 |
| HSL | 136.64º | 0.66% | 0.59% | - |
| HSV(B) | 136.64º | 0.63% | 0.86% | - |
| XYZ | 32.2 | 53.81 | 26.46 | - |
| YUV | 166.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 120 | 0.63 | 0 | 0.45 | 0.14 | 136.64 | 0.66 | 0.59 |
| Hex | 52 | DB | 78 | 3F | 0 | 2D | E | 89 | 42 | 3B |
| Octal | 122 | 333 | 170 | 77 | 0 | 55 | 16 | 211 | 102 | 73 |
| Binary | 1010010 | 11011011 | 1111000 | 111111 | 0 | 101101 | 1110 | 10001001 | 1000010 | 111011 |
Color Harmonies of #52DB78
Complementary color
Monochromatic Colors of #52DB78
Black with #52DB78
Text Example
Text Example
White with #52DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB78; }
p { color: rgb(82,219,120); }
H1.HeaderClassName
{
color: #52DB78;
}
.AnyTagClassName
{
color: #52DB78;
}
</style>
background-color css
<style>
a { background-color: #52DB78; }
a { background-color: rgb(82,219,120); }
div.DivClassName
{
background-color: #52DB78;
}
.BgClassName
{
background-color: #52DB78;
}
</style>
border-color css
<style>
span { border-color: #52DB78; }
span { border-color: rgb(82,219,120); }
td.TdClassName
{
border-color: #52DB78;
}
.TagClassName
{
border-color: #52DB78;
}
</style>