Shades of Emerald #52C971
Tints of Emerald #52C971
RGB
CMYK
RGB Variations
Color information
#52C971 (or 0x52C971) is known color: Emerald. HEX triplet: 52, C9 and 71. RGB value is (82,201,113). Sum of RGB (Red+Green+Blue) = 82+201+113=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #52C971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C971 is #AD368E. Grayscale: #9B9B9B. Windows color (decimal): -11351695 or 7457106. OLE color: 7457106.
HSL color Cylindrical-coordinate representation of color #52C971: hue angle of 135.63º 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 #52C971 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 113 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.21 |
| HSL | 135.63º | 0.52% | 0.55% | - |
| HSV(B) | 135.63º | 0.59% | 0.79% | - |
| XYZ | 27.35 | 44.76 | 22.82 | - |
| YUV | 155.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 113 | 0.59 | 0 | 0.44 | 0.21 | 135.63 | 0.52 | 0.55 |
| Hex | 52 | C9 | 71 | 3B | 0 | 2C | 15 | 88 | 34 | 37 |
| Octal | 122 | 311 | 161 | 73 | 0 | 54 | 25 | 210 | 64 | 67 |
| Binary | 1010010 | 11001001 | 1110001 | 111011 | 0 | 101100 | 10101 | 10001000 | 110100 | 110111 |
Color Harmonies of #52C971
Complementary color
Monochromatic Colors of #52C971
Black with #52C971
Text Example
Text Example
White with #52C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C971; }
p { color: rgb(82,201,113); }
H1.HeaderClassName
{
color: #52C971;
}
.AnyTagClassName
{
color: #52C971;
}
</style>
background-color css
<style>
a { background-color: #52C971; }
a { background-color: rgb(82,201,113); }
div.DivClassName
{
background-color: #52C971;
}
.BgClassName
{
background-color: #52C971;
}
</style>
border-color css
<style>
span { border-color: #52C971; }
span { border-color: rgb(82,201,113); }
td.TdClassName
{
border-color: #52C971;
}
.TagClassName
{
border-color: #52C971;
}
</style>