Shades of Fern #55BA5E
Tints of Fern #55BA5E
RGB
CMYK
RGB Variations
Color information
#55BA5E (or 0x55BA5E) is known color: Fern. HEX triplet: 55, BA and 5E. RGB value is (85,186,94). Sum of RGB (Red+Green+Blue) = 85+186+94=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA5E is #AA45A1. Grayscale: #919191. Windows color (decimal): -11158946 or 6208085. OLE color: 6208085.
HSL color Cylindrical-coordinate representation of color #55BA5E: hue angle of 125.35º 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 #55BA5E is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 94 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.27 |
| HSL | 125.35º | 0.42% | 0.53% | - |
| HSV(B) | 125.35º | 0.54% | 0.73% | - |
| XYZ | 23.33 | 37.86 | 16.67 | - |
| YUV | 145.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 94 | 0.54 | 0 | 0.49 | 0.27 | 125.35 | 0.42 | 0.53 |
| Hex | 55 | BA | 5E | 36 | 0 | 31 | 1B | 7D | 2A | 35 |
| Octal | 125 | 272 | 136 | 66 | 0 | 61 | 33 | 175 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1011110 | 110110 | 0 | 110001 | 11011 | 1111101 | 101010 | 110101 |
Color Harmonies of #55BA5E
Complementary color
Monochromatic Colors of #55BA5E
Black with #55BA5E
Text Example
Text Example
White with #55BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA5E; }
p { color: rgb(85,186,94); }
H1.HeaderClassName
{
color: #55BA5E;
}
.AnyTagClassName
{
color: #55BA5E;
}
</style>
background-color css
<style>
a { background-color: #55BA5E; }
a { background-color: rgb(85,186,94); }
div.DivClassName
{
background-color: #55BA5E;
}
.BgClassName
{
background-color: #55BA5E;
}
</style>
border-color css
<style>
span { border-color: #55BA5E; }
span { border-color: rgb(85,186,94); }
td.TdClassName
{
border-color: #55BA5E;
}
.TagClassName
{
border-color: #55BA5E;
}
</style>