Shades of Fern #55C557
Tints of Fern #55C557
RGB
CMYK
RGB Variations
Color information
#55C557 (or 0x55C557) is known color: Fern. HEX triplet: 55, C5 and 57. RGB value is (85,197,87). Sum of RGB (Red+Green+Blue) = 85+197+87=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #55C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C557 is #AA3AA8. Grayscale: #979797. Windows color (decimal): -11156137 or 5752149. OLE color: 5752149.
HSL color Cylindrical-coordinate representation of color #55C557: hue angle of 121.07º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C557 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 87 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.23 |
| HSL | 121.07º | 0.49% | 0.55% | - |
| HSV(B) | 121.07º | 0.57% | 0.77% | - |
| XYZ | 25.43 | 42.55 | 15.89 | - |
| YUV | 150.97 | 91.89 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 87 | 0.57 | 0 | 0.56 | 0.23 | 121.07 | 0.49 | 0.55 |
| Hex | 55 | C5 | 57 | 39 | 0 | 38 | 17 | 79 | 31 | 37 |
| Octal | 125 | 305 | 127 | 71 | 0 | 70 | 27 | 171 | 61 | 67 |
| Binary | 1010101 | 11000101 | 1010111 | 111001 | 0 | 111000 | 10111 | 1111001 | 110001 | 110111 |
Color Harmonies of #55C557
Complementary color
Monochromatic Colors of #55C557
Black with #55C557
Text Example
Text Example
White with #55C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C557; }
p { color: rgb(85,197,87); }
H1.HeaderClassName
{
color: #55C557;
}
.AnyTagClassName
{
color: #55C557;
}
</style>
background-color css
<style>
a { background-color: #55C557; }
a { background-color: rgb(85,197,87); }
div.DivClassName
{
background-color: #55C557;
}
.BgClassName
{
background-color: #55C557;
}
</style>
border-color css
<style>
span { border-color: #55C557; }
span { border-color: rgb(85,197,87); }
td.TdClassName
{
border-color: #55C557;
}
.TagClassName
{
border-color: #55C557;
}
</style>