Shades of Fern #56AF64
Tints of Fern #56AF64
RGB
CMYK
RGB Variations
Color information
#56AF64 (or 0x56AF64) is known color: Fern. HEX triplet: 56, AF and 64. RGB value is (86,175,100). Sum of RGB (Red+Green+Blue) = 86+175+100=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF64 is #A9509B. Grayscale: #8C8C8C. Windows color (decimal): -11096220 or 6598486. OLE color: 6598486.
HSL color Cylindrical-coordinate representation of color #56AF64: hue angle of 129.44º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF64 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 100 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.31 |
| HSL | 129.44º | 0.36% | 0.51% | - |
| HSV(B) | 129.44º | 0.51% | 0.69% | - |
| XYZ | 21.47 | 33.56 | 17.4 | - |
| YUV | 139.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 100 | 0.51 | 0 | 0.43 | 0.31 | 129.44 | 0.36 | 0.51 |
| Hex | 56 | AF | 64 | 33 | 0 | 2B | 1F | 81 | 24 | 33 |
| Octal | 126 | 257 | 144 | 63 | 0 | 53 | 37 | 201 | 44 | 63 |
| Binary | 1010110 | 10101111 | 1100100 | 110011 | 0 | 101011 | 11111 | 10000001 | 100100 | 110011 |
Color Harmonies of #56AF64
Complementary color
Monochromatic Colors of #56AF64
Black with #56AF64
Text Example
Text Example
White with #56AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF64; }
p { color: rgb(86,175,100); }
H1.HeaderClassName
{
color: #56AF64;
}
.AnyTagClassName
{
color: #56AF64;
}
</style>
background-color css
<style>
a { background-color: #56AF64; }
a { background-color: rgb(86,175,100); }
div.DivClassName
{
background-color: #56AF64;
}
.BgClassName
{
background-color: #56AF64;
}
</style>
border-color css
<style>
span { border-color: #56AF64; }
span { border-color: rgb(86,175,100); }
td.TdClassName
{
border-color: #56AF64;
}
.TagClassName
{
border-color: #56AF64;
}
</style>