Shades of Emerald #52C866
Tints of Emerald #52C866
RGB
CMYK
RGB Variations
Color information
#52C866 (or 0x52C866) is known color: Emerald. HEX triplet: 52, C8 and 66. RGB value is (82,200,102). Sum of RGB (Red+Green+Blue) = 82+200+102=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #52C866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C866 is #AD3799. Grayscale: #999999. Windows color (decimal): -11351962 or 6735954. OLE color: 6735954.
HSL color Cylindrical-coordinate representation of color #52C866: hue angle of 130.17º degrees, saturation: 0.52, 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 #52C866 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 102 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.22 |
| HSL | 130.17º | 0.52% | 0.55% | - |
| HSV(B) | 130.17º | 0.59% | 0.78% | - |
| XYZ | 26.53 | 44.06 | 19.68 | - |
| YUV | 153.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 102 | 0.59 | 0 | 0.49 | 0.22 | 130.17 | 0.52 | 0.55 |
| Hex | 52 | C8 | 66 | 3B | 0 | 31 | 16 | 82 | 34 | 37 |
| Octal | 122 | 310 | 146 | 73 | 0 | 61 | 26 | 202 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1100110 | 111011 | 0 | 110001 | 10110 | 10000010 | 110100 | 110111 |
Color Harmonies of #52C866
Complementary color
Monochromatic Colors of #52C866
Black with #52C866
Text Example
Text Example
White with #52C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C866; }
p { color: rgb(82,200,102); }
H1.HeaderClassName
{
color: #52C866;
}
.AnyTagClassName
{
color: #52C866;
}
</style>
background-color css
<style>
a { background-color: #52C866; }
a { background-color: rgb(82,200,102); }
div.DivClassName
{
background-color: #52C866;
}
.BgClassName
{
background-color: #52C866;
}
</style>
border-color css
<style>
span { border-color: #52C866; }
span { border-color: rgb(82,200,102); }
td.TdClassName
{
border-color: #52C866;
}
.TagClassName
{
border-color: #52C866;
}
</style>