Shades of Fern #55BC57
Tints of Fern #55BC57
RGB
CMYK
RGB Variations
Color information
#55BC57 (or 0x55BC57) is known color: Fern. HEX triplet: 55, BC and 57. RGB value is (85,188,87). Sum of RGB (Red+Green+Blue) = 85+188+87=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC57 is #AA43A8. Grayscale: #919191. Windows color (decimal): -11158441 or 5749845. OLE color: 5749845.
HSL color Cylindrical-coordinate representation of color #55BC57: hue angle of 121.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC57 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 87 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.26 |
| HSL | 121.17º | 0.43% | 0.54% | - |
| HSV(B) | 121.17º | 0.55% | 0.74% | - |
| XYZ | 23.45 | 38.59 | 15.23 | - |
| YUV | 145.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 87 | 0.55 | 0 | 0.54 | 0.26 | 121.17 | 0.43 | 0.54 |
| Hex | 55 | BC | 57 | 37 | 0 | 36 | 1A | 79 | 2B | 36 |
| Octal | 125 | 274 | 127 | 67 | 0 | 66 | 32 | 171 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1010111 | 110111 | 0 | 110110 | 11010 | 1111001 | 101011 | 110110 |
Color Harmonies of #55BC57
Complementary color
Monochromatic Colors of #55BC57
Black with #55BC57
Text Example
Text Example
White with #55BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC57; }
p { color: rgb(85,188,87); }
H1.HeaderClassName
{
color: #55BC57;
}
.AnyTagClassName
{
color: #55BC57;
}
</style>
background-color css
<style>
a { background-color: #55BC57; }
a { background-color: rgb(85,188,87); }
div.DivClassName
{
background-color: #55BC57;
}
.BgClassName
{
background-color: #55BC57;
}
</style>
border-color css
<style>
span { border-color: #55BC57; }
span { border-color: rgb(85,188,87); }
td.TdClassName
{
border-color: #55BC57;
}
.TagClassName
{
border-color: #55BC57;
}
</style>