Shades of Emerald #52C567
Tints of Emerald #52C567
RGB
CMYK
RGB Variations
Color information
#52C567 (or 0x52C567) is known color: Emerald. HEX triplet: 52, C5 and 67. RGB value is (82,197,103). Sum of RGB (Red+Green+Blue) = 82+197+103=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #52C567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C567 is #AD3A98. Grayscale: #989898. Windows color (decimal): -11352729 or 6800722. OLE color: 6800722.
HSL color Cylindrical-coordinate representation of color #52C567: hue angle of 130.96º 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 #52C567 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 103 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.23 |
| HSL | 130.96º | 0.5% | 0.55% | - |
| HSV(B) | 130.96º | 0.58% | 0.77% | - |
| XYZ | 25.89 | 42.71 | 19.71 | - |
| YUV | 151.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 103 | 0.58 | 0 | 0.48 | 0.23 | 130.96 | 0.5 | 0.55 |
| Hex | 52 | C5 | 67 | 3A | 0 | 30 | 17 | 83 | 32 | 37 |
| Octal | 122 | 305 | 147 | 72 | 0 | 60 | 27 | 203 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1100111 | 111010 | 0 | 110000 | 10111 | 10000011 | 110010 | 110111 |
Color Harmonies of #52C567
Complementary color
Monochromatic Colors of #52C567
Black with #52C567
Text Example
Text Example
White with #52C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C567; }
p { color: rgb(82,197,103); }
H1.HeaderClassName
{
color: #52C567;
}
.AnyTagClassName
{
color: #52C567;
}
</style>
background-color css
<style>
a { background-color: #52C567; }
a { background-color: rgb(82,197,103); }
div.DivClassName
{
background-color: #52C567;
}
.BgClassName
{
background-color: #52C567;
}
</style>
border-color css
<style>
span { border-color: #52C567; }
span { border-color: rgb(82,197,103); }
td.TdClassName
{
border-color: #52C567;
}
.TagClassName
{
border-color: #52C567;
}
</style>