Shades of Fern #5FA75E
Tints of Fern #5FA75E
RGB
CMYK
RGB Variations
Color information
#5FA75E (or 0x5FA75E) is known color: Fern. HEX triplet: 5F, A7 and 5E. RGB value is (95,167,94). Sum of RGB (Red+Green+Blue) = 95+167+94=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA75E is #A058A1. Grayscale: #898989. Windows color (decimal): -10508450 or 6203231. OLE color: 6203231.
HSL color Cylindrical-coordinate representation of color #5FA75E: hue angle of 119.18º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA75E is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 167 | 94 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.35 |
| HSL | 119.18º | 0.29% | 0.51% | - |
| HSV(B) | 119.18º | 0.44% | 0.65% | - |
| XYZ | 20.56 | 30.88 | 15.47 | - |
| YUV | 137.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 94 | 0.43 | 0 | 0.44 | 0.35 | 119.18 | 0.29 | 0.51 |
| Hex | 5F | A7 | 5E | 2B | 0 | 2C | 23 | 77 | 1D | 33 |
| Octal | 137 | 247 | 136 | 53 | 0 | 54 | 43 | 167 | 35 | 63 |
| Binary | 1011111 | 10100111 | 1011110 | 101011 | 0 | 101100 | 100011 | 1110111 | 11101 | 110011 |
Color Harmonies of #5FA75E
Complementary color
Monochromatic Colors of #5FA75E
Black with #5FA75E
Text Example
Text Example
White with #5FA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA75E; }
p { color: rgb(95,167,94); }
H1.HeaderClassName
{
color: #5FA75E;
}
.AnyTagClassName
{
color: #5FA75E;
}
</style>
background-color css
<style>
a { background-color: #5FA75E; }
a { background-color: rgb(95,167,94); }
div.DivClassName
{
background-color: #5FA75E;
}
.BgClassName
{
background-color: #5FA75E;
}
</style>
border-color css
<style>
span { border-color: #5FA75E; }
span { border-color: rgb(95,167,94); }
td.TdClassName
{
border-color: #5FA75E;
}
.TagClassName
{
border-color: #5FA75E;
}
</style>