Shades of Fern #55D558
Tints of Fern #55D558
RGB
CMYK
RGB Variations
Color information
#55D558 (or 0x55D558) is known color: Fern. HEX triplet: 55, D5 and 58. RGB value is (85,213,88). Sum of RGB (Red+Green+Blue) = 85+213+88=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #55D558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D558 is #AA2AA7. Grayscale: #A0A0A0. Windows color (decimal): -11152040 or 5821781. OLE color: 5821781.
HSL color Cylindrical-coordinate representation of color #55D558: hue angle of 121.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D558 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 88 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.16 |
| HSL | 121.41º | 0.6% | 0.58% | - |
| HSV(B) | 121.41º | 0.6% | 0.84% | - |
| XYZ | 29.3 | 50.22 | 17.38 | - |
| YUV | 160.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 88 | 0.60 | 0 | 0.59 | 0.16 | 121.41 | 0.6 | 0.58 |
| Hex | 55 | D5 | 58 | 3C | 0 | 3B | 10 | 79 | 3C | 3A |
| Octal | 125 | 325 | 130 | 74 | 0 | 73 | 20 | 171 | 74 | 72 |
| Binary | 1010101 | 11010101 | 1011000 | 111100 | 0 | 111011 | 10000 | 1111001 | 111100 | 111010 |
Color Harmonies of #55D558
Complementary color
Monochromatic Colors of #55D558
Black with #55D558
Text Example
Text Example
White with #55D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D558; }
p { color: rgb(85,213,88); }
H1.HeaderClassName
{
color: #55D558;
}
.AnyTagClassName
{
color: #55D558;
}
</style>
background-color css
<style>
a { background-color: #55D558; }
a { background-color: rgb(85,213,88); }
div.DivClassName
{
background-color: #55D558;
}
.BgClassName
{
background-color: #55D558;
}
</style>
border-color css
<style>
span { border-color: #55D558; }
span { border-color: rgb(85,213,88); }
td.TdClassName
{
border-color: #55D558;
}
.TagClassName
{
border-color: #55D558;
}
</style>