Shades of Fern #56C16B
Tints of Fern #56C16B
RGB
CMYK
RGB Variations
Color information
#56C16B (or 0x56C16B) is known color: Fern. HEX triplet: 56, C1 and 6B. RGB value is (86,193,107). Sum of RGB (Red+Green+Blue) = 86+193+107=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #56C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C16B is #A93E94. Grayscale: #979797. Windows color (decimal): -11091605 or 7061846. OLE color: 7061846.
HSL color Cylindrical-coordinate representation of color #56C16B: hue angle of 131.78º 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 #56C16B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 107 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.24 |
| HSL | 131.78º | 0.46% | 0.55% | - |
| HSV(B) | 131.78º | 0.55% | 0.76% | - |
| XYZ | 25.56 | 41.18 | 20.51 | - |
| YUV | 151.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 107 | 0.55 | 0 | 0.45 | 0.24 | 131.78 | 0.46 | 0.55 |
| Hex | 56 | C1 | 6B | 37 | 0 | 2D | 18 | 84 | 2E | 37 |
| Octal | 126 | 301 | 153 | 67 | 0 | 55 | 30 | 204 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1101011 | 110111 | 0 | 101101 | 11000 | 10000100 | 101110 | 110111 |
Color Harmonies of #56C16B
Complementary color
Monochromatic Colors of #56C16B
Black with #56C16B
Text Example
Text Example
White with #56C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C16B; }
p { color: rgb(86,193,107); }
H1.HeaderClassName
{
color: #56C16B;
}
.AnyTagClassName
{
color: #56C16B;
}
</style>
background-color css
<style>
a { background-color: #56C16B; }
a { background-color: rgb(86,193,107); }
div.DivClassName
{
background-color: #56C16B;
}
.BgClassName
{
background-color: #56C16B;
}
</style>
border-color css
<style>
span { border-color: #56C16B; }
span { border-color: rgb(86,193,107); }
td.TdClassName
{
border-color: #56C16B;
}
.TagClassName
{
border-color: #56C16B;
}
</style>