Shades of Fern #55AE60
Tints of Fern #55AE60
RGB
CMYK
RGB Variations
Color information
#55AE60 (or 0x55AE60) is known color: Fern. HEX triplet: 55, AE and 60. RGB value is (85,174,96). Sum of RGB (Red+Green+Blue) = 85+174+96=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE60 is #AA519F. Grayscale: #8A8A8A. Windows color (decimal): -11162016 or 6336085. OLE color: 6336085.
HSL color Cylindrical-coordinate representation of color #55AE60: hue angle of 127.42º 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 #55AE60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 96 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.32 |
| HSL | 127.42º | 0.35% | 0.51% | - |
| HSV(B) | 127.42º | 0.51% | 0.68% | - |
| XYZ | 20.99 | 33.05 | 16.34 | - |
| YUV | 138.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 96 | 0.51 | 0 | 0.45 | 0.32 | 127.42 | 0.35 | 0.51 |
| Hex | 55 | AE | 60 | 33 | 0 | 2D | 20 | 7F | 23 | 33 |
| Octal | 125 | 256 | 140 | 63 | 0 | 55 | 40 | 177 | 43 | 63 |
| Binary | 1010101 | 10101110 | 1100000 | 110011 | 0 | 101101 | 100000 | 1111111 | 100011 | 110011 |
Color Harmonies of #55AE60
Complementary color
Monochromatic Colors of #55AE60
Black with #55AE60
Text Example
Text Example
White with #55AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE60; }
p { color: rgb(85,174,96); }
H1.HeaderClassName
{
color: #55AE60;
}
.AnyTagClassName
{
color: #55AE60;
}
</style>
background-color css
<style>
a { background-color: #55AE60; }
a { background-color: rgb(85,174,96); }
div.DivClassName
{
background-color: #55AE60;
}
.BgClassName
{
background-color: #55AE60;
}
</style>
border-color css
<style>
span { border-color: #55AE60; }
span { border-color: rgb(85,174,96); }
td.TdClassName
{
border-color: #55AE60;
}
.TagClassName
{
border-color: #55AE60;
}
</style>