Shades of Emerald #52D173
Tints of Emerald #52D173
RGB
CMYK
RGB Variations
Color information
#52D173 (or 0x52D173) is known color: Emerald. HEX triplet: 52, D1 and 73. RGB value is (82,209,115). Sum of RGB (Red+Green+Blue) = 82+209+115=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #52D173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D173 is #AD2E8C. Grayscale: #A0A0A0. Windows color (decimal): -11349645 or 7590226. OLE color: 7590226.
HSL color Cylindrical-coordinate representation of color #52D173: hue angle of 135.59º 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 #52D173 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 115 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.18 |
| HSL | 135.59º | 0.58% | 0.57% | - |
| HSV(B) | 135.59º | 0.61% | 0.82% | - |
| XYZ | 29.37 | 48.63 | 24.06 | - |
| YUV | 160.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 115 | 0.61 | 0 | 0.45 | 0.18 | 135.59 | 0.58 | 0.57 |
| Hex | 52 | D1 | 73 | 3D | 0 | 2D | 12 | 88 | 3A | 39 |
| Octal | 122 | 321 | 163 | 75 | 0 | 55 | 22 | 210 | 72 | 71 |
| Binary | 1010010 | 11010001 | 1110011 | 111101 | 0 | 101101 | 10010 | 10001000 | 111010 | 111001 |
Color Harmonies of #52D173
Complementary color
Monochromatic Colors of #52D173
Black with #52D173
Text Example
Text Example
White with #52D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D173; }
p { color: rgb(82,209,115); }
H1.HeaderClassName
{
color: #52D173;
}
.AnyTagClassName
{
color: #52D173;
}
</style>
background-color css
<style>
a { background-color: #52D173; }
a { background-color: rgb(82,209,115); }
div.DivClassName
{
background-color: #52D173;
}
.BgClassName
{
background-color: #52D173;
}
</style>
border-color css
<style>
span { border-color: #52D173; }
span { border-color: rgb(82,209,115); }
td.TdClassName
{
border-color: #52D173;
}
.TagClassName
{
border-color: #52D173;
}
</style>