Shades of Emerald #52C881
Tints of Emerald #52C881
RGB
CMYK
RGB Variations
Color information
#52C881 (or 0x52C881) is known color: Emerald. HEX triplet: 52, C8 and 81. RGB value is (82,200,129). Sum of RGB (Red+Green+Blue) = 82+200+129=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #52C881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C881 is #AD377E. Grayscale: #9C9C9C. Windows color (decimal): -11351935 or 8505426. OLE color: 8505426.
HSL color Cylindrical-coordinate representation of color #52C881: hue angle of 143.9º 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 #52C881 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 129 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.22 |
| HSL | 143.9º | 0.52% | 0.55% | - |
| HSV(B) | 143.9º | 0.59% | 0.78% | - |
| XYZ | 28.1 | 44.69 | 27.91 | - |
| YUV | 156.62 | 112.41 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 129 | 0.59 | 0 | 0.36 | 0.22 | 143.9 | 0.52 | 0.55 |
| Hex | 52 | C8 | 81 | 3B | 0 | 24 | 16 | 90 | 34 | 37 |
| Octal | 122 | 310 | 201 | 73 | 0 | 44 | 26 | 220 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10000001 | 111011 | 0 | 100100 | 10110 | 10010000 | 110100 | 110111 |
Color Harmonies of #52C881
Complementary color
Monochromatic Colors of #52C881
Black with #52C881
Text Example
Text Example
White with #52C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C881; }
p { color: rgb(82,200,129); }
H1.HeaderClassName
{
color: #52C881;
}
.AnyTagClassName
{
color: #52C881;
}
</style>
background-color css
<style>
a { background-color: #52C881; }
a { background-color: rgb(82,200,129); }
div.DivClassName
{
background-color: #52C881;
}
.BgClassName
{
background-color: #52C881;
}
</style>
border-color css
<style>
span { border-color: #52C881; }
span { border-color: rgb(82,200,129); }
td.TdClassName
{
border-color: #52C881;
}
.TagClassName
{
border-color: #52C881;
}
</style>