Shades of Fern #55B560
Tints of Fern #55B560
RGB
CMYK
RGB Variations
Color information
#55B560 (or 0x55B560) is known color: Fern. HEX triplet: 55, B5 and 60. RGB value is (85,181,96). Sum of RGB (Red+Green+Blue) = 85+181+96=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #55B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B560 is #AA4A9F. Grayscale: #8E8E8E. Windows color (decimal): -11160224 or 6337877. OLE color: 6337877.
HSL color Cylindrical-coordinate representation of color #55B560: hue angle of 126.87º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B560 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 96 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.29 |
| HSL | 126.88º | 0.39% | 0.52% | - |
| HSV(B) | 126.88º | 0.53% | 0.71% | - |
| XYZ | 22.38 | 35.82 | 16.8 | - |
| YUV | 142.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 96 | 0.53 | 0 | 0.47 | 0.29 | 126.88 | 0.39 | 0.52 |
| Hex | 55 | B5 | 60 | 35 | 0 | 2F | 1D | 7F | 27 | 34 |
| Octal | 125 | 265 | 140 | 65 | 0 | 57 | 35 | 177 | 47 | 64 |
| Binary | 1010101 | 10110101 | 1100000 | 110101 | 0 | 101111 | 11101 | 1111111 | 100111 | 110100 |
Color Harmonies of #55B560
Complementary color
Monochromatic Colors of #55B560
Black with #55B560
Text Example
Text Example
White with #55B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B560; }
p { color: rgb(85,181,96); }
H1.HeaderClassName
{
color: #55B560;
}
.AnyTagClassName
{
color: #55B560;
}
</style>
background-color css
<style>
a { background-color: #55B560; }
a { background-color: rgb(85,181,96); }
div.DivClassName
{
background-color: #55B560;
}
.BgClassName
{
background-color: #55B560;
}
</style>
border-color css
<style>
span { border-color: #55B560; }
span { border-color: rgb(85,181,96); }
td.TdClassName
{
border-color: #55B560;
}
.TagClassName
{
border-color: #55B560;
}
</style>