Shades of Emerald #52C57C
Tints of Emerald #52C57C
RGB
CMYK
RGB Variations
Color information
#52C57C (or 0x52C57C) is known color: Emerald. HEX triplet: 52, C5 and 7C. RGB value is (82,197,124). Sum of RGB (Red+Green+Blue) = 82+197+124=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #52C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C57C is #AD3A83. Grayscale: #9A9A9A. Windows color (decimal): -11352708 or 8176978. OLE color: 8176978.
HSL color Cylindrical-coordinate representation of color #52C57C: hue angle of 141.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C57C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 124 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.23 |
| HSL | 141.91º | 0.5% | 0.55% | - |
| HSV(B) | 141.91º | 0.58% | 0.77% | - |
| XYZ | 27.08 | 43.18 | 25.98 | - |
| YUV | 154.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 124 | 0.58 | 0 | 0.37 | 0.23 | 141.91 | 0.5 | 0.55 |
| Hex | 52 | C5 | 7C | 3A | 0 | 25 | 17 | 8E | 32 | 37 |
| Octal | 122 | 305 | 174 | 72 | 0 | 45 | 27 | 216 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1111100 | 111010 | 0 | 100101 | 10111 | 10001110 | 110010 | 110111 |
Color Harmonies of #52C57C
Complementary color
Monochromatic Colors of #52C57C
Black with #52C57C
Text Example
Text Example
White with #52C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C57C; }
p { color: rgb(82,197,124); }
H1.HeaderClassName
{
color: #52C57C;
}
.AnyTagClassName
{
color: #52C57C;
}
</style>
background-color css
<style>
a { background-color: #52C57C; }
a { background-color: rgb(82,197,124); }
div.DivClassName
{
background-color: #52C57C;
}
.BgClassName
{
background-color: #52C57C;
}
</style>
border-color css
<style>
span { border-color: #52C57C; }
span { border-color: rgb(82,197,124); }
td.TdClassName
{
border-color: #52C57C;
}
.TagClassName
{
border-color: #52C57C;
}
</style>