Shades of Fern #55BA66
Tints of Fern #55BA66
RGB
CMYK
RGB Variations
Color information
#55BA66 (or 0x55BA66) is known color: Fern. HEX triplet: 55, BA and 66. RGB value is (85,186,102). Sum of RGB (Red+Green+Blue) = 85+186+102=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA66 is #AA4599. Grayscale: #929292. Windows color (decimal): -11158938 or 6732373. OLE color: 6732373.
HSL color Cylindrical-coordinate representation of color #55BA66: hue angle of 130.1º 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 #55BA66 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 102 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.27 |
| HSL | 130.1º | 0.42% | 0.53% | - |
| HSV(B) | 130.1º | 0.54% | 0.73% | - |
| XYZ | 23.7 | 38.01 | 18.66 | - |
| YUV | 146.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 102 | 0.54 | 0 | 0.45 | 0.27 | 130.1 | 0.42 | 0.53 |
| Hex | 55 | BA | 66 | 36 | 0 | 2D | 1B | 82 | 2A | 35 |
| Octal | 125 | 272 | 146 | 66 | 0 | 55 | 33 | 202 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1100110 | 110110 | 0 | 101101 | 11011 | 10000010 | 101010 | 110101 |
Color Harmonies of #55BA66
Complementary color
Monochromatic Colors of #55BA66
Black with #55BA66
Text Example
Text Example
White with #55BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA66; }
p { color: rgb(85,186,102); }
H1.HeaderClassName
{
color: #55BA66;
}
.AnyTagClassName
{
color: #55BA66;
}
</style>
background-color css
<style>
a { background-color: #55BA66; }
a { background-color: rgb(85,186,102); }
div.DivClassName
{
background-color: #55BA66;
}
.BgClassName
{
background-color: #55BA66;
}
</style>
border-color css
<style>
span { border-color: #55BA66; }
span { border-color: rgb(85,186,102); }
td.TdClassName
{
border-color: #55BA66;
}
.TagClassName
{
border-color: #55BA66;
}
</style>