Shades of Fern #56AA66
Tints of Fern #56AA66
RGB
CMYK
RGB Variations
Color information
#56AA66 (or 0x56AA66) is known color: Fern. HEX triplet: 56, AA and 66. RGB value is (86,170,102). Sum of RGB (Red+Green+Blue) = 86+170+102=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA66 is #A95599. Grayscale: #898989. Windows color (decimal): -11097498 or 6728278. OLE color: 6728278.
HSL color Cylindrical-coordinate representation of color #56AA66: hue angle of 131.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA66 is Cyan = 0.49, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 102 | - |
| CMYK | 0.49 | 0 | 0.4 | 0.33 |
| HSL | 131.43º | 0.33% | 0.5% | - |
| HSV(B) | 131.43º | 0.49% | 0.67% | - |
| XYZ | 20.61 | 31.69 | 17.6 | - |
| YUV | 137.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 102 | 0.49 | 0 | 0.4 | 0.33 | 131.43 | 0.33 | 0.5 |
| Hex | 56 | AA | 66 | 31 | 0 | 28 | 21 | 83 | 21 | 32 |
| Octal | 126 | 252 | 146 | 61 | 0 | 50 | 41 | 203 | 41 | 62 |
| Binary | 1010110 | 10101010 | 1100110 | 110001 | 0 | 101000 | 100001 | 10000011 | 100001 | 110010 |
Color Harmonies of #56AA66
Complementary color
Monochromatic Colors of #56AA66
Black with #56AA66
Text Example
Text Example
White with #56AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AA66; }
p { color: rgb(86,170,102); }
H1.HeaderClassName
{
color: #56AA66;
}
.AnyTagClassName
{
color: #56AA66;
}
</style>
background-color css
<style>
a { background-color: #56AA66; }
a { background-color: rgb(86,170,102); }
div.DivClassName
{
background-color: #56AA66;
}
.BgClassName
{
background-color: #56AA66;
}
</style>
border-color css
<style>
span { border-color: #56AA66; }
span { border-color: rgb(86,170,102); }
td.TdClassName
{
border-color: #56AA66;
}
.TagClassName
{
border-color: #56AA66;
}
</style>