Shades of Fern #56A664
Tints of Fern #56A664
RGB
CMYK
RGB Variations
Color information
#56A664 (or 0x56A664) is known color: Fern. HEX triplet: 56, A6 and 64. RGB value is (86,166,100). Sum of RGB (Red+Green+Blue) = 86+166+100=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #56A664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A664 is #A9599B. Grayscale: #868686. Windows color (decimal): -11098524 or 6596182. OLE color: 6596182.
HSL color Cylindrical-coordinate representation of color #56A664: hue angle of 130.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A664 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 166 | 100 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.35 |
| HSL | 130.5º | 0.32% | 0.49% | - |
| HSV(B) | 130.5º | 0.48% | 0.65% | - |
| XYZ | 19.77 | 30.17 | 16.84 | - |
| YUV | 134.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 100 | 0.48 | 0 | 0.40 | 0.35 | 130.5 | 0.32 | 0.49 |
| Hex | 56 | A6 | 64 | 30 | 0 | 28 | 23 | 82 | 20 | 31 |
| Octal | 126 | 246 | 144 | 60 | 0 | 50 | 43 | 202 | 40 | 61 |
| Binary | 1010110 | 10100110 | 1100100 | 110000 | 0 | 101000 | 100011 | 10000010 | 100000 | 110001 |
Color Harmonies of #56A664
Complementary color
Monochromatic Colors of #56A664
Black with #56A664
Text Example
Text Example
White with #56A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A664; }
p { color: rgb(86,166,100); }
H1.HeaderClassName
{
color: #56A664;
}
.AnyTagClassName
{
color: #56A664;
}
</style>
background-color css
<style>
a { background-color: #56A664; }
a { background-color: rgb(86,166,100); }
div.DivClassName
{
background-color: #56A664;
}
.BgClassName
{
background-color: #56A664;
}
</style>
border-color css
<style>
span { border-color: #56A664; }
span { border-color: rgb(86,166,100); }
td.TdClassName
{
border-color: #56A664;
}
.TagClassName
{
border-color: #56A664;
}
</style>