Shades of Fern #55BA5B
Tints of Fern #55BA5B
RGB
CMYK
RGB Variations
Color information
#55BA5B (or 0x55BA5B) is known color: Fern. HEX triplet: 55, BA and 5B. RGB value is (85,186,91). Sum of RGB (Red+Green+Blue) = 85+186+91=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA5B is #AA45A4. Grayscale: #919191. Windows color (decimal): -11158949 or 6011477. OLE color: 6011477.
HSL color Cylindrical-coordinate representation of color #55BA5B: hue angle of 123.56º 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 #55BA5B is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 91 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.27 |
| HSL | 123.56º | 0.42% | 0.53% | - |
| HSV(B) | 123.56º | 0.54% | 0.73% | - |
| XYZ | 23.19 | 37.8 | 15.97 | - |
| YUV | 144.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 91 | 0.54 | 0 | 0.51 | 0.27 | 123.56 | 0.42 | 0.53 |
| Hex | 55 | BA | 5B | 36 | 0 | 33 | 1B | 7C | 2A | 35 |
| Octal | 125 | 272 | 133 | 66 | 0 | 63 | 33 | 174 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1011011 | 110110 | 0 | 110011 | 11011 | 1111100 | 101010 | 110101 |
Color Harmonies of #55BA5B
Complementary color
Monochromatic Colors of #55BA5B
Black with #55BA5B
Text Example
Text Example
White with #55BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA5B; }
p { color: rgb(85,186,91); }
H1.HeaderClassName
{
color: #55BA5B;
}
.AnyTagClassName
{
color: #55BA5B;
}
</style>
background-color css
<style>
a { background-color: #55BA5B; }
a { background-color: rgb(85,186,91); }
div.DivClassName
{
background-color: #55BA5B;
}
.BgClassName
{
background-color: #55BA5B;
}
</style>
border-color css
<style>
span { border-color: #55BA5B; }
span { border-color: rgb(85,186,91); }
td.TdClassName
{
border-color: #55BA5B;
}
.TagClassName
{
border-color: #55BA5B;
}
</style>