Shades of Emerald #52C47C
Tints of Emerald #52C47C
RGB
CMYK
RGB Variations
Color information
#52C47C (or 0x52C47C) is known color: Emerald. HEX triplet: 52, C4 and 7C. RGB value is (82,196,124). Sum of RGB (Red+Green+Blue) = 82+196+124=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #52C47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C47C is #AD3B83. Grayscale: #999999. Windows color (decimal): -11352964 or 8176722. OLE color: 8176722.
HSL color Cylindrical-coordinate representation of color #52C47C: hue angle of 142.11º degrees, saturation: 0.49, 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 #52C47C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 124 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.23 |
| HSL | 142.11º | 0.49% | 0.55% | - |
| HSV(B) | 142.11º | 0.58% | 0.77% | - |
| XYZ | 26.86 | 42.73 | 25.9 | - |
| YUV | 153.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 124 | 0.58 | 0 | 0.37 | 0.23 | 142.11 | 0.49 | 0.55 |
| Hex | 52 | C4 | 7C | 3A | 0 | 25 | 17 | 8E | 31 | 37 |
| Octal | 122 | 304 | 174 | 72 | 0 | 45 | 27 | 216 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1111100 | 111010 | 0 | 100101 | 10111 | 10001110 | 110001 | 110111 |
Color Harmonies of #52C47C
Complementary color
Monochromatic Colors of #52C47C
Black with #52C47C
Text Example
Text Example
White with #52C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C47C; }
p { color: rgb(82,196,124); }
H1.HeaderClassName
{
color: #52C47C;
}
.AnyTagClassName
{
color: #52C47C;
}
</style>
background-color css
<style>
a { background-color: #52C47C; }
a { background-color: rgb(82,196,124); }
div.DivClassName
{
background-color: #52C47C;
}
.BgClassName
{
background-color: #52C47C;
}
</style>
border-color css
<style>
span { border-color: #52C47C; }
span { border-color: rgb(82,196,124); }
td.TdClassName
{
border-color: #52C47C;
}
.TagClassName
{
border-color: #52C47C;
}
</style>