Shades of Fern #5FA96D
Tints of Fern #5FA96D
RGB
CMYK
RGB Variations
Color information
#5FA96D (or 0x5FA96D) is known color: Fern. HEX triplet: 5F, A9 and 6D. RGB value is (95,169,109). Sum of RGB (Red+Green+Blue) = 95+169+109=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA96D is #A05692. Grayscale: #8C8C8C. Windows color (decimal): -10507923 or 7186783. OLE color: 7186783.
HSL color Cylindrical-coordinate representation of color #5FA96D: hue angle of 131.35º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA96D is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 109 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.34 |
| HSL | 131.35º | 0.3% | 0.52% | - |
| HSV(B) | 131.35º | 0.44% | 0.66% | - |
| XYZ | 21.67 | 31.91 | 19.49 | - |
| YUV | 140.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 109 | 0.44 | 0 | 0.36 | 0.34 | 131.35 | 0.3 | 0.52 |
| Hex | 5F | A9 | 6D | 2C | 0 | 24 | 22 | 83 | 1E | 34 |
| Octal | 137 | 251 | 155 | 54 | 0 | 44 | 42 | 203 | 36 | 64 |
| Binary | 1011111 | 10101001 | 1101101 | 101100 | 0 | 100100 | 100010 | 10000011 | 11110 | 110100 |
Color Harmonies of #5FA96D
Complementary color
Monochromatic Colors of #5FA96D
Black with #5FA96D
Text Example
Text Example
White with #5FA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA96D; }
p { color: rgb(95,169,109); }
H1.HeaderClassName
{
color: #5FA96D;
}
.AnyTagClassName
{
color: #5FA96D;
}
</style>
background-color css
<style>
a { background-color: #5FA96D; }
a { background-color: rgb(95,169,109); }
div.DivClassName
{
background-color: #5FA96D;
}
.BgClassName
{
background-color: #5FA96D;
}
</style>
border-color css
<style>
span { border-color: #5FA96D; }
span { border-color: rgb(95,169,109); }
td.TdClassName
{
border-color: #5FA96D;
}
.TagClassName
{
border-color: #5FA96D;
}
</style>