Shades of Emerald #52C66F
Tints of Emerald #52C66F
RGB
CMYK
RGB Variations
Color information
#52C66F (or 0x52C66F) is known color: Emerald. HEX triplet: 52, C6 and 6F. RGB value is (82,198,111). Sum of RGB (Red+Green+Blue) = 82+198+111=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #52C66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C66F is #AD3990. Grayscale: #999999. Windows color (decimal): -11352465 or 7325266. OLE color: 7325266.
HSL color Cylindrical-coordinate representation of color #52C66F: hue angle of 135º 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 #52C66F is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 111 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.22 |
| HSL | 135º | 0.5% | 0.55% | - |
| HSV(B) | 135º | 0.59% | 0.78% | - |
| XYZ | 26.54 | 43.33 | 22 | - |
| YUV | 153.4 | 104.07 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 111 | 0.59 | 0 | 0.44 | 0.22 | 135 | 0.5 | 0.55 |
| Hex | 52 | C6 | 6F | 3B | 0 | 2C | 16 | 87 | 32 | 37 |
| Octal | 122 | 306 | 157 | 73 | 0 | 54 | 26 | 207 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1101111 | 111011 | 0 | 101100 | 10110 | 10000111 | 110010 | 110111 |
Color Harmonies of #52C66F
Complementary color
Monochromatic Colors of #52C66F
Black with #52C66F
Text Example
Text Example
White with #52C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C66F; }
p { color: rgb(82,198,111); }
H1.HeaderClassName
{
color: #52C66F;
}
.AnyTagClassName
{
color: #52C66F;
}
</style>
background-color css
<style>
a { background-color: #52C66F; }
a { background-color: rgb(82,198,111); }
div.DivClassName
{
background-color: #52C66F;
}
.BgClassName
{
background-color: #52C66F;
}
</style>
border-color css
<style>
span { border-color: #52C66F; }
span { border-color: rgb(82,198,111); }
td.TdClassName
{
border-color: #52C66F;
}
.TagClassName
{
border-color: #52C66F;
}
</style>