Shades of Fern #5FB16F
Tints of Fern #5FB16F
RGB
CMYK
RGB Variations
Color information
#5FB16F (or 0x5FB16F) is known color: Fern. HEX triplet: 5F, B1 and 6F. RGB value is (95,177,111). Sum of RGB (Red+Green+Blue) = 95+177+111=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB16F is #A04E90. Grayscale: #919191. Windows color (decimal): -10505873 or 7319903. OLE color: 7319903.
HSL color Cylindrical-coordinate representation of color #5FB16F: hue angle of 131.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB16F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 111 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.31 |
| HSL | 131.71º | 0.34% | 0.53% | - |
| HSV(B) | 131.71º | 0.46% | 0.69% | - |
| XYZ | 23.31 | 35.02 | 20.57 | - |
| YUV | 144.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 111 | 0.46 | 0 | 0.37 | 0.31 | 131.71 | 0.34 | 0.53 |
| Hex | 5F | B1 | 6F | 2E | 0 | 25 | 1F | 84 | 22 | 35 |
| Octal | 137 | 261 | 157 | 56 | 0 | 45 | 37 | 204 | 42 | 65 |
| Binary | 1011111 | 10110001 | 1101111 | 101110 | 0 | 100101 | 11111 | 10000100 | 100010 | 110101 |
Color Harmonies of #5FB16F
Complementary color
Monochromatic Colors of #5FB16F
Black with #5FB16F
Text Example
Text Example
White with #5FB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB16F; }
p { color: rgb(95,177,111); }
H1.HeaderClassName
{
color: #5FB16F;
}
.AnyTagClassName
{
color: #5FB16F;
}
</style>
background-color css
<style>
a { background-color: #5FB16F; }
a { background-color: rgb(95,177,111); }
div.DivClassName
{
background-color: #5FB16F;
}
.BgClassName
{
background-color: #5FB16F;
}
</style>
border-color css
<style>
span { border-color: #5FB16F; }
span { border-color: rgb(95,177,111); }
td.TdClassName
{
border-color: #5FB16F;
}
.TagClassName
{
border-color: #5FB16F;
}
</style>