Shades of Emerald #52D28C
Tints of Emerald #52D28C
RGB
CMYK
RGB Variations
Color information
#52D28C (or 0x52D28C) is known color: Emerald. HEX triplet: 52, D2 and 8C. RGB value is (82,210,140). Sum of RGB (Red+Green+Blue) = 82+210+140=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #52D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D28C is #AD2D73. Grayscale: #A3A3A3. Windows color (decimal): -11349364 or 9228882. OLE color: 9228882.
HSL color Cylindrical-coordinate representation of color #52D28C: hue angle of 147.19º degrees, saturation: 0.59, 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 #52D28C is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 140 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.18 |
| HSL | 147.19º | 0.59% | 0.57% | - |
| HSV(B) | 147.19º | 0.61% | 0.82% | - |
| XYZ | 31.26 | 49.78 | 32.77 | - |
| YUV | 163.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 140 | 0.61 | 0 | 0.33 | 0.18 | 147.19 | 0.59 | 0.57 |
| Hex | 52 | D2 | 8C | 3D | 0 | 21 | 12 | 93 | 3B | 39 |
| Octal | 122 | 322 | 214 | 75 | 0 | 41 | 22 | 223 | 73 | 71 |
| Binary | 1010010 | 11010010 | 10001100 | 111101 | 0 | 100001 | 10010 | 10010011 | 111011 | 111001 |
Color Harmonies of #52D28C
Complementary color
Monochromatic Colors of #52D28C
Black with #52D28C
Text Example
Text Example
White with #52D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D28C; }
p { color: rgb(82,210,140); }
H1.HeaderClassName
{
color: #52D28C;
}
.AnyTagClassName
{
color: #52D28C;
}
</style>
background-color css
<style>
a { background-color: #52D28C; }
a { background-color: rgb(82,210,140); }
div.DivClassName
{
background-color: #52D28C;
}
.BgClassName
{
background-color: #52D28C;
}
</style>
border-color css
<style>
span { border-color: #52D28C; }
span { border-color: rgb(82,210,140); }
td.TdClassName
{
border-color: #52D28C;
}
.TagClassName
{
border-color: #52D28C;
}
</style>