Shades of Emerald #52EC86
Tints of Emerald #52EC86
RGB
CMYK
RGB Variations
Color information
#52EC86 (or 0x52EC86) is known color: Emerald. HEX triplet: 52, EC and 86. RGB value is (82,236,134). Sum of RGB (Red+Green+Blue) = 82+236+134=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC86 is #AD1379. Grayscale: #B2B2B2. Windows color (decimal): -11342714 or 8842322. OLE color: 8842322.
HSL color Cylindrical-coordinate representation of color #52EC86: hue angle of 140.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC86 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 134 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.07 |
| HSL | 140.26º | 0.8% | 0.62% | - |
| HSV(B) | 140.26º | 0.65% | 0.93% | - |
| XYZ | 37.78 | 63.51 | 32.82 | - |
| YUV | 178.33 | 102.98 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 134 | 0.65 | 0 | 0.43 | 0.07 | 140.26 | 0.8 | 0.62 |
| Hex | 52 | EC | 86 | 41 | 0 | 2B | 7 | 8C | 50 | 3E |
| Octal | 122 | 354 | 206 | 101 | 0 | 53 | 7 | 214 | 120 | 76 |
| Binary | 1010010 | 11101100 | 10000110 | 1000001 | 0 | 101011 | 111 | 10001100 | 1010000 | 111110 |
Color Harmonies of #52EC86
Complementary color
Monochromatic Colors of #52EC86
Black with #52EC86
Text Example
Text Example
White with #52EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC86; }
p { color: rgb(82,236,134); }
H1.HeaderClassName
{
color: #52EC86;
}
.AnyTagClassName
{
color: #52EC86;
}
</style>
background-color css
<style>
a { background-color: #52EC86; }
a { background-color: rgb(82,236,134); }
div.DivClassName
{
background-color: #52EC86;
}
.BgClassName
{
background-color: #52EC86;
}
</style>
border-color css
<style>
span { border-color: #52EC86; }
span { border-color: rgb(82,236,134); }
td.TdClassName
{
border-color: #52EC86;
}
.TagClassName
{
border-color: #52EC86;
}
</style>