Shades of Emerald #52DC84
Tints of Emerald #52DC84
RGB
CMYK
RGB Variations
Color information
#52DC84 (or 0x52DC84) is known color: Emerald. HEX triplet: 52, DC and 84. RGB value is (82,220,132). Sum of RGB (Red+Green+Blue) = 82+220+132=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC84 is #AD237B. Grayscale: #A8A8A8. Windows color (decimal): -11346812 or 8707154. OLE color: 8707154.
HSL color Cylindrical-coordinate representation of color #52DC84: hue angle of 141.74º 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 #52DC84 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 132 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.14 |
| HSL | 141.74º | 0.66% | 0.59% | - |
| HSV(B) | 141.74º | 0.63% | 0.86% | - |
| XYZ | 33.24 | 54.65 | 30.63 | - |
| YUV | 168.71 | 107.28 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 132 | 0.63 | 0 | 0.40 | 0.14 | 141.74 | 0.66 | 0.59 |
| Hex | 52 | DC | 84 | 3F | 0 | 28 | E | 8E | 42 | 3B |
| Octal | 122 | 334 | 204 | 77 | 0 | 50 | 16 | 216 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10000100 | 111111 | 0 | 101000 | 1110 | 10001110 | 1000010 | 111011 |
Color Harmonies of #52DC84
Complementary color
Monochromatic Colors of #52DC84
Black with #52DC84
Text Example
Text Example
White with #52DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC84; }
p { color: rgb(82,220,132); }
H1.HeaderClassName
{
color: #52DC84;
}
.AnyTagClassName
{
color: #52DC84;
}
</style>
background-color css
<style>
a { background-color: #52DC84; }
a { background-color: rgb(82,220,132); }
div.DivClassName
{
background-color: #52DC84;
}
.BgClassName
{
background-color: #52DC84;
}
</style>
border-color css
<style>
span { border-color: #52DC84; }
span { border-color: rgb(82,220,132); }
td.TdClassName
{
border-color: #52DC84;
}
.TagClassName
{
border-color: #52DC84;
}
</style>