Shades of Fern #56B867
Tints of Fern #56B867
RGB
CMYK
RGB Variations
Color information
#56B867 (or 0x56B867) is known color: Fern. HEX triplet: 56, B8 and 67. RGB value is (86,184,103). Sum of RGB (Red+Green+Blue) = 86+184+103=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #56B867 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B867 is #A94798. Grayscale: #919191. Windows color (decimal): -11093913 or 6797398. OLE color: 6797398.
HSL color Cylindrical-coordinate representation of color #56B867: hue angle of 130.41º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B867 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 184 | 103 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.28 |
| HSL | 130.41º | 0.41% | 0.53% | - |
| HSV(B) | 130.41º | 0.53% | 0.72% | - |
| XYZ | 23.43 | 37.24 | 18.79 | - |
| YUV | 145.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 184 | 103 | 0.53 | 0 | 0.44 | 0.28 | 130.41 | 0.41 | 0.53 |
| Hex | 56 | B8 | 67 | 35 | 0 | 2C | 1C | 82 | 29 | 35 |
| Octal | 126 | 270 | 147 | 65 | 0 | 54 | 34 | 202 | 51 | 65 |
| Binary | 1010110 | 10111000 | 1100111 | 110101 | 0 | 101100 | 11100 | 10000010 | 101001 | 110101 |
Color Harmonies of #56B867
Complementary color
Monochromatic Colors of #56B867
Black with #56B867
Text Example
Text Example
White with #56B867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B867; }
p { color: rgb(86,184,103); }
H1.HeaderClassName
{
color: #56B867;
}
.AnyTagClassName
{
color: #56B867;
}
</style>
background-color css
<style>
a { background-color: #56B867; }
a { background-color: rgb(86,184,103); }
div.DivClassName
{
background-color: #56B867;
}
.BgClassName
{
background-color: #56B867;
}
</style>
border-color css
<style>
span { border-color: #56B867; }
span { border-color: rgb(86,184,103); }
td.TdClassName
{
border-color: #56B867;
}
.TagClassName
{
border-color: #56B867;
}
</style>