Shades of Emerald #52C872
Tints of Emerald #52C872
RGB
CMYK
RGB Variations
Color information
#52C872 (or 0x52C872) is known color: Emerald. HEX triplet: 52, C8 and 72. RGB value is (82,200,114). Sum of RGB (Red+Green+Blue) = 82+200+114=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #52C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C872 is #AD378D. Grayscale: #9B9B9B. Windows color (decimal): -11351950 or 7522386. OLE color: 7522386.
HSL color Cylindrical-coordinate representation of color #52C872: hue angle of 136.27º 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 #52C872 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 114 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.22 |
| HSL | 136.27º | 0.52% | 0.55% | - |
| HSV(B) | 136.27º | 0.59% | 0.78% | - |
| XYZ | 27.17 | 44.32 | 23.04 | - |
| YUV | 154.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 114 | 0.59 | 0 | 0.43 | 0.22 | 136.27 | 0.52 | 0.55 |
| Hex | 52 | C8 | 72 | 3B | 0 | 2B | 16 | 88 | 34 | 37 |
| Octal | 122 | 310 | 162 | 73 | 0 | 53 | 26 | 210 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1110010 | 111011 | 0 | 101011 | 10110 | 10001000 | 110100 | 110111 |
Color Harmonies of #52C872
Complementary color
Monochromatic Colors of #52C872
Black with #52C872
Text Example
Text Example
White with #52C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C872; }
p { color: rgb(82,200,114); }
H1.HeaderClassName
{
color: #52C872;
}
.AnyTagClassName
{
color: #52C872;
}
</style>
background-color css
<style>
a { background-color: #52C872; }
a { background-color: rgb(82,200,114); }
div.DivClassName
{
background-color: #52C872;
}
.BgClassName
{
background-color: #52C872;
}
</style>
border-color css
<style>
span { border-color: #52C872; }
span { border-color: rgb(82,200,114); }
td.TdClassName
{
border-color: #52C872;
}
.TagClassName
{
border-color: #52C872;
}
</style>