Shades of Fern #56BD5C
Tints of Fern #56BD5C
RGB
CMYK
RGB Variations
Color information
#56BD5C (or 0x56BD5C) is known color: Fern. HEX triplet: 56, BD and 5C. RGB value is (86,189,92). Sum of RGB (Red+Green+Blue) = 86+189+92=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD5C is #A942A3. Grayscale: #939393. Windows color (decimal): -11092644 or 6077782. OLE color: 6077782.
HSL color Cylindrical-coordinate representation of color #56BD5C: hue angle of 123.5º 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 #56BD5C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 92 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.26 |
| HSL | 123.5º | 0.44% | 0.54% | - |
| HSV(B) | 123.5º | 0.54% | 0.74% | - |
| XYZ | 23.97 | 39.15 | 16.42 | - |
| YUV | 147.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 92 | 0.54 | 0 | 0.51 | 0.26 | 123.5 | 0.44 | 0.54 |
| Hex | 56 | BD | 5C | 36 | 0 | 33 | 1A | 7B | 2C | 36 |
| Octal | 126 | 275 | 134 | 66 | 0 | 63 | 32 | 173 | 54 | 66 |
| Binary | 1010110 | 10111101 | 1011100 | 110110 | 0 | 110011 | 11010 | 1111011 | 101100 | 110110 |
Color Harmonies of #56BD5C
Complementary color
Monochromatic Colors of #56BD5C
Black with #56BD5C
Text Example
Text Example
White with #56BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD5C; }
p { color: rgb(86,189,92); }
H1.HeaderClassName
{
color: #56BD5C;
}
.AnyTagClassName
{
color: #56BD5C;
}
</style>
background-color css
<style>
a { background-color: #56BD5C; }
a { background-color: rgb(86,189,92); }
div.DivClassName
{
background-color: #56BD5C;
}
.BgClassName
{
background-color: #56BD5C;
}
</style>
border-color css
<style>
span { border-color: #56BD5C; }
span { border-color: rgb(86,189,92); }
td.TdClassName
{
border-color: #56BD5C;
}
.TagClassName
{
border-color: #56BD5C;
}
</style>