Shades of Fern #55B66F
Tints of Fern #55B66F
RGB
CMYK
RGB Variations
Color information
#55B66F (or 0x55B66F) is known color: Fern. HEX triplet: 55, B6 and 6F. RGB value is (85,182,111). Sum of RGB (Red+Green+Blue) = 85+182+111=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #55B66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B66F is #AA4990. Grayscale: #919191. Windows color (decimal): -11159953 or 7321173. OLE color: 7321173.
HSL color Cylindrical-coordinate representation of color #55B66F: hue angle of 136.08º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B66F is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 111 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.29 |
| HSL | 136.08º | 0.4% | 0.52% | - |
| HSV(B) | 136.08º | 0.53% | 0.71% | - |
| XYZ | 23.34 | 36.53 | 20.86 | - |
| YUV | 144.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 111 | 0.53 | 0 | 0.39 | 0.29 | 136.08 | 0.4 | 0.52 |
| Hex | 55 | B6 | 6F | 35 | 0 | 27 | 1D | 88 | 28 | 34 |
| Octal | 125 | 266 | 157 | 65 | 0 | 47 | 35 | 210 | 50 | 64 |
| Binary | 1010101 | 10110110 | 1101111 | 110101 | 0 | 100111 | 11101 | 10001000 | 101000 | 110100 |
Color Harmonies of #55B66F
Complementary color
Monochromatic Colors of #55B66F
Black with #55B66F
Text Example
Text Example
White with #55B66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B66F; }
p { color: rgb(85,182,111); }
H1.HeaderClassName
{
color: #55B66F;
}
.AnyTagClassName
{
color: #55B66F;
}
</style>
background-color css
<style>
a { background-color: #55B66F; }
a { background-color: rgb(85,182,111); }
div.DivClassName
{
background-color: #55B66F;
}
.BgClassName
{
background-color: #55B66F;
}
</style>
border-color css
<style>
span { border-color: #55B66F; }
span { border-color: rgb(85,182,111); }
td.TdClassName
{
border-color: #55B66F;
}
.TagClassName
{
border-color: #55B66F;
}
</style>