Shades of Emerald #52B871
Tints of Emerald #52B871
RGB
CMYK
RGB Variations
Color information
#52B871 (or 0x52B871) is known color: Emerald. HEX triplet: 52, B8 and 71. RGB value is (82,184,113). Sum of RGB (Red+Green+Blue) = 82+184+113=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #52B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B871 is #AD478E. Grayscale: #919191. Windows color (decimal): -11356047 or 7452754. OLE color: 7452754.
HSL color Cylindrical-coordinate representation of color #52B871: hue angle of 138.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B871 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 113 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.28 |
| HSL | 138.24º | 0.42% | 0.52% | - |
| HSV(B) | 138.24º | 0.55% | 0.72% | - |
| XYZ | 23.6 | 37.27 | 21.57 | - |
| YUV | 145.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 113 | 0.55 | 0 | 0.39 | 0.28 | 138.24 | 0.42 | 0.52 |
| Hex | 52 | B8 | 71 | 37 | 0 | 27 | 1C | 8A | 2A | 34 |
| Octal | 122 | 270 | 161 | 67 | 0 | 47 | 34 | 212 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1110001 | 110111 | 0 | 100111 | 11100 | 10001010 | 101010 | 110100 |
Color Harmonies of #52B871
Complementary color
Monochromatic Colors of #52B871
Black with #52B871
Text Example
Text Example
White with #52B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B871; }
p { color: rgb(82,184,113); }
H1.HeaderClassName
{
color: #52B871;
}
.AnyTagClassName
{
color: #52B871;
}
</style>
background-color css
<style>
a { background-color: #52B871; }
a { background-color: rgb(82,184,113); }
div.DivClassName
{
background-color: #52B871;
}
.BgClassName
{
background-color: #52B871;
}
</style>
border-color css
<style>
span { border-color: #52B871; }
span { border-color: rgb(82,184,113); }
td.TdClassName
{
border-color: #52B871;
}
.TagClassName
{
border-color: #52B871;
}
</style>