Shades of Emerald #52DC82
Tints of Emerald #52DC82
RGB
CMYK
RGB Variations
Color information
#52DC82 (or 0x52DC82) is known color: Emerald. HEX triplet: 52, DC and 82. RGB value is (82,220,130). Sum of RGB (Red+Green+Blue) = 82+220+130=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC82 is #AD237D. Grayscale: #A8A8A8. Windows color (decimal): -11346814 or 8576082. OLE color: 8576082.
HSL color Cylindrical-coordinate representation of color #52DC82: hue angle of 140.87º 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 #52DC82 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 130 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.14 |
| HSL | 140.87º | 0.66% | 0.59% | - |
| HSV(B) | 140.87º | 0.63% | 0.86% | - |
| XYZ | 33.1 | 54.59 | 29.91 | - |
| YUV | 168.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 130 | 0.63 | 0 | 0.41 | 0.14 | 140.87 | 0.66 | 0.59 |
| Hex | 52 | DC | 82 | 3F | 0 | 29 | E | 8D | 42 | 3B |
| Octal | 122 | 334 | 202 | 77 | 0 | 51 | 16 | 215 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10000010 | 111111 | 0 | 101001 | 1110 | 10001101 | 1000010 | 111011 |
Color Harmonies of #52DC82
Complementary color
Monochromatic Colors of #52DC82
Black with #52DC82
Text Example
Text Example
White with #52DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC82; }
p { color: rgb(82,220,130); }
H1.HeaderClassName
{
color: #52DC82;
}
.AnyTagClassName
{
color: #52DC82;
}
</style>
background-color css
<style>
a { background-color: #52DC82; }
a { background-color: rgb(82,220,130); }
div.DivClassName
{
background-color: #52DC82;
}
.BgClassName
{
background-color: #52DC82;
}
</style>
border-color css
<style>
span { border-color: #52DC82; }
span { border-color: rgb(82,220,130); }
td.TdClassName
{
border-color: #52DC82;
}
.TagClassName
{
border-color: #52DC82;
}
</style>