Shades of Emerald #52C672
Tints of Emerald #52C672
RGB
CMYK
RGB Variations
Color information
#52C672 (or 0x52C672) is known color: Emerald. HEX triplet: 52, C6 and 72. RGB value is (82,198,114). Sum of RGB (Red+Green+Blue) = 82+198+114=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #52C672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C672 is #AD398D. Grayscale: #999999. Windows color (decimal): -11352462 or 7521874. OLE color: 7521874.
HSL color Cylindrical-coordinate representation of color #52C672: hue angle of 136.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C672 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 114 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.22 |
| HSL | 136.55º | 0.5% | 0.55% | - |
| HSV(B) | 136.55º | 0.59% | 0.78% | - |
| XYZ | 26.71 | 43.4 | 22.89 | - |
| YUV | 153.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 114 | 0.59 | 0 | 0.42 | 0.22 | 136.55 | 0.5 | 0.55 |
| Hex | 52 | C6 | 72 | 3B | 0 | 2A | 16 | 89 | 32 | 37 |
| Octal | 122 | 306 | 162 | 73 | 0 | 52 | 26 | 211 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1110010 | 111011 | 0 | 101010 | 10110 | 10001001 | 110010 | 110111 |
Color Harmonies of #52C672
Complementary color
Monochromatic Colors of #52C672
Black with #52C672
Text Example
Text Example
White with #52C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C672; }
p { color: rgb(82,198,114); }
H1.HeaderClassName
{
color: #52C672;
}
.AnyTagClassName
{
color: #52C672;
}
</style>
background-color css
<style>
a { background-color: #52C672; }
a { background-color: rgb(82,198,114); }
div.DivClassName
{
background-color: #52C672;
}
.BgClassName
{
background-color: #52C672;
}
</style>
border-color css
<style>
span { border-color: #52C672; }
span { border-color: rgb(82,198,114); }
td.TdClassName
{
border-color: #52C672;
}
.TagClassName
{
border-color: #52C672;
}
</style>