Shades of Emerald #52DF86
Tints of Emerald #52DF86
RGB
CMYK
RGB Variations
Color information
#52DF86 (or 0x52DF86) is known color: Emerald. HEX triplet: 52, DF and 86. RGB value is (82,223,134). Sum of RGB (Red+Green+Blue) = 82+223+134=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF86 is #AD2079. Grayscale: #AAAAAA. Windows color (decimal): -11346042 or 8838994. OLE color: 8838994.
HSL color Cylindrical-coordinate representation of color #52DF86: hue angle of 142.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF86 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 134 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.13 |
| HSL | 142.13º | 0.69% | 0.6% | - |
| HSV(B) | 142.13º | 0.63% | 0.87% | - |
| XYZ | 34.17 | 56.29 | 31.62 | - |
| YUV | 170.7 | 107.29 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 134 | 0.63 | 0 | 0.40 | 0.13 | 142.13 | 0.69 | 0.6 |
| Hex | 52 | DF | 86 | 3F | 0 | 28 | D | 8E | 45 | 3C |
| Octal | 122 | 337 | 206 | 77 | 0 | 50 | 15 | 216 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10000110 | 111111 | 0 | 101000 | 1101 | 10001110 | 1000101 | 111100 |
Color Harmonies of #52DF86
Complementary color
Monochromatic Colors of #52DF86
Black with #52DF86
Text Example
Text Example
White with #52DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF86; }
p { color: rgb(82,223,134); }
H1.HeaderClassName
{
color: #52DF86;
}
.AnyTagClassName
{
color: #52DF86;
}
</style>
background-color css
<style>
a { background-color: #52DF86; }
a { background-color: rgb(82,223,134); }
div.DivClassName
{
background-color: #52DF86;
}
.BgClassName
{
background-color: #52DF86;
}
</style>
border-color css
<style>
span { border-color: #52DF86; }
span { border-color: rgb(82,223,134); }
td.TdClassName
{
border-color: #52DF86;
}
.TagClassName
{
border-color: #52DF86;
}
</style>