Shades of Fern #55AD66
Tints of Fern #55AD66
RGB
CMYK
RGB Variations
Color information
#55AD66 (or 0x55AD66) is known color: Fern. HEX triplet: 55, AD and 66. RGB value is (85,173,102). Sum of RGB (Red+Green+Blue) = 85+173+102=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD66 is #AA5299. Grayscale: #8A8A8A. Windows color (decimal): -11162266 or 6729045. OLE color: 6729045.
HSL color Cylindrical-coordinate representation of color #55AD66: hue angle of 131.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD66 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 102 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.32 |
| HSL | 131.59º | 0.35% | 0.51% | - |
| HSV(B) | 131.59º | 0.51% | 0.68% | - |
| XYZ | 21.09 | 32.78 | 17.79 | - |
| YUV | 138.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 102 | 0.51 | 0 | 0.41 | 0.32 | 131.59 | 0.35 | 0.51 |
| Hex | 55 | AD | 66 | 33 | 0 | 29 | 20 | 84 | 23 | 33 |
| Octal | 125 | 255 | 146 | 63 | 0 | 51 | 40 | 204 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1100110 | 110011 | 0 | 101001 | 100000 | 10000100 | 100011 | 110011 |
Color Harmonies of #55AD66
Complementary color
Monochromatic Colors of #55AD66
Black with #55AD66
Text Example
Text Example
White with #55AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD66; }
p { color: rgb(85,173,102); }
H1.HeaderClassName
{
color: #55AD66;
}
.AnyTagClassName
{
color: #55AD66;
}
</style>
background-color css
<style>
a { background-color: #55AD66; }
a { background-color: rgb(85,173,102); }
div.DivClassName
{
background-color: #55AD66;
}
.BgClassName
{
background-color: #55AD66;
}
</style>
border-color css
<style>
span { border-color: #55AD66; }
span { border-color: rgb(85,173,102); }
td.TdClassName
{
border-color: #55AD66;
}
.TagClassName
{
border-color: #55AD66;
}
</style>