Shades of Fern #56BD68
Tints of Fern #56BD68
RGB
CMYK
RGB Variations
Color information
#56BD68 (or 0x56BD68) is known color: Fern. HEX triplet: 56, BD and 68. RGB value is (86,189,104). Sum of RGB (Red+Green+Blue) = 86+189+104=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD68 is #A94297. Grayscale: #949494. Windows color (decimal): -11092632 or 6864214. OLE color: 6864214.
HSL color Cylindrical-coordinate representation of color #56BD68: hue angle of 130.49º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD68 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 104 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.26 |
| HSL | 130.49º | 0.44% | 0.54% | - |
| HSV(B) | 130.49º | 0.54% | 0.74% | - |
| XYZ | 24.53 | 39.37 | 19.4 | - |
| YUV | 148.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 104 | 0.54 | 0 | 0.45 | 0.26 | 130.49 | 0.44 | 0.54 |
| Hex | 56 | BD | 68 | 36 | 0 | 2D | 1A | 82 | 2C | 36 |
| Octal | 126 | 275 | 150 | 66 | 0 | 55 | 32 | 202 | 54 | 66 |
| Binary | 1010110 | 10111101 | 1101000 | 110110 | 0 | 101101 | 11010 | 10000010 | 101100 | 110110 |
Color Harmonies of #56BD68
Complementary color
Monochromatic Colors of #56BD68
Black with #56BD68
Text Example
Text Example
White with #56BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD68; }
p { color: rgb(86,189,104); }
H1.HeaderClassName
{
color: #56BD68;
}
.AnyTagClassName
{
color: #56BD68;
}
</style>
background-color css
<style>
a { background-color: #56BD68; }
a { background-color: rgb(86,189,104); }
div.DivClassName
{
background-color: #56BD68;
}
.BgClassName
{
background-color: #56BD68;
}
</style>
border-color css
<style>
span { border-color: #56BD68; }
span { border-color: rgb(86,189,104); }
td.TdClassName
{
border-color: #56BD68;
}
.TagClassName
{
border-color: #56BD68;
}
</style>