Shades of Emerald #56C96F
Tints of Emerald #56C96F
RGB
CMYK
RGB Variations
Color information
#56C96F (or 0x56C96F) is known color: Emerald. HEX triplet: 56, C9 and 6F. RGB value is (86,201,111). Sum of RGB (Red+Green+Blue) = 86+201+111=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #56C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C96F is #A93690. Grayscale: #9C9C9C. Windows color (decimal): -11089553 or 7326038. OLE color: 7326038.
HSL color Cylindrical-coordinate representation of color #56C96F: hue angle of 133.04º 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 #56C96F is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 111 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.21 |
| HSL | 133.04º | 0.52% | 0.56% | - |
| HSV(B) | 133.04º | 0.57% | 0.79% | - |
| XYZ | 27.59 | 44.9 | 22.25 | - |
| YUV | 156.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 111 | 0.57 | 0 | 0.45 | 0.21 | 133.04 | 0.52 | 0.56 |
| Hex | 56 | C9 | 6F | 39 | 0 | 2D | 15 | 85 | 34 | 38 |
| Octal | 126 | 311 | 157 | 71 | 0 | 55 | 25 | 205 | 64 | 70 |
| Binary | 1010110 | 11001001 | 1101111 | 111001 | 0 | 101101 | 10101 | 10000101 | 110100 | 111000 |
Color Harmonies of #56C96F
Complementary color
Monochromatic Colors of #56C96F
Black with #56C96F
Text Example
Text Example
White with #56C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C96F; }
p { color: rgb(86,201,111); }
H1.HeaderClassName
{
color: #56C96F;
}
.AnyTagClassName
{
color: #56C96F;
}
</style>
background-color css
<style>
a { background-color: #56C96F; }
a { background-color: rgb(86,201,111); }
div.DivClassName
{
background-color: #56C96F;
}
.BgClassName
{
background-color: #56C96F;
}
</style>
border-color css
<style>
span { border-color: #56C96F; }
span { border-color: rgb(86,201,111); }
td.TdClassName
{
border-color: #56C96F;
}
.TagClassName
{
border-color: #56C96F;
}
</style>