Shades of Fern #55AD69
Tints of Fern #55AD69
RGB
CMYK
RGB Variations
Color information
#55AD69 (or 0x55AD69) is known color: Fern. HEX triplet: 55, AD and 69. RGB value is (85,173,105). Sum of RGB (Red+Green+Blue) = 85+173+105=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD69 is #AA5296. Grayscale: #8B8B8B. Windows color (decimal): -11162263 or 6925653. OLE color: 6925653.
HSL color Cylindrical-coordinate representation of color #55AD69: hue angle of 133.64º 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 #55AD69 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 105 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.32 |
| HSL | 133.64º | 0.35% | 0.51% | - |
| HSV(B) | 133.64º | 0.51% | 0.68% | - |
| XYZ | 21.24 | 32.84 | 18.58 | - |
| YUV | 138.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 105 | 0.51 | 0 | 0.39 | 0.32 | 133.64 | 0.35 | 0.51 |
| Hex | 55 | AD | 69 | 33 | 0 | 27 | 20 | 86 | 23 | 33 |
| Octal | 125 | 255 | 151 | 63 | 0 | 47 | 40 | 206 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1101001 | 110011 | 0 | 100111 | 100000 | 10000110 | 100011 | 110011 |
Color Harmonies of #55AD69
Complementary color
Monochromatic Colors of #55AD69
Black with #55AD69
Text Example
Text Example
White with #55AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD69; }
p { color: rgb(85,173,105); }
H1.HeaderClassName
{
color: #55AD69;
}
.AnyTagClassName
{
color: #55AD69;
}
</style>
background-color css
<style>
a { background-color: #55AD69; }
a { background-color: rgb(85,173,105); }
div.DivClassName
{
background-color: #55AD69;
}
.BgClassName
{
background-color: #55AD69;
}
</style>
border-color css
<style>
span { border-color: #55AD69; }
span { border-color: rgb(85,173,105); }
td.TdClassName
{
border-color: #55AD69;
}
.TagClassName
{
border-color: #55AD69;
}
</style>