Shades of Fern #5FA65F
Tints of Fern #5FA65F
RGB
CMYK
RGB Variations
Color information
#5FA65F (or 0x5FA65F) is known color: Fern. HEX triplet: 5F, A6 and 5F. RGB value is (95,166,95). Sum of RGB (Red+Green+Blue) = 95+166+95=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA65F is #A059A0. Grayscale: #888888. Windows color (decimal): -10508705 or 6268511. OLE color: 6268511.
HSL color Cylindrical-coordinate representation of color #5FA65F: hue angle of 120º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA65F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 95 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.35 |
| HSL | 120º | 0.29% | 0.51% | - |
| HSV(B) | 120º | 0.43% | 0.65% | - |
| XYZ | 20.42 | 30.53 | 15.64 | - |
| YUV | 136.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 95 | 0.43 | 0 | 0.43 | 0.35 | 120 | 0.29 | 0.51 |
| Hex | 5F | A6 | 5F | 2B | 0 | 2B | 23 | 78 | 1D | 33 |
| Octal | 137 | 246 | 137 | 53 | 0 | 53 | 43 | 170 | 35 | 63 |
| Binary | 1011111 | 10100110 | 1011111 | 101011 | 0 | 101011 | 100011 | 1111000 | 11101 | 110011 |
Color Harmonies of #5FA65F
Complementary color
Monochromatic Colors of #5FA65F
Black with #5FA65F
Text Example
Text Example
White with #5FA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA65F; }
p { color: rgb(95,166,95); }
H1.HeaderClassName
{
color: #5FA65F;
}
.AnyTagClassName
{
color: #5FA65F;
}
</style>
background-color css
<style>
a { background-color: #5FA65F; }
a { background-color: rgb(95,166,95); }
div.DivClassName
{
background-color: #5FA65F;
}
.BgClassName
{
background-color: #5FA65F;
}
</style>
border-color css
<style>
span { border-color: #5FA65F; }
span { border-color: rgb(95,166,95); }
td.TdClassName
{
border-color: #5FA65F;
}
.TagClassName
{
border-color: #5FA65F;
}
</style>