Shades of Fern #55A865
Tints of Fern #55A865
RGB
CMYK
RGB Variations
Color information
#55A865 (or 0x55A865) is known color: Fern. HEX triplet: 55, A8 and 65. RGB value is (85,168,101). Sum of RGB (Red+Green+Blue) = 85+168+101=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #55A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A865 is #AA579A. Grayscale: #878787. Windows color (decimal): -11163547 or 6662229. OLE color: 6662229.
HSL color Cylindrical-coordinate representation of color #55A865: hue angle of 131.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A865 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 101 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.34 |
| HSL | 131.57º | 0.33% | 0.5% | - |
| HSV(B) | 131.57º | 0.49% | 0.66% | - |
| XYZ | 20.1 | 30.88 | 17.21 | - |
| YUV | 135.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 101 | 0.49 | 0 | 0.40 | 0.34 | 131.57 | 0.33 | 0.5 |
| Hex | 55 | A8 | 65 | 31 | 0 | 28 | 22 | 84 | 21 | 32 |
| Octal | 125 | 250 | 145 | 61 | 0 | 50 | 42 | 204 | 41 | 62 |
| Binary | 1010101 | 10101000 | 1100101 | 110001 | 0 | 101000 | 100010 | 10000100 | 100001 | 110010 |
Color Harmonies of #55A865
Complementary color
Monochromatic Colors of #55A865
Black with #55A865
Text Example
Text Example
White with #55A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A865; }
p { color: rgb(85,168,101); }
H1.HeaderClassName
{
color: #55A865;
}
.AnyTagClassName
{
color: #55A865;
}
</style>
background-color css
<style>
a { background-color: #55A865; }
a { background-color: rgb(85,168,101); }
div.DivClassName
{
background-color: #55A865;
}
.BgClassName
{
background-color: #55A865;
}
</style>
border-color css
<style>
span { border-color: #55A865; }
span { border-color: rgb(85,168,101); }
td.TdClassName
{
border-color: #55A865;
}
.TagClassName
{
border-color: #55A865;
}
</style>