Shades of Fern #55AF60
Tints of Fern #55AF60
RGB
CMYK
RGB Variations
Color information
#55AF60 (or 0x55AF60) is known color: Fern. HEX triplet: 55, AF and 60. RGB value is (85,175,96). Sum of RGB (Red+Green+Blue) = 85+175+96=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF60 is #AA509F. Grayscale: #8B8B8B. Windows color (decimal): -11161760 or 6336341. OLE color: 6336341.
HSL color Cylindrical-coordinate representation of color #55AF60: hue angle of 127.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 96 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.31 |
| HSL | 127.33º | 0.36% | 0.51% | - |
| HSV(B) | 127.33º | 0.51% | 0.69% | - |
| XYZ | 21.19 | 33.44 | 16.4 | - |
| YUV | 139.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 96 | 0.51 | 0 | 0.45 | 0.31 | 127.33 | 0.36 | 0.51 |
| Hex | 55 | AF | 60 | 33 | 0 | 2D | 1F | 7F | 24 | 33 |
| Octal | 125 | 257 | 140 | 63 | 0 | 55 | 37 | 177 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1100000 | 110011 | 0 | 101101 | 11111 | 1111111 | 100100 | 110011 |
Color Harmonies of #55AF60
Complementary color
Monochromatic Colors of #55AF60
Black with #55AF60
Text Example
Text Example
White with #55AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF60; }
p { color: rgb(85,175,96); }
H1.HeaderClassName
{
color: #55AF60;
}
.AnyTagClassName
{
color: #55AF60;
}
</style>
background-color css
<style>
a { background-color: #55AF60; }
a { background-color: rgb(85,175,96); }
div.DivClassName
{
background-color: #55AF60;
}
.BgClassName
{
background-color: #55AF60;
}
</style>
border-color css
<style>
span { border-color: #55AF60; }
span { border-color: rgb(85,175,96); }
td.TdClassName
{
border-color: #55AF60;
}
.TagClassName
{
border-color: #55AF60;
}
</style>