Shades of Fern #5FB166
Tints of Fern #5FB166
RGB
CMYK
RGB Variations
Color information
#5FB166 (or 0x5FB166) is known color: Fern. HEX triplet: 5F, B1 and 66. RGB value is (95,177,102). Sum of RGB (Red+Green+Blue) = 95+177+102=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB166 is #A04E99. Grayscale: #909090. Windows color (decimal): -10505882 or 6730079. OLE color: 6730079.
HSL color Cylindrical-coordinate representation of color #5FB166: hue angle of 125.12º 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 #5FB166 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 102 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.31 |
| HSL | 125.12º | 0.34% | 0.53% | - |
| HSV(B) | 125.12º | 0.46% | 0.69% | - |
| XYZ | 22.84 | 34.84 | 18.09 | - |
| YUV | 143.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 102 | 0.46 | 0 | 0.42 | 0.31 | 125.12 | 0.34 | 0.53 |
| Hex | 5F | B1 | 66 | 2E | 0 | 2A | 1F | 7D | 22 | 35 |
| Octal | 137 | 261 | 146 | 56 | 0 | 52 | 37 | 175 | 42 | 65 |
| Binary | 1011111 | 10110001 | 1100110 | 101110 | 0 | 101010 | 11111 | 1111101 | 100010 | 110101 |
Color Harmonies of #5FB166
Complementary color
Monochromatic Colors of #5FB166
Black with #5FB166
Text Example
Text Example
White with #5FB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB166; }
p { color: rgb(95,177,102); }
H1.HeaderClassName
{
color: #5FB166;
}
.AnyTagClassName
{
color: #5FB166;
}
</style>
background-color css
<style>
a { background-color: #5FB166; }
a { background-color: rgb(95,177,102); }
div.DivClassName
{
background-color: #5FB166;
}
.BgClassName
{
background-color: #5FB166;
}
</style>
border-color css
<style>
span { border-color: #5FB166; }
span { border-color: rgb(95,177,102); }
td.TdClassName
{
border-color: #5FB166;
}
.TagClassName
{
border-color: #5FB166;
}
</style>