Shades of Fern #5FB16D
Tints of Fern #5FB16D
RGB
CMYK
RGB Variations
Color information
#5FB16D (or 0x5FB16D) is known color: Fern. HEX triplet: 5F, B1 and 6D. RGB value is (95,177,109). Sum of RGB (Red+Green+Blue) = 95+177+109=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB16D is #A04E92. Grayscale: #909090. Windows color (decimal): -10505875 or 7188831. OLE color: 7188831.
HSL color Cylindrical-coordinate representation of color #5FB16D: hue angle of 130.24º 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 #5FB16D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 109 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.31 |
| HSL | 130.24º | 0.34% | 0.53% | - |
| HSV(B) | 130.24º | 0.46% | 0.69% | - |
| XYZ | 23.2 | 34.98 | 20 | - |
| YUV | 144.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 109 | 0.46 | 0 | 0.38 | 0.31 | 130.24 | 0.34 | 0.53 |
| Hex | 5F | B1 | 6D | 2E | 0 | 26 | 1F | 82 | 22 | 35 |
| Octal | 137 | 261 | 155 | 56 | 0 | 46 | 37 | 202 | 42 | 65 |
| Binary | 1011111 | 10110001 | 1101101 | 101110 | 0 | 100110 | 11111 | 10000010 | 100010 | 110101 |
Color Harmonies of #5FB16D
Complementary color
Monochromatic Colors of #5FB16D
Black with #5FB16D
Text Example
Text Example
White with #5FB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB16D; }
p { color: rgb(95,177,109); }
H1.HeaderClassName
{
color: #5FB16D;
}
.AnyTagClassName
{
color: #5FB16D;
}
</style>
background-color css
<style>
a { background-color: #5FB16D; }
a { background-color: rgb(95,177,109); }
div.DivClassName
{
background-color: #5FB16D;
}
.BgClassName
{
background-color: #5FB16D;
}
</style>
border-color css
<style>
span { border-color: #5FB16D; }
span { border-color: rgb(95,177,109); }
td.TdClassName
{
border-color: #5FB16D;
}
.TagClassName
{
border-color: #5FB16D;
}
</style>