Shades of Fern #55BA5C
Tints of Fern #55BA5C
RGB
CMYK
RGB Variations
Color information
#55BA5C (or 0x55BA5C) is known color: Fern. HEX triplet: 55, BA and 5C. RGB value is (85,186,92). Sum of RGB (Red+Green+Blue) = 85+186+92=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA5C is #AA45A3. Grayscale: #919191. Windows color (decimal): -11158948 or 6077013. OLE color: 6077013.
HSL color Cylindrical-coordinate representation of color #55BA5C: hue angle of 124.16º 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 #55BA5C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 92 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.27 |
| HSL | 124.16º | 0.42% | 0.53% | - |
| HSV(B) | 124.16º | 0.54% | 0.73% | - |
| XYZ | 23.24 | 37.82 | 16.2 | - |
| YUV | 145.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 92 | 0.54 | 0 | 0.51 | 0.27 | 124.16 | 0.42 | 0.53 |
| Hex | 55 | BA | 5C | 36 | 0 | 33 | 1B | 7C | 2A | 35 |
| Octal | 125 | 272 | 134 | 66 | 0 | 63 | 33 | 174 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1011100 | 110110 | 0 | 110011 | 11011 | 1111100 | 101010 | 110101 |
Color Harmonies of #55BA5C
Complementary color
Monochromatic Colors of #55BA5C
Black with #55BA5C
Text Example
Text Example
White with #55BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA5C; }
p { color: rgb(85,186,92); }
H1.HeaderClassName
{
color: #55BA5C;
}
.AnyTagClassName
{
color: #55BA5C;
}
</style>
background-color css
<style>
a { background-color: #55BA5C; }
a { background-color: rgb(85,186,92); }
div.DivClassName
{
background-color: #55BA5C;
}
.BgClassName
{
background-color: #55BA5C;
}
</style>
border-color css
<style>
span { border-color: #55BA5C; }
span { border-color: rgb(85,186,92); }
td.TdClassName
{
border-color: #55BA5C;
}
.TagClassName
{
border-color: #55BA5C;
}
</style>