Shades of Fern #56BA6D
Tints of Fern #56BA6D
RGB
CMYK
RGB Variations
Color information
#56BA6D (or 0x56BA6D) is known color: Fern. HEX triplet: 56, BA and 6D. RGB value is (86,186,109). Sum of RGB (Red+Green+Blue) = 86+186+109=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA6D is #A94592. Grayscale: #939393. Windows color (decimal): -11093395 or 7191126. OLE color: 7191126.
HSL color Cylindrical-coordinate representation of color #56BA6D: hue angle of 133.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BA6D is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 109 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.27 |
| HSL | 133.8º | 0.42% | 0.53% | - |
| HSV(B) | 133.8º | 0.54% | 0.73% | - |
| XYZ | 24.16 | 38.2 | 20.57 | - |
| YUV | 147.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 109 | 0.54 | 0 | 0.41 | 0.27 | 133.8 | 0.42 | 0.53 |
| Hex | 56 | BA | 6D | 36 | 0 | 29 | 1B | 86 | 2A | 35 |
| Octal | 126 | 272 | 155 | 66 | 0 | 51 | 33 | 206 | 52 | 65 |
| Binary | 1010110 | 10111010 | 1101101 | 110110 | 0 | 101001 | 11011 | 10000110 | 101010 | 110101 |
Color Harmonies of #56BA6D
Complementary color
Monochromatic Colors of #56BA6D
Black with #56BA6D
Text Example
Text Example
White with #56BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA6D; }
p { color: rgb(86,186,109); }
H1.HeaderClassName
{
color: #56BA6D;
}
.AnyTagClassName
{
color: #56BA6D;
}
</style>
background-color css
<style>
a { background-color: #56BA6D; }
a { background-color: rgb(86,186,109); }
div.DivClassName
{
background-color: #56BA6D;
}
.BgClassName
{
background-color: #56BA6D;
}
</style>
border-color css
<style>
span { border-color: #56BA6D; }
span { border-color: rgb(86,186,109); }
td.TdClassName
{
border-color: #56BA6D;
}
.TagClassName
{
border-color: #56BA6D;
}
</style>