Shades of Emerald #52C885
Tints of Emerald #52C885
RGB
CMYK
RGB Variations
Color information
#52C885 (or 0x52C885) is known color: Emerald. HEX triplet: 52, C8 and 85. RGB value is (82,200,133). Sum of RGB (Red+Green+Blue) = 82+200+133=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #52C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C885 is #AD377A. Grayscale: #9D9D9D. Windows color (decimal): -11351931 or 8767570. OLE color: 8767570.
HSL color Cylindrical-coordinate representation of color #52C885: hue angle of 145.93º 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 #52C885 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 133 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.22 |
| HSL | 145.93º | 0.52% | 0.55% | - |
| HSV(B) | 145.93º | 0.59% | 0.78% | - |
| XYZ | 28.37 | 44.8 | 29.34 | - |
| YUV | 157.08 | 114.41 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 133 | 0.59 | 0 | 0.34 | 0.22 | 145.93 | 0.52 | 0.55 |
| Hex | 52 | C8 | 85 | 3B | 0 | 22 | 16 | 92 | 34 | 37 |
| Octal | 122 | 310 | 205 | 73 | 0 | 42 | 26 | 222 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10000101 | 111011 | 0 | 100010 | 10110 | 10010010 | 110100 | 110111 |
Color Harmonies of #52C885
Complementary color
Monochromatic Colors of #52C885
Black with #52C885
Text Example
Text Example
White with #52C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C885; }
p { color: rgb(82,200,133); }
H1.HeaderClassName
{
color: #52C885;
}
.AnyTagClassName
{
color: #52C885;
}
</style>
background-color css
<style>
a { background-color: #52C885; }
a { background-color: rgb(82,200,133); }
div.DivClassName
{
background-color: #52C885;
}
.BgClassName
{
background-color: #52C885;
}
</style>
border-color css
<style>
span { border-color: #52C885; }
span { border-color: rgb(82,200,133); }
td.TdClassName
{
border-color: #52C885;
}
.TagClassName
{
border-color: #52C885;
}
</style>