Shades of Fern #56AB63
Tints of Fern #56AB63
RGB
CMYK
RGB Variations
Color information
#56AB63 (or 0x56AB63) is known color: Fern. HEX triplet: 56, AB and 63. RGB value is (86,171,99). Sum of RGB (Red+Green+Blue) = 86+171+99=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB63 is #A9549C. Grayscale: #898989. Windows color (decimal): -11097245 or 6531926. OLE color: 6531926.
HSL color Cylindrical-coordinate representation of color #56AB63: hue angle of 129.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB63 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 99 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.33 |
| HSL | 129.18º | 0.34% | 0.5% | - |
| HSV(B) | 129.18º | 0.5% | 0.67% | - |
| XYZ | 20.65 | 32.01 | 16.89 | - |
| YUV | 137.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 99 | 0.50 | 0 | 0.42 | 0.33 | 129.18 | 0.34 | 0.5 |
| Hex | 56 | AB | 63 | 32 | 0 | 2A | 21 | 81 | 22 | 32 |
| Octal | 126 | 253 | 143 | 62 | 0 | 52 | 41 | 201 | 42 | 62 |
| Binary | 1010110 | 10101011 | 1100011 | 110010 | 0 | 101010 | 100001 | 10000001 | 100010 | 110010 |
Color Harmonies of #56AB63
Complementary color
Monochromatic Colors of #56AB63
Black with #56AB63
Text Example
Text Example
White with #56AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB63; }
p { color: rgb(86,171,99); }
H1.HeaderClassName
{
color: #56AB63;
}
.AnyTagClassName
{
color: #56AB63;
}
</style>
background-color css
<style>
a { background-color: #56AB63; }
a { background-color: rgb(86,171,99); }
div.DivClassName
{
background-color: #56AB63;
}
.BgClassName
{
background-color: #56AB63;
}
</style>
border-color css
<style>
span { border-color: #56AB63; }
span { border-color: rgb(86,171,99); }
td.TdClassName
{
border-color: #56AB63;
}
.TagClassName
{
border-color: #56AB63;
}
</style>