Shades of Emerald #52D686
Tints of Emerald #52D686
RGB
CMYK
RGB Variations
Color information
#52D686 (or 0x52D686) is known color: Emerald. HEX triplet: 52, D6 and 86. RGB value is (82,214,134). Sum of RGB (Red+Green+Blue) = 82+214+134=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #52D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D686 is #AD2979. Grayscale: #A5A5A5. Windows color (decimal): -11348346 or 8836690. OLE color: 8836690.
HSL color Cylindrical-coordinate representation of color #52D686: hue angle of 143.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D686 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 134 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.16 |
| HSL | 143.64º | 0.62% | 0.58% | - |
| HSV(B) | 143.64º | 0.62% | 0.84% | - |
| XYZ | 31.83 | 51.61 | 30.84 | - |
| YUV | 165.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 134 | 0.62 | 0 | 0.37 | 0.16 | 143.64 | 0.62 | 0.58 |
| Hex | 52 | D6 | 86 | 3E | 0 | 25 | 10 | 90 | 3E | 3A |
| Octal | 122 | 326 | 206 | 76 | 0 | 45 | 20 | 220 | 76 | 72 |
| Binary | 1010010 | 11010110 | 10000110 | 111110 | 0 | 100101 | 10000 | 10010000 | 111110 | 111010 |
Color Harmonies of #52D686
Complementary color
Monochromatic Colors of #52D686
Black with #52D686
Text Example
Text Example
White with #52D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D686; }
p { color: rgb(82,214,134); }
H1.HeaderClassName
{
color: #52D686;
}
.AnyTagClassName
{
color: #52D686;
}
</style>
background-color css
<style>
a { background-color: #52D686; }
a { background-color: rgb(82,214,134); }
div.DivClassName
{
background-color: #52D686;
}
.BgClassName
{
background-color: #52D686;
}
</style>
border-color css
<style>
span { border-color: #52D686; }
span { border-color: rgb(82,214,134); }
td.TdClassName
{
border-color: #52D686;
}
.TagClassName
{
border-color: #52D686;
}
</style>