Shades of Fern #55AD68
Tints of Fern #55AD68
RGB
CMYK
RGB Variations
Color information
#55AD68 (or 0x55AD68) is known color: Fern. HEX triplet: 55, AD and 68. RGB value is (85,173,104). Sum of RGB (Red+Green+Blue) = 85+173+104=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD68 is #AA5297. Grayscale: #8B8B8B. Windows color (decimal): -11162264 or 6860117. OLE color: 6860117.
HSL color Cylindrical-coordinate representation of color #55AD68: hue angle of 132.95º 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 #55AD68 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 104 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.32 |
| HSL | 132.95º | 0.35% | 0.51% | - |
| HSV(B) | 132.95º | 0.51% | 0.68% | - |
| XYZ | 21.19 | 32.82 | 18.31 | - |
| YUV | 138.82 | 108.35 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 104 | 0.51 | 0 | 0.40 | 0.32 | 132.95 | 0.35 | 0.51 |
| Hex | 55 | AD | 68 | 33 | 0 | 28 | 20 | 85 | 23 | 33 |
| Octal | 125 | 255 | 150 | 63 | 0 | 50 | 40 | 205 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1101000 | 110011 | 0 | 101000 | 100000 | 10000101 | 100011 | 110011 |
Color Harmonies of #55AD68
Complementary color
Monochromatic Colors of #55AD68
Black with #55AD68
Text Example
Text Example
White with #55AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD68; }
p { color: rgb(85,173,104); }
H1.HeaderClassName
{
color: #55AD68;
}
.AnyTagClassName
{
color: #55AD68;
}
</style>
background-color css
<style>
a { background-color: #55AD68; }
a { background-color: rgb(85,173,104); }
div.DivClassName
{
background-color: #55AD68;
}
.BgClassName
{
background-color: #55AD68;
}
</style>
border-color css
<style>
span { border-color: #55AD68; }
span { border-color: rgb(85,173,104); }
td.TdClassName
{
border-color: #55AD68;
}
.TagClassName
{
border-color: #55AD68;
}
</style>