Shades of Emerald #52C666
Tints of Emerald #52C666
RGB
CMYK
RGB Variations
Color information
#52C666 (or 0x52C666) is known color: Emerald. HEX triplet: 52, C6 and 66. RGB value is (82,198,102). Sum of RGB (Red+Green+Blue) = 82+198+102=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #52C666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C666 is #AD3999. Grayscale: #989898. Windows color (decimal): -11352474 or 6735442. OLE color: 6735442.
HSL color Cylindrical-coordinate representation of color #52C666: hue angle of 130.34º 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 #52C666 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 102 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.22 |
| HSL | 130.34º | 0.5% | 0.55% | - |
| HSV(B) | 130.34º | 0.59% | 0.78% | - |
| XYZ | 26.07 | 43.14 | 19.52 | - |
| YUV | 152.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 102 | 0.59 | 0 | 0.48 | 0.22 | 130.34 | 0.5 | 0.55 |
| Hex | 52 | C6 | 66 | 3B | 0 | 30 | 16 | 82 | 32 | 37 |
| Octal | 122 | 306 | 146 | 73 | 0 | 60 | 26 | 202 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1100110 | 111011 | 0 | 110000 | 10110 | 10000010 | 110010 | 110111 |
Color Harmonies of #52C666
Complementary color
Monochromatic Colors of #52C666
Black with #52C666
Text Example
Text Example
White with #52C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C666; }
p { color: rgb(82,198,102); }
H1.HeaderClassName
{
color: #52C666;
}
.AnyTagClassName
{
color: #52C666;
}
</style>
background-color css
<style>
a { background-color: #52C666; }
a { background-color: rgb(82,198,102); }
div.DivClassName
{
background-color: #52C666;
}
.BgClassName
{
background-color: #52C666;
}
</style>
border-color css
<style>
span { border-color: #52C666; }
span { border-color: rgb(82,198,102); }
td.TdClassName
{
border-color: #52C666;
}
.TagClassName
{
border-color: #52C666;
}
</style>