Shades of Fern #55BA58
Tints of Fern #55BA58
RGB
CMYK
RGB Variations
Color information
#55BA58 (or 0x55BA58) is known color: Fern. HEX triplet: 55, BA and 58. RGB value is (85,186,88). Sum of RGB (Red+Green+Blue) = 85+186+88=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA58 is #AA45A7. Grayscale: #909090. Windows color (decimal): -11158952 or 5814869. OLE color: 5814869.
HSL color Cylindrical-coordinate representation of color #55BA58: hue angle of 121.78º 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 #55BA58 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 88 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.27 |
| HSL | 121.78º | 0.42% | 0.53% | - |
| HSV(B) | 121.78º | 0.54% | 0.73% | - |
| XYZ | 23.07 | 37.75 | 15.3 | - |
| YUV | 144.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 88 | 0.54 | 0 | 0.53 | 0.27 | 121.78 | 0.42 | 0.53 |
| Hex | 55 | BA | 58 | 36 | 0 | 35 | 1B | 7A | 2A | 35 |
| Octal | 125 | 272 | 130 | 66 | 0 | 65 | 33 | 172 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1011000 | 110110 | 0 | 110101 | 11011 | 1111010 | 101010 | 110101 |
Color Harmonies of #55BA58
Complementary color
Monochromatic Colors of #55BA58
Black with #55BA58
Text Example
Text Example
White with #55BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA58; }
p { color: rgb(85,186,88); }
H1.HeaderClassName
{
color: #55BA58;
}
.AnyTagClassName
{
color: #55BA58;
}
</style>
background-color css
<style>
a { background-color: #55BA58; }
a { background-color: rgb(85,186,88); }
div.DivClassName
{
background-color: #55BA58;
}
.BgClassName
{
background-color: #55BA58;
}
</style>
border-color css
<style>
span { border-color: #55BA58; }
span { border-color: rgb(85,186,88); }
td.TdClassName
{
border-color: #55BA58;
}
.TagClassName
{
border-color: #55BA58;
}
</style>