Shades of Emerald #52D189
Tints of Emerald #52D189
RGB
CMYK
RGB Variations
Color information
#52D189 (or 0x52D189) is known color: Emerald. HEX triplet: 52, D1 and 89. RGB value is (82,209,137). Sum of RGB (Red+Green+Blue) = 82+209+137=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #52D189 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D189 is #AD2E76. Grayscale: #A2A2A2. Windows color (decimal): -11349623 or 9032018. OLE color: 9032018.
HSL color Cylindrical-coordinate representation of color #52D189: hue angle of 145.98º 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 #52D189 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 137 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.18 |
| HSL | 145.98º | 0.58% | 0.57% | - |
| HSV(B) | 145.98º | 0.61% | 0.82% | - |
| XYZ | 30.8 | 49.2 | 31.54 | - |
| YUV | 162.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 137 | 0.61 | 0 | 0.34 | 0.18 | 145.98 | 0.58 | 0.57 |
| Hex | 52 | D1 | 89 | 3D | 0 | 22 | 12 | 92 | 3A | 39 |
| Octal | 122 | 321 | 211 | 75 | 0 | 42 | 22 | 222 | 72 | 71 |
| Binary | 1010010 | 11010001 | 10001001 | 111101 | 0 | 100010 | 10010 | 10010010 | 111010 | 111001 |
Color Harmonies of #52D189
Complementary color
Monochromatic Colors of #52D189
Black with #52D189
Text Example
Text Example
White with #52D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D189; }
p { color: rgb(82,209,137); }
H1.HeaderClassName
{
color: #52D189;
}
.AnyTagClassName
{
color: #52D189;
}
</style>
background-color css
<style>
a { background-color: #52D189; }
a { background-color: rgb(82,209,137); }
div.DivClassName
{
background-color: #52D189;
}
.BgClassName
{
background-color: #52D189;
}
</style>
border-color css
<style>
span { border-color: #52D189; }
span { border-color: rgb(82,209,137); }
td.TdClassName
{
border-color: #52D189;
}
.TagClassName
{
border-color: #52D189;
}
</style>