Shades of Emerald #52D188
Tints of Emerald #52D188
RGB
CMYK
RGB Variations
Color information
#52D188 (or 0x52D188) is known color: Emerald. HEX triplet: 52, D1 and 88. RGB value is (82,209,136). Sum of RGB (Red+Green+Blue) = 82+209+136=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #52D188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D188 is #AD2E77. Grayscale: #A2A2A2. Windows color (decimal): -11349624 or 8966482. OLE color: 8966482.
HSL color Cylindrical-coordinate representation of color #52D188: hue angle of 145.51º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D188 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 136 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.18 |
| HSL | 145.51º | 0.58% | 0.57% | - |
| HSV(B) | 145.51º | 0.61% | 0.82% | - |
| XYZ | 30.72 | 49.17 | 31.16 | - |
| YUV | 162.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 136 | 0.61 | 0 | 0.35 | 0.18 | 145.51 | 0.58 | 0.57 |
| Hex | 52 | D1 | 88 | 3D | 0 | 23 | 12 | 92 | 3A | 39 |
| Octal | 122 | 321 | 210 | 75 | 0 | 43 | 22 | 222 | 72 | 71 |
| Binary | 1010010 | 11010001 | 10001000 | 111101 | 0 | 100011 | 10010 | 10010010 | 111010 | 111001 |
Color Harmonies of #52D188
Complementary color
Monochromatic Colors of #52D188
Black with #52D188
Text Example
Text Example
White with #52D188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D188; }
p { color: rgb(82,209,136); }
H1.HeaderClassName
{
color: #52D188;
}
.AnyTagClassName
{
color: #52D188;
}
</style>
background-color css
<style>
a { background-color: #52D188; }
a { background-color: rgb(82,209,136); }
div.DivClassName
{
background-color: #52D188;
}
.BgClassName
{
background-color: #52D188;
}
</style>
border-color css
<style>
span { border-color: #52D188; }
span { border-color: rgb(82,209,136); }
td.TdClassName
{
border-color: #52D188;
}
.TagClassName
{
border-color: #52D188;
}
</style>