Shades of Fern #56BA69
Tints of Fern #56BA69
RGB
CMYK
RGB Variations
Color information
#56BA69 (or 0x56BA69) is known color: Fern. HEX triplet: 56, BA and 69. RGB value is (86,186,105). Sum of RGB (Red+Green+Blue) = 86+186+105=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA69 is #A94596. Grayscale: #939393. Windows color (decimal): -11093399 or 6928982. OLE color: 6928982.
HSL color Cylindrical-coordinate representation of color #56BA69: hue angle of 131.4º 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 #56BA69 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 105 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.27 |
| HSL | 131.4º | 0.42% | 0.53% | - |
| HSV(B) | 131.4º | 0.54% | 0.73% | - |
| XYZ | 23.95 | 38.12 | 19.46 | - |
| YUV | 146.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 105 | 0.54 | 0 | 0.44 | 0.27 | 131.4 | 0.42 | 0.53 |
| Hex | 56 | BA | 69 | 36 | 0 | 2C | 1B | 83 | 2A | 35 |
| Octal | 126 | 272 | 151 | 66 | 0 | 54 | 33 | 203 | 52 | 65 |
| Binary | 1010110 | 10111010 | 1101001 | 110110 | 0 | 101100 | 11011 | 10000011 | 101010 | 110101 |
Color Harmonies of #56BA69
Complementary color
Monochromatic Colors of #56BA69
Black with #56BA69
Text Example
Text Example
White with #56BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA69; }
p { color: rgb(86,186,105); }
H1.HeaderClassName
{
color: #56BA69;
}
.AnyTagClassName
{
color: #56BA69;
}
</style>
background-color css
<style>
a { background-color: #56BA69; }
a { background-color: rgb(86,186,105); }
div.DivClassName
{
background-color: #56BA69;
}
.BgClassName
{
background-color: #56BA69;
}
</style>
border-color css
<style>
span { border-color: #56BA69; }
span { border-color: rgb(86,186,105); }
td.TdClassName
{
border-color: #56BA69;
}
.TagClassName
{
border-color: #56BA69;
}
</style>