Shades of Fern #55BA64
Tints of Fern #55BA64
RGB
CMYK
RGB Variations
Color information
#55BA64 (or 0x55BA64) is known color: Fern. HEX triplet: 55, BA and 64. RGB value is (85,186,100). Sum of RGB (Red+Green+Blue) = 85+186+100=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA64 is #AA459B. Grayscale: #929292. Windows color (decimal): -11158940 or 6601301. OLE color: 6601301.
HSL color Cylindrical-coordinate representation of color #55BA64: hue angle of 128.91º 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 #55BA64 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 100 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.27 |
| HSL | 128.91º | 0.42% | 0.53% | - |
| HSV(B) | 128.91º | 0.54% | 0.73% | - |
| XYZ | 23.61 | 37.97 | 18.14 | - |
| YUV | 146 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 100 | 0.54 | 0 | 0.46 | 0.27 | 128.91 | 0.42 | 0.53 |
| Hex | 55 | BA | 64 | 36 | 0 | 2E | 1B | 81 | 2A | 35 |
| Octal | 125 | 272 | 144 | 66 | 0 | 56 | 33 | 201 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1100100 | 110110 | 0 | 101110 | 11011 | 10000001 | 101010 | 110101 |
Color Harmonies of #55BA64
Complementary color
Monochromatic Colors of #55BA64
Black with #55BA64
Text Example
Text Example
White with #55BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA64; }
p { color: rgb(85,186,100); }
H1.HeaderClassName
{
color: #55BA64;
}
.AnyTagClassName
{
color: #55BA64;
}
</style>
background-color css
<style>
a { background-color: #55BA64; }
a { background-color: rgb(85,186,100); }
div.DivClassName
{
background-color: #55BA64;
}
.BgClassName
{
background-color: #55BA64;
}
</style>
border-color css
<style>
span { border-color: #55BA64; }
span { border-color: rgb(85,186,100); }
td.TdClassName
{
border-color: #55BA64;
}
.TagClassName
{
border-color: #55BA64;
}
</style>