Shades of Emerald #52C871
Tints of Emerald #52C871
RGB
CMYK
RGB Variations
Color information
#52C871 (or 0x52C871) is known color: Emerald. HEX triplet: 52, C8 and 71. RGB value is (82,200,113). Sum of RGB (Red+Green+Blue) = 82+200+113=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #52C871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C871 is #AD378E. Grayscale: #9B9B9B. Windows color (decimal): -11351951 or 7456850. OLE color: 7456850.
HSL color Cylindrical-coordinate representation of color #52C871: hue angle of 135.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C871 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 113 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.22 |
| HSL | 135.76º | 0.52% | 0.55% | - |
| HSV(B) | 135.76º | 0.59% | 0.78% | - |
| XYZ | 27.11 | 44.29 | 22.74 | - |
| YUV | 154.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 113 | 0.59 | 0 | 0.44 | 0.22 | 135.76 | 0.52 | 0.55 |
| Hex | 52 | C8 | 71 | 3B | 0 | 2C | 16 | 88 | 34 | 37 |
| Octal | 122 | 310 | 161 | 73 | 0 | 54 | 26 | 210 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1110001 | 111011 | 0 | 101100 | 10110 | 10001000 | 110100 | 110111 |
Color Harmonies of #52C871
Complementary color
Monochromatic Colors of #52C871
Black with #52C871
Text Example
Text Example
White with #52C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C871; }
p { color: rgb(82,200,113); }
H1.HeaderClassName
{
color: #52C871;
}
.AnyTagClassName
{
color: #52C871;
}
</style>
background-color css
<style>
a { background-color: #52C871; }
a { background-color: rgb(82,200,113); }
div.DivClassName
{
background-color: #52C871;
}
.BgClassName
{
background-color: #52C871;
}
</style>
border-color css
<style>
span { border-color: #52C871; }
span { border-color: rgb(82,200,113); }
td.TdClassName
{
border-color: #52C871;
}
.TagClassName
{
border-color: #52C871;
}
</style>