Shades of Emerald #53C86D
Tints of Emerald #53C86D
RGB
CMYK
RGB Variations
Color information
#53C86D (or 0x53C86D) is known color: Emerald. HEX triplet: 53, C8 and 6D. RGB value is (83,200,109). Sum of RGB (Red+Green+Blue) = 83+200+109=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #53C86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C86D is #AC3792. Grayscale: #9A9A9A. Windows color (decimal): -11286419 or 7194707. OLE color: 7194707.
HSL color Cylindrical-coordinate representation of color #53C86D: hue angle of 133.33º 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 #53C86D is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 109 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.22 |
| HSL | 133.33º | 0.52% | 0.55% | - |
| HSV(B) | 133.33º | 0.59% | 0.78% | - |
| XYZ | 26.98 | 44.25 | 21.59 | - |
| YUV | 154.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 109 | 0.58 | 0 | 0.46 | 0.22 | 133.33 | 0.52 | 0.55 |
| Hex | 53 | C8 | 6D | 3A | 0 | 2E | 16 | 85 | 34 | 37 |
| Octal | 123 | 310 | 155 | 72 | 0 | 56 | 26 | 205 | 64 | 67 |
| Binary | 1010011 | 11001000 | 1101101 | 111010 | 0 | 101110 | 10110 | 10000101 | 110100 | 110111 |
Color Harmonies of #53C86D
Complementary color
Monochromatic Colors of #53C86D
Black with #53C86D
Text Example
Text Example
White with #53C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C86D; }
p { color: rgb(83,200,109); }
H1.HeaderClassName
{
color: #53C86D;
}
.AnyTagClassName
{
color: #53C86D;
}
</style>
background-color css
<style>
a { background-color: #53C86D; }
a { background-color: rgb(83,200,109); }
div.DivClassName
{
background-color: #53C86D;
}
.BgClassName
{
background-color: #53C86D;
}
</style>
border-color css
<style>
span { border-color: #53C86D; }
span { border-color: rgb(83,200,109); }
td.TdClassName
{
border-color: #53C86D;
}
.TagClassName
{
border-color: #53C86D;
}
</style>