Shades of Fern #5FA861
Tints of Fern #5FA861
RGB
CMYK
RGB Variations
Color information
#5FA861 (or 0x5FA861) is known color: Fern. HEX triplet: 5F, A8 and 61. RGB value is (95,168,97). Sum of RGB (Red+Green+Blue) = 95+168+97=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA861 is #A0579E. Grayscale: #8A8A8A. Windows color (decimal): -10508191 or 6400095. OLE color: 6400095.
HSL color Cylindrical-coordinate representation of color #5FA861: hue angle of 121.64º 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 #5FA861 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 97 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.34 |
| HSL | 121.64º | 0.3% | 0.52% | - |
| HSV(B) | 121.64º | 0.43% | 0.66% | - |
| XYZ | 20.88 | 31.3 | 16.25 | - |
| YUV | 138.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 97 | 0.43 | 0 | 0.42 | 0.34 | 121.64 | 0.3 | 0.52 |
| Hex | 5F | A8 | 61 | 2B | 0 | 2A | 22 | 7A | 1E | 34 |
| Octal | 137 | 250 | 141 | 53 | 0 | 52 | 42 | 172 | 36 | 64 |
| Binary | 1011111 | 10101000 | 1100001 | 101011 | 0 | 101010 | 100010 | 1111010 | 11110 | 110100 |
Color Harmonies of #5FA861
Complementary color
Monochromatic Colors of #5FA861
Black with #5FA861
Text Example
Text Example
White with #5FA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA861; }
p { color: rgb(95,168,97); }
H1.HeaderClassName
{
color: #5FA861;
}
.AnyTagClassName
{
color: #5FA861;
}
</style>
background-color css
<style>
a { background-color: #5FA861; }
a { background-color: rgb(95,168,97); }
div.DivClassName
{
background-color: #5FA861;
}
.BgClassName
{
background-color: #5FA861;
}
</style>
border-color css
<style>
span { border-color: #5FA861; }
span { border-color: rgb(95,168,97); }
td.TdClassName
{
border-color: #5FA861;
}
.TagClassName
{
border-color: #5FA861;
}
</style>