Shades of Fern #56B564
Tints of Fern #56B564
RGB
CMYK
RGB Variations
Color information
#56B564 (or 0x56B564) is known color: Fern. HEX triplet: 56, B5 and 64. RGB value is (86,181,100). Sum of RGB (Red+Green+Blue) = 86+181+100=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #56B564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B564 is #A94A9B. Grayscale: #8F8F8F. Windows color (decimal): -11094684 or 6600022. OLE color: 6600022.
HSL color Cylindrical-coordinate representation of color #56B564: hue angle of 128.84º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B564 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 181 | 100 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.29 |
| HSL | 128.84º | 0.39% | 0.52% | - |
| HSV(B) | 128.84º | 0.52% | 0.71% | - |
| XYZ | 22.66 | 35.95 | 17.8 | - |
| YUV | 143.36 | 103.53 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 181 | 100 | 0.52 | 0 | 0.45 | 0.29 | 128.84 | 0.39 | 0.52 |
| Hex | 56 | B5 | 64 | 34 | 0 | 2D | 1D | 81 | 27 | 34 |
| Octal | 126 | 265 | 144 | 64 | 0 | 55 | 35 | 201 | 47 | 64 |
| Binary | 1010110 | 10110101 | 1100100 | 110100 | 0 | 101101 | 11101 | 10000001 | 100111 | 110100 |
Color Harmonies of #56B564
Complementary color
Monochromatic Colors of #56B564
Black with #56B564
Text Example
Text Example
White with #56B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B564; }
p { color: rgb(86,181,100); }
H1.HeaderClassName
{
color: #56B564;
}
.AnyTagClassName
{
color: #56B564;
}
</style>
background-color css
<style>
a { background-color: #56B564; }
a { background-color: rgb(86,181,100); }
div.DivClassName
{
background-color: #56B564;
}
.BgClassName
{
background-color: #56B564;
}
</style>
border-color css
<style>
span { border-color: #56B564; }
span { border-color: rgb(86,181,100); }
td.TdClassName
{
border-color: #56B564;
}
.TagClassName
{
border-color: #56B564;
}
</style>