Shades of Fern #55BB57
Tints of Fern #55BB57
RGB
CMYK
RGB Variations
Color information
#55BB57 (or 0x55BB57) is known color: Fern. HEX triplet: 55, BB and 57. RGB value is (85,187,87). Sum of RGB (Red+Green+Blue) = 85+187+87=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB57 is #AA44A8. Grayscale: #919191. Windows color (decimal): -11158697 or 5749589. OLE color: 5749589.
HSL color Cylindrical-coordinate representation of color #55BB57: hue angle of 121.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB57 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 87 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.27 |
| HSL | 121.18º | 0.43% | 0.53% | - |
| HSV(B) | 121.18º | 0.55% | 0.73% | - |
| XYZ | 23.24 | 38.16 | 15.16 | - |
| YUV | 145.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 87 | 0.55 | 0 | 0.53 | 0.27 | 121.18 | 0.43 | 0.53 |
| Hex | 55 | BB | 57 | 37 | 0 | 35 | 1B | 79 | 2B | 35 |
| Octal | 125 | 273 | 127 | 67 | 0 | 65 | 33 | 171 | 53 | 65 |
| Binary | 1010101 | 10111011 | 1010111 | 110111 | 0 | 110101 | 11011 | 1111001 | 101011 | 110101 |
Color Harmonies of #55BB57
Complementary color
Monochromatic Colors of #55BB57
Black with #55BB57
Text Example
Text Example
White with #55BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB57; }
p { color: rgb(85,187,87); }
H1.HeaderClassName
{
color: #55BB57;
}
.AnyTagClassName
{
color: #55BB57;
}
</style>
background-color css
<style>
a { background-color: #55BB57; }
a { background-color: rgb(85,187,87); }
div.DivClassName
{
background-color: #55BB57;
}
.BgClassName
{
background-color: #55BB57;
}
</style>
border-color css
<style>
span { border-color: #55BB57; }
span { border-color: rgb(85,187,87); }
td.TdClassName
{
border-color: #55BB57;
}
.TagClassName
{
border-color: #55BB57;
}
</style>