Shades of Fern #55D555
Tints of Fern #55D555
RGB
CMYK
RGB Variations
Color information
#55D555 (or 0x55D555) is known color: Fern. HEX triplet: 55, D5 and 55. RGB value is (85,213,85). Sum of RGB (Red+Green+Blue) = 85+213+85=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #55D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D555 is #AA2AAA. Grayscale: #A0A0A0. Windows color (decimal): -11152043 or 5625173. OLE color: 5625173.
HSL color Cylindrical-coordinate representation of color #55D555: hue angle of 120º 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 #55D555 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 85 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.16 |
| HSL | 120º | 0.6% | 0.58% | - |
| HSV(B) | 120º | 0.6% | 0.84% | - |
| XYZ | 29.18 | 50.18 | 16.74 | - |
| YUV | 160.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 85 | 0.60 | 0 | 0.60 | 0.16 | 120 | 0.6 | 0.58 |
| Hex | 55 | D5 | 55 | 3C | 0 | 3C | 10 | 78 | 3C | 3A |
| Octal | 125 | 325 | 125 | 74 | 0 | 74 | 20 | 170 | 74 | 72 |
| Binary | 1010101 | 11010101 | 1010101 | 111100 | 0 | 111100 | 10000 | 1111000 | 111100 | 111010 |
Color Harmonies of #55D555
Complementary color
Monochromatic Colors of #55D555
Black with #55D555
Text Example
Text Example
White with #55D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D555; }
p { color: rgb(85,213,85); }
H1.HeaderClassName
{
color: #55D555;
}
.AnyTagClassName
{
color: #55D555;
}
</style>
background-color css
<style>
a { background-color: #55D555; }
a { background-color: rgb(85,213,85); }
div.DivClassName
{
background-color: #55D555;
}
.BgClassName
{
background-color: #55D555;
}
</style>
border-color css
<style>
span { border-color: #55D555; }
span { border-color: rgb(85,213,85); }
td.TdClassName
{
border-color: #55D555;
}
.TagClassName
{
border-color: #55D555;
}
</style>