Shades of Emerald #52C970
Tints of Emerald #52C970
RGB
CMYK
RGB Variations
Color information
#52C970 (or 0x52C970) is known color: Emerald. HEX triplet: 52, C9 and 70. RGB value is (82,201,112). Sum of RGB (Red+Green+Blue) = 82+201+112=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #52C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C970 is #AD368F. Grayscale: #9B9B9B. Windows color (decimal): -11351696 or 7391570. OLE color: 7391570.
HSL color Cylindrical-coordinate representation of color #52C970: hue angle of 135.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 #52C970 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 112 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.21 |
| HSL | 135.13º | 0.52% | 0.55% | - |
| HSV(B) | 135.13º | 0.59% | 0.79% | - |
| XYZ | 27.29 | 44.74 | 22.53 | - |
| YUV | 155.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 112 | 0.59 | 0 | 0.44 | 0.21 | 135.13 | 0.52 | 0.55 |
| Hex | 52 | C9 | 70 | 3B | 0 | 2C | 15 | 87 | 34 | 37 |
| Octal | 122 | 311 | 160 | 73 | 0 | 54 | 25 | 207 | 64 | 67 |
| Binary | 1010010 | 11001001 | 1110000 | 111011 | 0 | 101100 | 10101 | 10000111 | 110100 | 110111 |
Color Harmonies of #52C970
Complementary color
Monochromatic Colors of #52C970
Black with #52C970
Text Example
Text Example
White with #52C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C970; }
p { color: rgb(82,201,112); }
H1.HeaderClassName
{
color: #52C970;
}
.AnyTagClassName
{
color: #52C970;
}
</style>
background-color css
<style>
a { background-color: #52C970; }
a { background-color: rgb(82,201,112); }
div.DivClassName
{
background-color: #52C970;
}
.BgClassName
{
background-color: #52C970;
}
</style>
border-color css
<style>
span { border-color: #52C970; }
span { border-color: rgb(82,201,112); }
td.TdClassName
{
border-color: #52C970;
}
.TagClassName
{
border-color: #52C970;
}
</style>