Shades of Fern #56B16C
Tints of Fern #56B16C
RGB
CMYK
RGB Variations
Color information
#56B16C (or 0x56B16C) is known color: Fern. HEX triplet: 56, B1 and 6C. RGB value is (86,177,108). Sum of RGB (Red+Green+Blue) = 86+177+108=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #56B16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B16C is #A94E93. Grayscale: #8E8E8E. Windows color (decimal): -11095700 or 7123286. OLE color: 7123286.
HSL color Cylindrical-coordinate representation of color #56B16C: hue angle of 134.51º 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 #56B16C is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 177 | 108 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.31 |
| HSL | 134.51º | 0.37% | 0.52% | - |
| HSV(B) | 134.51º | 0.51% | 0.69% | - |
| XYZ | 22.27 | 34.51 | 19.67 | - |
| YUV | 141.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 108 | 0.51 | 0 | 0.39 | 0.31 | 134.51 | 0.37 | 0.52 |
| Hex | 56 | B1 | 6C | 33 | 0 | 27 | 1F | 87 | 25 | 34 |
| Octal | 126 | 261 | 154 | 63 | 0 | 47 | 37 | 207 | 45 | 64 |
| Binary | 1010110 | 10110001 | 1101100 | 110011 | 0 | 100111 | 11111 | 10000111 | 100101 | 110100 |
Color Harmonies of #56B16C
Complementary color
Monochromatic Colors of #56B16C
Black with #56B16C
Text Example
Text Example
White with #56B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B16C; }
p { color: rgb(86,177,108); }
H1.HeaderClassName
{
color: #56B16C;
}
.AnyTagClassName
{
color: #56B16C;
}
</style>
background-color css
<style>
a { background-color: #56B16C; }
a { background-color: rgb(86,177,108); }
div.DivClassName
{
background-color: #56B16C;
}
.BgClassName
{
background-color: #56B16C;
}
</style>
border-color css
<style>
span { border-color: #56B16C; }
span { border-color: rgb(86,177,108); }
td.TdClassName
{
border-color: #56B16C;
}
.TagClassName
{
border-color: #56B16C;
}
</style>