Shades of Fern #55AF64
Tints of Fern #55AF64
RGB
CMYK
RGB Variations
Color information
#55AF64 (or 0x55AF64) is known color: Fern. HEX triplet: 55, AF and 64. RGB value is (85,175,100). Sum of RGB (Red+Green+Blue) = 85+175+100=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF64 is #AA509B. Grayscale: #8B8B8B. Windows color (decimal): -11161756 or 6598485. OLE color: 6598485.
HSL color Cylindrical-coordinate representation of color #55AF64: hue angle of 130º 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 #55AF64 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 100 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.31 |
| HSL | 130º | 0.36% | 0.51% | - |
| HSV(B) | 130º | 0.51% | 0.69% | - |
| XYZ | 21.38 | 33.51 | 17.4 | - |
| YUV | 139.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 100 | 0.51 | 0 | 0.43 | 0.31 | 130 | 0.36 | 0.51 |
| Hex | 55 | AF | 64 | 33 | 0 | 2B | 1F | 82 | 24 | 33 |
| Octal | 125 | 257 | 144 | 63 | 0 | 53 | 37 | 202 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1100100 | 110011 | 0 | 101011 | 11111 | 10000010 | 100100 | 110011 |
Color Harmonies of #55AF64
Complementary color
Monochromatic Colors of #55AF64
Black with #55AF64
Text Example
Text Example
White with #55AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF64; }
p { color: rgb(85,175,100); }
H1.HeaderClassName
{
color: #55AF64;
}
.AnyTagClassName
{
color: #55AF64;
}
</style>
background-color css
<style>
a { background-color: #55AF64; }
a { background-color: rgb(85,175,100); }
div.DivClassName
{
background-color: #55AF64;
}
.BgClassName
{
background-color: #55AF64;
}
</style>
border-color css
<style>
span { border-color: #55AF64; }
span { border-color: rgb(85,175,100); }
td.TdClassName
{
border-color: #55AF64;
}
.TagClassName
{
border-color: #55AF64;
}
</style>