Shades of Emerald #52DC77
Tints of Emerald #52DC77
RGB
CMYK
RGB Variations
Color information
#52DC77 (or 0x52DC77) is known color: Emerald. HEX triplet: 52, DC and 77. RGB value is (82,220,119). Sum of RGB (Red+Green+Blue) = 82+220+119=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC77 is #AD2388. Grayscale: #A7A7A7. Windows color (decimal): -11346825 or 7855186. OLE color: 7855186.
HSL color Cylindrical-coordinate representation of color #52DC77: hue angle of 136.09º 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 #52DC77 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 119 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.14 |
| HSL | 136.09º | 0.66% | 0.59% | - |
| HSV(B) | 136.09º | 0.63% | 0.86% | - |
| XYZ | 32.4 | 54.31 | 26.23 | - |
| YUV | 167.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 119 | 0.63 | 0 | 0.46 | 0.14 | 136.09 | 0.66 | 0.59 |
| Hex | 52 | DC | 77 | 3F | 0 | 2E | E | 88 | 42 | 3B |
| Octal | 122 | 334 | 167 | 77 | 0 | 56 | 16 | 210 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1110111 | 111111 | 0 | 101110 | 1110 | 10001000 | 1000010 | 111011 |
Color Harmonies of #52DC77
Complementary color
Monochromatic Colors of #52DC77
Black with #52DC77
Text Example
Text Example
White with #52DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC77; }
p { color: rgb(82,220,119); }
H1.HeaderClassName
{
color: #52DC77;
}
.AnyTagClassName
{
color: #52DC77;
}
</style>
background-color css
<style>
a { background-color: #52DC77; }
a { background-color: rgb(82,220,119); }
div.DivClassName
{
background-color: #52DC77;
}
.BgClassName
{
background-color: #52DC77;
}
</style>
border-color css
<style>
span { border-color: #52DC77; }
span { border-color: rgb(82,220,119); }
td.TdClassName
{
border-color: #52DC77;
}
.TagClassName
{
border-color: #52DC77;
}
</style>