Shades of Fern #55D755
Tints of Fern #55D755
RGB
CMYK
RGB Variations
Color information
#55D755 (or 0x55D755) is known color: Fern. HEX triplet: 55, D7 and 55. RGB value is (85,215,85). Sum of RGB (Red+Green+Blue) = 85+215+85=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #55D755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D755 is #AA28AA. Grayscale: #A1A1A1. Windows color (decimal): -11151531 or 5625685. OLE color: 5625685.
HSL color Cylindrical-coordinate representation of color #55D755: hue angle of 120º degrees, saturation: 0.62, 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 #55D755 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 85 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.16 |
| HSL | 120º | 0.62% | 0.59% | - |
| HSV(B) | 120º | 0.6% | 0.84% | - |
| XYZ | 29.69 | 51.19 | 16.91 | - |
| YUV | 161.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 85 | 0.60 | 0 | 0.60 | 0.16 | 120 | 0.62 | 0.59 |
| Hex | 55 | D7 | 55 | 3C | 0 | 3C | 10 | 78 | 3E | 3B |
| Octal | 125 | 327 | 125 | 74 | 0 | 74 | 20 | 170 | 76 | 73 |
| Binary | 1010101 | 11010111 | 1010101 | 111100 | 0 | 111100 | 10000 | 1111000 | 111110 | 111011 |
Color Harmonies of #55D755
Complementary color
Monochromatic Colors of #55D755
Black with #55D755
Text Example
Text Example
White with #55D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D755; }
p { color: rgb(85,215,85); }
H1.HeaderClassName
{
color: #55D755;
}
.AnyTagClassName
{
color: #55D755;
}
</style>
background-color css
<style>
a { background-color: #55D755; }
a { background-color: rgb(85,215,85); }
div.DivClassName
{
background-color: #55D755;
}
.BgClassName
{
background-color: #55D755;
}
</style>
border-color css
<style>
span { border-color: #55D755; }
span { border-color: rgb(85,215,85); }
td.TdClassName
{
border-color: #55D755;
}
.TagClassName
{
border-color: #55D755;
}
</style>