Shades of Fern #5FA85F
Tints of Fern #5FA85F
RGB
CMYK
RGB Variations
Color information
#5FA85F (or 0x5FA85F) is known color: Fern. HEX triplet: 5F, A8 and 5F. RGB value is (95,168,95). Sum of RGB (Red+Green+Blue) = 95+168+95=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA85F is #A057A0. Grayscale: #8A8A8A. Windows color (decimal): -10508193 or 6269023. OLE color: 6269023.
HSL color Cylindrical-coordinate representation of color #5FA85F: hue angle of 120º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA85F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 95 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.34 |
| HSL | 120º | 0.3% | 0.52% | - |
| HSV(B) | 120º | 0.43% | 0.66% | - |
| XYZ | 20.79 | 31.26 | 15.77 | - |
| YUV | 137.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 95 | 0.43 | 0 | 0.43 | 0.34 | 120 | 0.3 | 0.52 |
| Hex | 5F | A8 | 5F | 2B | 0 | 2B | 22 | 78 | 1E | 34 |
| Octal | 137 | 250 | 137 | 53 | 0 | 53 | 42 | 170 | 36 | 64 |
| Binary | 1011111 | 10101000 | 1011111 | 101011 | 0 | 101011 | 100010 | 1111000 | 11110 | 110100 |
Color Harmonies of #5FA85F
Complementary color
Monochromatic Colors of #5FA85F
Black with #5FA85F
Text Example
Text Example
White with #5FA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA85F; }
p { color: rgb(95,168,95); }
H1.HeaderClassName
{
color: #5FA85F;
}
.AnyTagClassName
{
color: #5FA85F;
}
</style>
background-color css
<style>
a { background-color: #5FA85F; }
a { background-color: rgb(95,168,95); }
div.DivClassName
{
background-color: #5FA85F;
}
.BgClassName
{
background-color: #5FA85F;
}
</style>
border-color css
<style>
span { border-color: #5FA85F; }
span { border-color: rgb(95,168,95); }
td.TdClassName
{
border-color: #5FA85F;
}
.TagClassName
{
border-color: #5FA85F;
}
</style>