Shades of Fern #56B16A
Tints of Fern #56B16A
RGB
CMYK
RGB Variations
Color information
#56B16A (or 0x56B16A) is known color: Fern. HEX triplet: 56, B1 and 6A. RGB value is (86,177,106). Sum of RGB (Red+Green+Blue) = 86+177+106=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #56B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B16A is #A94E95. Grayscale: #8D8D8D. Windows color (decimal): -11095702 or 6992214. OLE color: 6992214.
HSL color Cylindrical-coordinate representation of color #56B16A: hue angle of 133.19º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B16A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 106 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.31 |
| HSL | 133.19º | 0.37% | 0.52% | - |
| HSV(B) | 133.19º | 0.51% | 0.69% | - |
| XYZ | 22.16 | 34.46 | 19.12 | - |
| YUV | 141.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 106 | 0.51 | 0 | 0.40 | 0.31 | 133.19 | 0.37 | 0.52 |
| Hex | 56 | B1 | 6A | 33 | 0 | 28 | 1F | 85 | 25 | 34 |
| Octal | 126 | 261 | 152 | 63 | 0 | 50 | 37 | 205 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1101010 | 110011 | 0 | 101000 | 11111 | 10000101 | 100101 | 110100 |
Color Harmonies of #56B16A
Complementary color
Monochromatic Colors of #56B16A
Black with #56B16A
Text Example
Text Example
White with #56B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B16A; }
p { color: rgb(86,177,106); }
H1.HeaderClassName
{
color: #56B16A;
}
.AnyTagClassName
{
color: #56B16A;
}
</style>
background-color css
<style>
a { background-color: #56B16A; }
a { background-color: rgb(86,177,106); }
div.DivClassName
{
background-color: #56B16A;
}
.BgClassName
{
background-color: #56B16A;
}
</style>
border-color css
<style>
span { border-color: #56B16A; }
span { border-color: rgb(86,177,106); }
td.TdClassName
{
border-color: #56B16A;
}
.TagClassName
{
border-color: #56B16A;
}
</style>