Shades of Emerald #56C16E
Tints of Emerald #56C16E
RGB
CMYK
RGB Variations
Color information
#56C16E (or 0x56C16E) is known color: Emerald. HEX triplet: 56, C1 and 6E. RGB value is (86,193,110). Sum of RGB (Red+Green+Blue) = 86+193+110=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #56C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C16E is #A93E91. Grayscale: #979797. Windows color (decimal): -11091602 or 7258454. OLE color: 7258454.
HSL color Cylindrical-coordinate representation of color #56C16E: hue angle of 133.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C16E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 110 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.24 |
| HSL | 133.46º | 0.46% | 0.55% | - |
| HSV(B) | 133.46º | 0.55% | 0.76% | - |
| XYZ | 25.72 | 41.24 | 21.36 | - |
| YUV | 151.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 110 | 0.55 | 0 | 0.43 | 0.24 | 133.46 | 0.46 | 0.55 |
| Hex | 56 | C1 | 6E | 37 | 0 | 2B | 18 | 85 | 2E | 37 |
| Octal | 126 | 301 | 156 | 67 | 0 | 53 | 30 | 205 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1101110 | 110111 | 0 | 101011 | 11000 | 10000101 | 101110 | 110111 |
Color Harmonies of #56C16E
Complementary color
Monochromatic Colors of #56C16E
Black with #56C16E
Text Example
Text Example
White with #56C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C16E; }
p { color: rgb(86,193,110); }
H1.HeaderClassName
{
color: #56C16E;
}
.AnyTagClassName
{
color: #56C16E;
}
</style>
background-color css
<style>
a { background-color: #56C16E; }
a { background-color: rgb(86,193,110); }
div.DivClassName
{
background-color: #56C16E;
}
.BgClassName
{
background-color: #56C16E;
}
</style>
border-color css
<style>
span { border-color: #56C16E; }
span { border-color: rgb(86,193,110); }
td.TdClassName
{
border-color: #56C16E;
}
.TagClassName
{
border-color: #56C16E;
}
</style>