Shades of Fern #5FA661
Tints of Fern #5FA661
RGB
CMYK
RGB Variations
Color information
#5FA661 (or 0x5FA661) is known color: Fern. HEX triplet: 5F, A6 and 61. RGB value is (95,166,97). Sum of RGB (Red+Green+Blue) = 95+166+97=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA661 is #A0599E. Grayscale: #898989. Windows color (decimal): -10508703 or 6399583. OLE color: 6399583.
HSL color Cylindrical-coordinate representation of color #5FA661: hue angle of 121.69º 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 #5FA661 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 97 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.35 |
| HSL | 121.69º | 0.29% | 0.51% | - |
| HSV(B) | 121.69º | 0.43% | 0.65% | - |
| XYZ | 20.51 | 30.57 | 16.13 | - |
| YUV | 136.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 97 | 0.43 | 0 | 0.42 | 0.35 | 121.69 | 0.29 | 0.51 |
| Hex | 5F | A6 | 61 | 2B | 0 | 2A | 23 | 7A | 1D | 33 |
| Octal | 137 | 246 | 141 | 53 | 0 | 52 | 43 | 172 | 35 | 63 |
| Binary | 1011111 | 10100110 | 1100001 | 101011 | 0 | 101010 | 100011 | 1111010 | 11101 | 110011 |
Color Harmonies of #5FA661
Complementary color
Monochromatic Colors of #5FA661
Black with #5FA661
Text Example
Text Example
White with #5FA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA661; }
p { color: rgb(95,166,97); }
H1.HeaderClassName
{
color: #5FA661;
}
.AnyTagClassName
{
color: #5FA661;
}
</style>
background-color css
<style>
a { background-color: #5FA661; }
a { background-color: rgb(95,166,97); }
div.DivClassName
{
background-color: #5FA661;
}
.BgClassName
{
background-color: #5FA661;
}
</style>
border-color css
<style>
span { border-color: #5FA661; }
span { border-color: rgb(95,166,97); }
td.TdClassName
{
border-color: #5FA661;
}
.TagClassName
{
border-color: #5FA661;
}
</style>