Shades of Fern #55B962
Tints of Fern #55B962
RGB
CMYK
RGB Variations
Color information
#55B962 (or 0x55B962) is known color: Fern. HEX triplet: 55, B9 and 62. RGB value is (85,185,98). Sum of RGB (Red+Green+Blue) = 85+185+98=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #55B962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B962 is #AA469D. Grayscale: #919191. Windows color (decimal): -11159198 or 6469973. OLE color: 6469973.
HSL color Cylindrical-coordinate representation of color #55B962: hue angle of 127.8º 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 #55B962 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 185 | 98 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.27 |
| HSL | 127.8º | 0.42% | 0.53% | - |
| HSV(B) | 127.8º | 0.54% | 0.73% | - |
| XYZ | 23.3 | 37.51 | 17.57 | - |
| YUV | 145.18 | 101.37 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 98 | 0.54 | 0 | 0.47 | 0.27 | 127.8 | 0.42 | 0.53 |
| Hex | 55 | B9 | 62 | 36 | 0 | 2F | 1B | 80 | 2A | 35 |
| Octal | 125 | 271 | 142 | 66 | 0 | 57 | 33 | 200 | 52 | 65 |
| Binary | 1010101 | 10111001 | 1100010 | 110110 | 0 | 101111 | 11011 | 10000000 | 101010 | 110101 |
Color Harmonies of #55B962
Complementary color
Monochromatic Colors of #55B962
Black with #55B962
Text Example
Text Example
White with #55B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B962; }
p { color: rgb(85,185,98); }
H1.HeaderClassName
{
color: #55B962;
}
.AnyTagClassName
{
color: #55B962;
}
</style>
background-color css
<style>
a { background-color: #55B962; }
a { background-color: rgb(85,185,98); }
div.DivClassName
{
background-color: #55B962;
}
.BgClassName
{
background-color: #55B962;
}
</style>
border-color css
<style>
span { border-color: #55B962; }
span { border-color: rgb(85,185,98); }
td.TdClassName
{
border-color: #55B962;
}
.TagClassName
{
border-color: #55B962;
}
</style>