Shades of Emerald #56C76B
Tints of Emerald #56C76B
RGB
CMYK
RGB Variations
Color information
#56C76B (or 0x56C76B) is known color: Emerald. HEX triplet: 56, C7 and 6B. RGB value is (86,199,107). Sum of RGB (Red+Green+Blue) = 86+199+107=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #56C76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C76B is #A93894. Grayscale: #9A9A9A. Windows color (decimal): -11090069 or 7063382. OLE color: 7063382.
HSL color Cylindrical-coordinate representation of color #56C76B: hue angle of 131.15º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C76B is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 199 | 107 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.22 |
| HSL | 131.15º | 0.5% | 0.56% | - |
| HSV(B) | 131.15º | 0.57% | 0.78% | - |
| XYZ | 26.92 | 43.89 | 20.96 | - |
| YUV | 154.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 199 | 107 | 0.57 | 0 | 0.46 | 0.22 | 131.15 | 0.5 | 0.56 |
| Hex | 56 | C7 | 6B | 39 | 0 | 2E | 16 | 83 | 32 | 38 |
| Octal | 126 | 307 | 153 | 71 | 0 | 56 | 26 | 203 | 62 | 70 |
| Binary | 1010110 | 11000111 | 1101011 | 111001 | 0 | 101110 | 10110 | 10000011 | 110010 | 111000 |
Color Harmonies of #56C76B
Complementary color
Monochromatic Colors of #56C76B
Black with #56C76B
Text Example
Text Example
White with #56C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C76B; }
p { color: rgb(86,199,107); }
H1.HeaderClassName
{
color: #56C76B;
}
.AnyTagClassName
{
color: #56C76B;
}
</style>
background-color css
<style>
a { background-color: #56C76B; }
a { background-color: rgb(86,199,107); }
div.DivClassName
{
background-color: #56C76B;
}
.BgClassName
{
background-color: #56C76B;
}
</style>
border-color css
<style>
span { border-color: #56C76B; }
span { border-color: rgb(86,199,107); }
td.TdClassName
{
border-color: #56C76B;
}
.TagClassName
{
border-color: #56C76B;
}
</style>