Shades of Fern #55B76D
Tints of Fern #55B76D
RGB
CMYK
RGB Variations
Color information
#55B76D (or 0x55B76D) is known color: Fern. HEX triplet: 55, B7 and 6D. RGB value is (85,183,109). Sum of RGB (Red+Green+Blue) = 85+183+109=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #55B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B76D is #AA4892. Grayscale: #919191. Windows color (decimal): -11159699 or 7190357. OLE color: 7190357.
HSL color Cylindrical-coordinate representation of color #55B76D: hue angle of 134.69º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B76D is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 109 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.28 |
| HSL | 134.69º | 0.4% | 0.53% | - |
| HSV(B) | 134.69º | 0.54% | 0.72% | - |
| XYZ | 23.44 | 36.9 | 20.36 | - |
| YUV | 145.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 109 | 0.54 | 0 | 0.40 | 0.28 | 134.69 | 0.4 | 0.53 |
| Hex | 55 | B7 | 6D | 36 | 0 | 28 | 1C | 87 | 28 | 35 |
| Octal | 125 | 267 | 155 | 66 | 0 | 50 | 34 | 207 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1101101 | 110110 | 0 | 101000 | 11100 | 10000111 | 101000 | 110101 |
Color Harmonies of #55B76D
Complementary color
Monochromatic Colors of #55B76D
Black with #55B76D
Text Example
Text Example
White with #55B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B76D; }
p { color: rgb(85,183,109); }
H1.HeaderClassName
{
color: #55B76D;
}
.AnyTagClassName
{
color: #55B76D;
}
</style>
background-color css
<style>
a { background-color: #55B76D; }
a { background-color: rgb(85,183,109); }
div.DivClassName
{
background-color: #55B76D;
}
.BgClassName
{
background-color: #55B76D;
}
</style>
border-color css
<style>
span { border-color: #55B76D; }
span { border-color: rgb(85,183,109); }
td.TdClassName
{
border-color: #55B76D;
}
.TagClassName
{
border-color: #55B76D;
}
</style>