Shades of Fern #55D956
Tints of Fern #55D956
RGB
CMYK
RGB Variations
Color information
#55D956 (or 0x55D956) is known color: Fern. HEX triplet: 55, D9 and 56. RGB value is (85,217,86). Sum of RGB (Red+Green+Blue) = 85+217+86=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #55D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D956 is #AA26A9. Grayscale: #A2A2A2. Windows color (decimal): -11151018 or 5691733. OLE color: 5691733.
HSL color Cylindrical-coordinate representation of color #55D956: hue angle of 120.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D956 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 86 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.15 |
| HSL | 120.45º | 0.63% | 0.59% | - |
| HSV(B) | 120.45º | 0.61% | 0.85% | - |
| XYZ | 30.24 | 52.23 | 17.29 | - |
| YUV | 162.6 | 84.77 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 86 | 0.61 | 0 | 0.60 | 0.15 | 120.45 | 0.63 | 0.59 |
| Hex | 55 | D9 | 56 | 3D | 0 | 3C | F | 78 | 3F | 3B |
| Octal | 125 | 331 | 126 | 75 | 0 | 74 | 17 | 170 | 77 | 73 |
| Binary | 1010101 | 11011001 | 1010110 | 111101 | 0 | 111100 | 1111 | 1111000 | 111111 | 111011 |
Color Harmonies of #55D956
Complementary color
Monochromatic Colors of #55D956
Black with #55D956
Text Example
Text Example
White with #55D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D956; }
p { color: rgb(85,217,86); }
H1.HeaderClassName
{
color: #55D956;
}
.AnyTagClassName
{
color: #55D956;
}
</style>
background-color css
<style>
a { background-color: #55D956; }
a { background-color: rgb(85,217,86); }
div.DivClassName
{
background-color: #55D956;
}
.BgClassName
{
background-color: #55D956;
}
</style>
border-color css
<style>
span { border-color: #55D956; }
span { border-color: rgb(85,217,86); }
td.TdClassName
{
border-color: #55D956;
}
.TagClassName
{
border-color: #55D956;
}
</style>