Shades of Fern #55AD64
Tints of Fern #55AD64
RGB
CMYK
RGB Variations
Color information
#55AD64 (or 0x55AD64) is known color: Fern. HEX triplet: 55, AD and 64. RGB value is (85,173,100). Sum of RGB (Red+Green+Blue) = 85+173+100=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD64 is #AA529B. Grayscale: #8A8A8A. Windows color (decimal): -11162268 or 6597973. OLE color: 6597973.
HSL color Cylindrical-coordinate representation of color #55AD64: hue angle of 130.23º 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 #55AD64 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 100 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.32 |
| HSL | 130.23º | 0.35% | 0.51% | - |
| HSV(B) | 130.23º | 0.51% | 0.68% | - |
| XYZ | 20.99 | 32.74 | 17.27 | - |
| YUV | 138.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 100 | 0.51 | 0 | 0.42 | 0.32 | 130.23 | 0.35 | 0.51 |
| Hex | 55 | AD | 64 | 33 | 0 | 2A | 20 | 82 | 23 | 33 |
| Octal | 125 | 255 | 144 | 63 | 0 | 52 | 40 | 202 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1100100 | 110011 | 0 | 101010 | 100000 | 10000010 | 100011 | 110011 |
Color Harmonies of #55AD64
Complementary color
Monochromatic Colors of #55AD64
Black with #55AD64
Text Example
Text Example
White with #55AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD64; }
p { color: rgb(85,173,100); }
H1.HeaderClassName
{
color: #55AD64;
}
.AnyTagClassName
{
color: #55AD64;
}
</style>
background-color css
<style>
a { background-color: #55AD64; }
a { background-color: rgb(85,173,100); }
div.DivClassName
{
background-color: #55AD64;
}
.BgClassName
{
background-color: #55AD64;
}
</style>
border-color css
<style>
span { border-color: #55AD64; }
span { border-color: rgb(85,173,100); }
td.TdClassName
{
border-color: #55AD64;
}
.TagClassName
{
border-color: #55AD64;
}
</style>