Shades of Fern #55B95A
Tints of Fern #55B95A
RGB
CMYK
RGB Variations
Color information
#55B95A (or 0x55B95A) is known color: Fern. HEX triplet: 55, B9 and 5A. RGB value is (85,185,90). Sum of RGB (Red+Green+Blue) = 85+185+90=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #55B95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B95A is #AA46A5. Grayscale: #909090. Windows color (decimal): -11159206 or 5945685. OLE color: 5945685.
HSL color Cylindrical-coordinate representation of color #55B95A: hue angle of 123º 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 #55B95A is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 185 | 90 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.27 |
| HSL | 123º | 0.42% | 0.53% | - |
| HSV(B) | 123º | 0.54% | 0.73% | - |
| XYZ | 22.94 | 37.37 | 15.68 | - |
| YUV | 144.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 90 | 0.54 | 0 | 0.51 | 0.27 | 123 | 0.42 | 0.53 |
| Hex | 55 | B9 | 5A | 36 | 0 | 33 | 1B | 7B | 2A | 35 |
| Octal | 125 | 271 | 132 | 66 | 0 | 63 | 33 | 173 | 52 | 65 |
| Binary | 1010101 | 10111001 | 1011010 | 110110 | 0 | 110011 | 11011 | 1111011 | 101010 | 110101 |
Color Harmonies of #55B95A
Complementary color
Monochromatic Colors of #55B95A
Black with #55B95A
Text Example
Text Example
White with #55B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B95A; }
p { color: rgb(85,185,90); }
H1.HeaderClassName
{
color: #55B95A;
}
.AnyTagClassName
{
color: #55B95A;
}
</style>
background-color css
<style>
a { background-color: #55B95A; }
a { background-color: rgb(85,185,90); }
div.DivClassName
{
background-color: #55B95A;
}
.BgClassName
{
background-color: #55B95A;
}
</style>
border-color css
<style>
span { border-color: #55B95A; }
span { border-color: rgb(85,185,90); }
td.TdClassName
{
border-color: #55B95A;
}
.TagClassName
{
border-color: #55B95A;
}
</style>