Shades of Emerald #53C882
Tints of Emerald #53C882
RGB
CMYK
RGB Variations
Color information
#53C882 (or 0x53C882) is known color: Emerald. HEX triplet: 53, C8 and 82. RGB value is (83,200,130). Sum of RGB (Red+Green+Blue) = 83+200+130=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #53C882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C882 is #AC377D. Grayscale: #9D9D9D. Windows color (decimal): -11286398 or 8570963. OLE color: 8570963.
HSL color Cylindrical-coordinate representation of color #53C882: hue angle of 144.1º 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 #53C882 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 130 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.22 |
| HSL | 144.1º | 0.52% | 0.55% | - |
| HSV(B) | 144.1º | 0.59% | 0.78% | - |
| XYZ | 28.25 | 44.76 | 28.27 | - |
| YUV | 157.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 130 | 0.58 | 0 | 0.35 | 0.22 | 144.1 | 0.52 | 0.55 |
| Hex | 53 | C8 | 82 | 3A | 0 | 23 | 16 | 90 | 34 | 37 |
| Octal | 123 | 310 | 202 | 72 | 0 | 43 | 26 | 220 | 64 | 67 |
| Binary | 1010011 | 11001000 | 10000010 | 111010 | 0 | 100011 | 10110 | 10010000 | 110100 | 110111 |
Color Harmonies of #53C882
Complementary color
Monochromatic Colors of #53C882
Black with #53C882
Text Example
Text Example
White with #53C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C882; }
p { color: rgb(83,200,130); }
H1.HeaderClassName
{
color: #53C882;
}
.AnyTagClassName
{
color: #53C882;
}
</style>
background-color css
<style>
a { background-color: #53C882; }
a { background-color: rgb(83,200,130); }
div.DivClassName
{
background-color: #53C882;
}
.BgClassName
{
background-color: #53C882;
}
</style>
border-color css
<style>
span { border-color: #53C882; }
span { border-color: rgb(83,200,130); }
td.TdClassName
{
border-color: #53C882;
}
.TagClassName
{
border-color: #53C882;
}
</style>