Shades of Fern #56AE60
Tints of Fern #56AE60
RGB
CMYK
RGB Variations
Color information
#56AE60 (or 0x56AE60) is known color: Fern. HEX triplet: 56, AE and 60. RGB value is (86,174,96). Sum of RGB (Red+Green+Blue) = 86+174+96=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AE60 is #A9519F. Grayscale: #8B8B8B. Windows color (decimal): -11096480 or 6336086. OLE color: 6336086.
HSL color Cylindrical-coordinate representation of color #56AE60: hue angle of 126.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 96 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.32 |
| HSL | 126.82º | 0.35% | 0.51% | - |
| HSV(B) | 126.82º | 0.51% | 0.68% | - |
| XYZ | 21.09 | 33.1 | 16.34 | - |
| YUV | 138.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 96 | 0.51 | 0 | 0.45 | 0.32 | 126.82 | 0.35 | 0.51 |
| Hex | 56 | AE | 60 | 33 | 0 | 2D | 20 | 7F | 23 | 33 |
| Octal | 126 | 256 | 140 | 63 | 0 | 55 | 40 | 177 | 43 | 63 |
| Binary | 1010110 | 10101110 | 1100000 | 110011 | 0 | 101101 | 100000 | 1111111 | 100011 | 110011 |
Color Harmonies of #56AE60
Complementary color
Monochromatic Colors of #56AE60
Black with #56AE60
Text Example
Text Example
White with #56AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE60; }
p { color: rgb(86,174,96); }
H1.HeaderClassName
{
color: #56AE60;
}
.AnyTagClassName
{
color: #56AE60;
}
</style>
background-color css
<style>
a { background-color: #56AE60; }
a { background-color: rgb(86,174,96); }
div.DivClassName
{
background-color: #56AE60;
}
.BgClassName
{
background-color: #56AE60;
}
</style>
border-color css
<style>
span { border-color: #56AE60; }
span { border-color: rgb(86,174,96); }
td.TdClassName
{
border-color: #56AE60;
}
.TagClassName
{
border-color: #56AE60;
}
</style>