Shades of Fern #5FA261
Tints of Fern #5FA261
RGB
CMYK
RGB Variations
Color information
#5FA261 (or 0x5FA261) is known color: Fern. HEX triplet: 5F, A2 and 61. RGB value is (95,162,97). Sum of RGB (Red+Green+Blue) = 95+162+97=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA261 is #A05D9E. Grayscale: #868686. Windows color (decimal): -10509727 or 6398559. OLE color: 6398559.
HSL color Cylindrical-coordinate representation of color #5FA261: hue angle of 121.79º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA261 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 97 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.36 |
| HSL | 121.79º | 0.26% | 0.5% | - |
| HSV(B) | 121.79º | 0.41% | 0.64% | - |
| XYZ | 19.8 | 29.14 | 15.89 | - |
| YUV | 134.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 97 | 0.41 | 0 | 0.40 | 0.36 | 121.79 | 0.26 | 0.5 |
| Hex | 5F | A2 | 61 | 29 | 0 | 28 | 24 | 7A | 1A | 32 |
| Octal | 137 | 242 | 141 | 51 | 0 | 50 | 44 | 172 | 32 | 62 |
| Binary | 1011111 | 10100010 | 1100001 | 101001 | 0 | 101000 | 100100 | 1111010 | 11010 | 110010 |
Color Harmonies of #5FA261
Complementary color
Monochromatic Colors of #5FA261
Black with #5FA261
Text Example
Text Example
White with #5FA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA261; }
p { color: rgb(95,162,97); }
H1.HeaderClassName
{
color: #5FA261;
}
.AnyTagClassName
{
color: #5FA261;
}
</style>
background-color css
<style>
a { background-color: #5FA261; }
a { background-color: rgb(95,162,97); }
div.DivClassName
{
background-color: #5FA261;
}
.BgClassName
{
background-color: #5FA261;
}
</style>
border-color css
<style>
span { border-color: #5FA261; }
span { border-color: rgb(95,162,97); }
td.TdClassName
{
border-color: #5FA261;
}
.TagClassName
{
border-color: #5FA261;
}
</style>