Shades of Emerald #52C972
Tints of Emerald #52C972
RGB
CMYK
RGB Variations
Color information
#52C972 (or 0x52C972) is known color: Emerald. HEX triplet: 52, C9 and 72. RGB value is (82,201,114). Sum of RGB (Red+Green+Blue) = 82+201+114=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #52C972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C972 is #AD368D. Grayscale: #9B9B9B. Windows color (decimal): -11351694 or 7522642. OLE color: 7522642.
HSL color Cylindrical-coordinate representation of color #52C972: hue angle of 136.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C972 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 114 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.21 |
| HSL | 136.13º | 0.52% | 0.55% | - |
| HSV(B) | 136.13º | 0.59% | 0.79% | - |
| XYZ | 27.4 | 44.78 | 23.12 | - |
| YUV | 155.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 114 | 0.59 | 0 | 0.43 | 0.21 | 136.13 | 0.52 | 0.55 |
| Hex | 52 | C9 | 72 | 3B | 0 | 2B | 15 | 88 | 34 | 37 |
| Octal | 122 | 311 | 162 | 73 | 0 | 53 | 25 | 210 | 64 | 67 |
| Binary | 1010010 | 11001001 | 1110010 | 111011 | 0 | 101011 | 10101 | 10001000 | 110100 | 110111 |
Color Harmonies of #52C972
Complementary color
Monochromatic Colors of #52C972
Black with #52C972
Text Example
Text Example
White with #52C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C972; }
p { color: rgb(82,201,114); }
H1.HeaderClassName
{
color: #52C972;
}
.AnyTagClassName
{
color: #52C972;
}
</style>
background-color css
<style>
a { background-color: #52C972; }
a { background-color: rgb(82,201,114); }
div.DivClassName
{
background-color: #52C972;
}
.BgClassName
{
background-color: #52C972;
}
</style>
border-color css
<style>
span { border-color: #52C972; }
span { border-color: rgb(82,201,114); }
td.TdClassName
{
border-color: #52C972;
}
.TagClassName
{
border-color: #52C972;
}
</style>