Shades of Fern #55BA60
Tints of Fern #55BA60
RGB
CMYK
RGB Variations
Color information
#55BA60 (or 0x55BA60) is known color: Fern. HEX triplet: 55, BA and 60. RGB value is (85,186,96). Sum of RGB (Red+Green+Blue) = 85+186+96=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA60 is #AA459F. Grayscale: #919191. Windows color (decimal): -11158944 or 6339157. OLE color: 6339157.
HSL color Cylindrical-coordinate representation of color #55BA60: hue angle of 126.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA60 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 96 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.27 |
| HSL | 126.53º | 0.42% | 0.53% | - |
| HSV(B) | 126.53º | 0.54% | 0.73% | - |
| XYZ | 23.42 | 37.89 | 17.15 | - |
| YUV | 145.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 96 | 0.54 | 0 | 0.48 | 0.27 | 126.53 | 0.42 | 0.53 |
| Hex | 55 | BA | 60 | 36 | 0 | 30 | 1B | 7F | 2A | 35 |
| Octal | 125 | 272 | 140 | 66 | 0 | 60 | 33 | 177 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1100000 | 110110 | 0 | 110000 | 11011 | 1111111 | 101010 | 110101 |
Color Harmonies of #55BA60
Complementary color
Monochromatic Colors of #55BA60
Black with #55BA60
Text Example
Text Example
White with #55BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA60; }
p { color: rgb(85,186,96); }
H1.HeaderClassName
{
color: #55BA60;
}
.AnyTagClassName
{
color: #55BA60;
}
</style>
background-color css
<style>
a { background-color: #55BA60; }
a { background-color: rgb(85,186,96); }
div.DivClassName
{
background-color: #55BA60;
}
.BgClassName
{
background-color: #55BA60;
}
</style>
border-color css
<style>
span { border-color: #55BA60; }
span { border-color: rgb(85,186,96); }
td.TdClassName
{
border-color: #55BA60;
}
.TagClassName
{
border-color: #55BA60;
}
</style>