Shades of Emerald #56C96D
Tints of Emerald #56C96D
RGB
CMYK
RGB Variations
Color information
#56C96D (or 0x56C96D) is known color: Emerald. HEX triplet: 56, C9 and 6D. RGB value is (86,201,109). Sum of RGB (Red+Green+Blue) = 86+201+109=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #56C96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C96D is #A93692. Grayscale: #9C9C9C. Windows color (decimal): -11089555 or 7194966. OLE color: 7194966.
HSL color Cylindrical-coordinate representation of color #56C96D: hue angle of 132º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C96D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 109 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.21 |
| HSL | 132º | 0.52% | 0.56% | - |
| HSV(B) | 132º | 0.57% | 0.79% | - |
| XYZ | 27.48 | 44.86 | 21.68 | - |
| YUV | 156.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 109 | 0.57 | 0 | 0.46 | 0.21 | 132 | 0.52 | 0.56 |
| Hex | 56 | C9 | 6D | 39 | 0 | 2E | 15 | 84 | 34 | 38 |
| Octal | 126 | 311 | 155 | 71 | 0 | 56 | 25 | 204 | 64 | 70 |
| Binary | 1010110 | 11001001 | 1101101 | 111001 | 0 | 101110 | 10101 | 10000100 | 110100 | 111000 |
Color Harmonies of #56C96D
Complementary color
Monochromatic Colors of #56C96D
Black with #56C96D
Text Example
Text Example
White with #56C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C96D; }
p { color: rgb(86,201,109); }
H1.HeaderClassName
{
color: #56C96D;
}
.AnyTagClassName
{
color: #56C96D;
}
</style>
background-color css
<style>
a { background-color: #56C96D; }
a { background-color: rgb(86,201,109); }
div.DivClassName
{
background-color: #56C96D;
}
.BgClassName
{
background-color: #56C96D;
}
</style>
border-color css
<style>
span { border-color: #56C96D; }
span { border-color: rgb(86,201,109); }
td.TdClassName
{
border-color: #56C96D;
}
.TagClassName
{
border-color: #56C96D;
}
</style>