Shades of Fern #55BA59
Tints of Fern #55BA59
RGB
CMYK
RGB Variations
Color information
#55BA59 (or 0x55BA59) is known color: Fern. HEX triplet: 55, BA and 59. RGB value is (85,186,89). Sum of RGB (Red+Green+Blue) = 85+186+89=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA59 is #AA45A6. Grayscale: #919191. Windows color (decimal): -11158951 or 5880405. OLE color: 5880405.
HSL color Cylindrical-coordinate representation of color #55BA59: hue angle of 122.38º 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 #55BA59 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 89 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.27 |
| HSL | 122.38º | 0.42% | 0.53% | - |
| HSV(B) | 122.38º | 0.54% | 0.73% | - |
| XYZ | 23.11 | 37.77 | 15.52 | - |
| YUV | 144.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 89 | 0.54 | 0 | 0.52 | 0.27 | 122.38 | 0.42 | 0.53 |
| Hex | 55 | BA | 59 | 36 | 0 | 34 | 1B | 7A | 2A | 35 |
| Octal | 125 | 272 | 131 | 66 | 0 | 64 | 33 | 172 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1011001 | 110110 | 0 | 110100 | 11011 | 1111010 | 101010 | 110101 |
Color Harmonies of #55BA59
Complementary color
Monochromatic Colors of #55BA59
Black with #55BA59
Text Example
Text Example
White with #55BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA59; }
p { color: rgb(85,186,89); }
H1.HeaderClassName
{
color: #55BA59;
}
.AnyTagClassName
{
color: #55BA59;
}
</style>
background-color css
<style>
a { background-color: #55BA59; }
a { background-color: rgb(85,186,89); }
div.DivClassName
{
background-color: #55BA59;
}
.BgClassName
{
background-color: #55BA59;
}
</style>
border-color css
<style>
span { border-color: #55BA59; }
span { border-color: rgb(85,186,89); }
td.TdClassName
{
border-color: #55BA59;
}
.TagClassName
{
border-color: #55BA59;
}
</style>