Shades of Fern #5FAD64
Tints of Fern #5FAD64
RGB
CMYK
RGB Variations
Color information
#5FAD64 (or 0x5FAD64) is known color: Fern. HEX triplet: 5F, AD and 64. RGB value is (95,173,100). Sum of RGB (Red+Green+Blue) = 95+173+100=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD64 is #A0529B. Grayscale: #8D8D8D. Windows color (decimal): -10506908 or 6597983. OLE color: 6597983.
HSL color Cylindrical-coordinate representation of color #5FAD64: hue angle of 123.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD64 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 100 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.32 |
| HSL | 123.85º | 0.32% | 0.53% | - |
| HSV(B) | 123.85º | 0.45% | 0.68% | - |
| XYZ | 21.96 | 33.24 | 17.32 | - |
| YUV | 141.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 100 | 0.45 | 0 | 0.42 | 0.32 | 123.85 | 0.32 | 0.53 |
| Hex | 5F | AD | 64 | 2D | 0 | 2A | 20 | 7C | 20 | 35 |
| Octal | 137 | 255 | 144 | 55 | 0 | 52 | 40 | 174 | 40 | 65 |
| Binary | 1011111 | 10101101 | 1100100 | 101101 | 0 | 101010 | 100000 | 1111100 | 100000 | 110101 |
Color Harmonies of #5FAD64
Complementary color
Monochromatic Colors of #5FAD64
Black with #5FAD64
Text Example
Text Example
White with #5FAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD64; }
p { color: rgb(95,173,100); }
H1.HeaderClassName
{
color: #5FAD64;
}
.AnyTagClassName
{
color: #5FAD64;
}
</style>
background-color css
<style>
a { background-color: #5FAD64; }
a { background-color: rgb(95,173,100); }
div.DivClassName
{
background-color: #5FAD64;
}
.BgClassName
{
background-color: #5FAD64;
}
</style>
border-color css
<style>
span { border-color: #5FAD64; }
span { border-color: rgb(95,173,100); }
td.TdClassName
{
border-color: #5FAD64;
}
.TagClassName
{
border-color: #5FAD64;
}
</style>