Shades of Fern #55AE64
Tints of Fern #55AE64
RGB
CMYK
RGB Variations
Color information
#55AE64 (or 0x55AE64) is known color: Fern. HEX triplet: 55, AE and 64. RGB value is (85,174,100). Sum of RGB (Red+Green+Blue) = 85+174+100=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE64 is #AA519B. Grayscale: #8B8B8B. Windows color (decimal): -11162012 or 6598229. OLE color: 6598229.
HSL color Cylindrical-coordinate representation of color #55AE64: hue angle of 130.11º 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 #55AE64 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 100 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.32 |
| HSL | 130.11º | 0.35% | 0.51% | - |
| HSV(B) | 130.11º | 0.51% | 0.68% | - |
| XYZ | 21.18 | 33.12 | 17.33 | - |
| YUV | 138.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 100 | 0.51 | 0 | 0.43 | 0.32 | 130.11 | 0.35 | 0.51 |
| Hex | 55 | AE | 64 | 33 | 0 | 2B | 20 | 82 | 23 | 33 |
| Octal | 125 | 256 | 144 | 63 | 0 | 53 | 40 | 202 | 43 | 63 |
| Binary | 1010101 | 10101110 | 1100100 | 110011 | 0 | 101011 | 100000 | 10000010 | 100011 | 110011 |
Color Harmonies of #55AE64
Complementary color
Monochromatic Colors of #55AE64
Black with #55AE64
Text Example
Text Example
White with #55AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE64; }
p { color: rgb(85,174,100); }
H1.HeaderClassName
{
color: #55AE64;
}
.AnyTagClassName
{
color: #55AE64;
}
</style>
background-color css
<style>
a { background-color: #55AE64; }
a { background-color: rgb(85,174,100); }
div.DivClassName
{
background-color: #55AE64;
}
.BgClassName
{
background-color: #55AE64;
}
</style>
border-color css
<style>
span { border-color: #55AE64; }
span { border-color: rgb(85,174,100); }
td.TdClassName
{
border-color: #55AE64;
}
.TagClassName
{
border-color: #55AE64;
}
</style>