Shades of Fern #55D655
Tints of Fern #55D655
RGB
CMYK
RGB Variations
Color information
#55D655 (or 0x55D655) is known color: Fern. HEX triplet: 55, D6 and 55. RGB value is (85,214,85). Sum of RGB (Red+Green+Blue) = 85+214+85=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #55D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D655 is #AA29AA. Grayscale: #A1A1A1. Windows color (decimal): -11151787 or 5625429. OLE color: 5625429.
HSL color Cylindrical-coordinate representation of color #55D655: hue angle of 120º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D655 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 85 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.16 |
| HSL | 120º | 0.61% | 0.59% | - |
| HSV(B) | 120º | 0.6% | 0.84% | - |
| XYZ | 29.43 | 50.68 | 16.83 | - |
| YUV | 160.72 | 85.26 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 85 | 0.60 | 0 | 0.60 | 0.16 | 120 | 0.61 | 0.59 |
| Hex | 55 | D6 | 55 | 3C | 0 | 3C | 10 | 78 | 3D | 3B |
| Octal | 125 | 326 | 125 | 74 | 0 | 74 | 20 | 170 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1010101 | 111100 | 0 | 111100 | 10000 | 1111000 | 111101 | 111011 |
Color Harmonies of #55D655
Complementary color
Monochromatic Colors of #55D655
Black with #55D655
Text Example
Text Example
White with #55D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D655; }
p { color: rgb(85,214,85); }
H1.HeaderClassName
{
color: #55D655;
}
.AnyTagClassName
{
color: #55D655;
}
</style>
background-color css
<style>
a { background-color: #55D655; }
a { background-color: rgb(85,214,85); }
div.DivClassName
{
background-color: #55D655;
}
.BgClassName
{
background-color: #55D655;
}
</style>
border-color css
<style>
span { border-color: #55D655; }
span { border-color: rgb(85,214,85); }
td.TdClassName
{
border-color: #55D655;
}
.TagClassName
{
border-color: #55D655;
}
</style>