Shades of Emerald #52B875
Tints of Emerald #52B875
RGB
CMYK
RGB Variations
Color information
#52B875 (or 0x52B875) is known color: Emerald. HEX triplet: 52, B8 and 75. RGB value is (82,184,117). Sum of RGB (Red+Green+Blue) = 82+184+117=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #52B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B875 is #AD478A. Grayscale: #929292. Windows color (decimal): -11356043 or 7714898. OLE color: 7714898.
HSL color Cylindrical-coordinate representation of color #52B875: hue angle of 140.59º 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 #52B875 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 117 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.28 |
| HSL | 140.59º | 0.42% | 0.52% | - |
| HSV(B) | 140.59º | 0.55% | 0.72% | - |
| XYZ | 23.83 | 37.36 | 22.78 | - |
| YUV | 145.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 117 | 0.55 | 0 | 0.36 | 0.28 | 140.59 | 0.42 | 0.52 |
| Hex | 52 | B8 | 75 | 37 | 0 | 24 | 1C | 8D | 2A | 34 |
| Octal | 122 | 270 | 165 | 67 | 0 | 44 | 34 | 215 | 52 | 64 |
| Binary | 1010010 | 10111000 | 1110101 | 110111 | 0 | 100100 | 11100 | 10001101 | 101010 | 110100 |
Color Harmonies of #52B875
Complementary color
Monochromatic Colors of #52B875
Black with #52B875
Text Example
Text Example
White with #52B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B875; }
p { color: rgb(82,184,117); }
H1.HeaderClassName
{
color: #52B875;
}
.AnyTagClassName
{
color: #52B875;
}
</style>
background-color css
<style>
a { background-color: #52B875; }
a { background-color: rgb(82,184,117); }
div.DivClassName
{
background-color: #52B875;
}
.BgClassName
{
background-color: #52B875;
}
</style>
border-color css
<style>
span { border-color: #52B875; }
span { border-color: rgb(82,184,117); }
td.TdClassName
{
border-color: #52B875;
}
.TagClassName
{
border-color: #52B875;
}
</style>