Shades of Fern #55D656
Tints of Fern #55D656
RGB
CMYK
RGB Variations
Color information
#55D656 (or 0x55D656) is known color: Fern. HEX triplet: 55, D6 and 56. RGB value is (85,214,86). Sum of RGB (Red+Green+Blue) = 85+214+86=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #55D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D656 is #AA29A9. Grayscale: #A1A1A1. Windows color (decimal): -11151786 or 5690965. OLE color: 5690965.
HSL color Cylindrical-coordinate representation of color #55D656: hue angle of 120.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D656 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 86 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.16 |
| HSL | 120.47º | 0.61% | 0.59% | - |
| HSV(B) | 120.47º | 0.6% | 0.84% | - |
| XYZ | 29.47 | 50.7 | 17.04 | - |
| YUV | 160.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 86 | 0.60 | 0 | 0.60 | 0.16 | 120.47 | 0.61 | 0.59 |
| Hex | 55 | D6 | 56 | 3C | 0 | 3C | 10 | 78 | 3D | 3B |
| Octal | 125 | 326 | 126 | 74 | 0 | 74 | 20 | 170 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1010110 | 111100 | 0 | 111100 | 10000 | 1111000 | 111101 | 111011 |
Color Harmonies of #55D656
Complementary color
Monochromatic Colors of #55D656
Black with #55D656
Text Example
Text Example
White with #55D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D656; }
p { color: rgb(85,214,86); }
H1.HeaderClassName
{
color: #55D656;
}
.AnyTagClassName
{
color: #55D656;
}
</style>
background-color css
<style>
a { background-color: #55D656; }
a { background-color: rgb(85,214,86); }
div.DivClassName
{
background-color: #55D656;
}
.BgClassName
{
background-color: #55D656;
}
</style>
border-color css
<style>
span { border-color: #55D656; }
span { border-color: rgb(85,214,86); }
td.TdClassName
{
border-color: #55D656;
}
.TagClassName
{
border-color: #55D656;
}
</style>