Shades of Emerald #52C66D
Tints of Emerald #52C66D
RGB
CMYK
RGB Variations
Color information
#52C66D (or 0x52C66D) is known color: Emerald. HEX triplet: 52, C6 and 6D. RGB value is (82,198,109). Sum of RGB (Red+Green+Blue) = 82+198+109=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #52C66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C66D is #AD3992. Grayscale: #999999. Windows color (decimal): -11352467 or 7194194. OLE color: 7194194.
HSL color Cylindrical-coordinate representation of color #52C66D: hue angle of 133.97º 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 #52C66D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 109 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.22 |
| HSL | 133.97º | 0.5% | 0.55% | - |
| HSV(B) | 133.97º | 0.59% | 0.78% | - |
| XYZ | 26.43 | 43.29 | 21.43 | - |
| YUV | 153.17 | 103.07 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 109 | 0.59 | 0 | 0.45 | 0.22 | 133.97 | 0.5 | 0.55 |
| Hex | 52 | C6 | 6D | 3B | 0 | 2D | 16 | 86 | 32 | 37 |
| Octal | 122 | 306 | 155 | 73 | 0 | 55 | 26 | 206 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1101101 | 111011 | 0 | 101101 | 10110 | 10000110 | 110010 | 110111 |
Color Harmonies of #52C66D
Complementary color
Monochromatic Colors of #52C66D
Black with #52C66D
Text Example
Text Example
White with #52C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C66D; }
p { color: rgb(82,198,109); }
H1.HeaderClassName
{
color: #52C66D;
}
.AnyTagClassName
{
color: #52C66D;
}
</style>
background-color css
<style>
a { background-color: #52C66D; }
a { background-color: rgb(82,198,109); }
div.DivClassName
{
background-color: #52C66D;
}
.BgClassName
{
background-color: #52C66D;
}
</style>
border-color css
<style>
span { border-color: #52C66D; }
span { border-color: rgb(82,198,109); }
td.TdClassName
{
border-color: #52C66D;
}
.TagClassName
{
border-color: #52C66D;
}
</style>