Shades of Emerald #52C568
Tints of Emerald #52C568
RGB
CMYK
RGB Variations
Color information
#52C568 (or 0x52C568) is known color: Emerald. HEX triplet: 52, C5 and 68. RGB value is (82,197,104). Sum of RGB (Red+Green+Blue) = 82+197+104=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #52C568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C568 is #AD3A97. Grayscale: #989898. Windows color (decimal): -11352728 or 6866258. OLE color: 6866258.
HSL color Cylindrical-coordinate representation of color #52C568: hue angle of 131.48º 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 #52C568 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 104 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.23 |
| HSL | 131.48º | 0.5% | 0.55% | - |
| HSV(B) | 131.48º | 0.58% | 0.77% | - |
| XYZ | 25.94 | 42.73 | 19.98 | - |
| YUV | 152.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 104 | 0.58 | 0 | 0.47 | 0.23 | 131.48 | 0.5 | 0.55 |
| Hex | 52 | C5 | 68 | 3A | 0 | 2F | 17 | 83 | 32 | 37 |
| Octal | 122 | 305 | 150 | 72 | 0 | 57 | 27 | 203 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1101000 | 111010 | 0 | 101111 | 10111 | 10000011 | 110010 | 110111 |
Color Harmonies of #52C568
Complementary color
Monochromatic Colors of #52C568
Black with #52C568
Text Example
Text Example
White with #52C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C568; }
p { color: rgb(82,197,104); }
H1.HeaderClassName
{
color: #52C568;
}
.AnyTagClassName
{
color: #52C568;
}
</style>
background-color css
<style>
a { background-color: #52C568; }
a { background-color: rgb(82,197,104); }
div.DivClassName
{
background-color: #52C568;
}
.BgClassName
{
background-color: #52C568;
}
</style>
border-color css
<style>
span { border-color: #52C568; }
span { border-color: rgb(82,197,104); }
td.TdClassName
{
border-color: #52C568;
}
.TagClassName
{
border-color: #52C568;
}
</style>