Shades of Fern #55A966
Tints of Fern #55A966
RGB
CMYK
RGB Variations
Color information
#55A966 (or 0x55A966) is known color: Fern. HEX triplet: 55, A9 and 66. RGB value is (85,169,102). Sum of RGB (Red+Green+Blue) = 85+169+102=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #55A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A966 is #AA5699. Grayscale: #888888. Windows color (decimal): -11163290 or 6728021. OLE color: 6728021.
HSL color Cylindrical-coordinate representation of color #55A966: hue angle of 132.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A966 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 102 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.34 |
| HSL | 132.14º | 0.33% | 0.5% | - |
| HSV(B) | 132.14º | 0.5% | 0.66% | - |
| XYZ | 20.33 | 31.27 | 17.53 | - |
| YUV | 136.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 102 | 0.50 | 0 | 0.40 | 0.34 | 132.14 | 0.33 | 0.5 |
| Hex | 55 | A9 | 66 | 32 | 0 | 28 | 22 | 84 | 21 | 32 |
| Octal | 125 | 251 | 146 | 62 | 0 | 50 | 42 | 204 | 41 | 62 |
| Binary | 1010101 | 10101001 | 1100110 | 110010 | 0 | 101000 | 100010 | 10000100 | 100001 | 110010 |
Color Harmonies of #55A966
Complementary color
Monochromatic Colors of #55A966
Black with #55A966
Text Example
Text Example
White with #55A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A966; }
p { color: rgb(85,169,102); }
H1.HeaderClassName
{
color: #55A966;
}
.AnyTagClassName
{
color: #55A966;
}
</style>
background-color css
<style>
a { background-color: #55A966; }
a { background-color: rgb(85,169,102); }
div.DivClassName
{
background-color: #55A966;
}
.BgClassName
{
background-color: #55A966;
}
</style>
border-color css
<style>
span { border-color: #55A966; }
span { border-color: rgb(85,169,102); }
td.TdClassName
{
border-color: #55A966;
}
.TagClassName
{
border-color: #55A966;
}
</style>