Shades of Emerald #52C569
Tints of Emerald #52C569
RGB
CMYK
RGB Variations
Color information
#52C569 (or 0x52C569) is known color: Emerald. HEX triplet: 52, C5 and 69. RGB value is (82,197,105). Sum of RGB (Red+Green+Blue) = 82+197+105=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #52C569 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C569 is #AD3A96. Grayscale: #989898. Windows color (decimal): -11352727 or 6931794. OLE color: 6931794.
HSL color Cylindrical-coordinate representation of color #52C569: hue angle of 132º 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 #52C569 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 105 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.23 |
| HSL | 132º | 0.5% | 0.55% | - |
| HSV(B) | 132º | 0.58% | 0.77% | - |
| XYZ | 26 | 42.75 | 20.25 | - |
| YUV | 152.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 105 | 0.58 | 0 | 0.47 | 0.23 | 132 | 0.5 | 0.55 |
| Hex | 52 | C5 | 69 | 3A | 0 | 2F | 17 | 84 | 32 | 37 |
| Octal | 122 | 305 | 151 | 72 | 0 | 57 | 27 | 204 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1101001 | 111010 | 0 | 101111 | 10111 | 10000100 | 110010 | 110111 |
Color Harmonies of #52C569
Complementary color
Monochromatic Colors of #52C569
Black with #52C569
Text Example
Text Example
White with #52C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C569; }
p { color: rgb(82,197,105); }
H1.HeaderClassName
{
color: #52C569;
}
.AnyTagClassName
{
color: #52C569;
}
</style>
background-color css
<style>
a { background-color: #52C569; }
a { background-color: rgb(82,197,105); }
div.DivClassName
{
background-color: #52C569;
}
.BgClassName
{
background-color: #52C569;
}
</style>
border-color css
<style>
span { border-color: #52C569; }
span { border-color: rgb(82,197,105); }
td.TdClassName
{
border-color: #52C569;
}
.TagClassName
{
border-color: #52C569;
}
</style>