Shades of Fern #5FB06E
Tints of Fern #5FB06E
RGB
CMYK
RGB Variations
Color information
#5FB06E (or 0x5FB06E) is known color: Fern. HEX triplet: 5F, B0 and 6E. RGB value is (95,176,110). Sum of RGB (Red+Green+Blue) = 95+176+110=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB06E is #A04F91. Grayscale: #909090. Windows color (decimal): -10506130 or 7254111. OLE color: 7254111.
HSL color Cylindrical-coordinate representation of color #5FB06E: hue angle of 131.11º 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 #5FB06E is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 110 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.31 |
| HSL | 131.11º | 0.34% | 0.53% | - |
| HSV(B) | 131.11º | 0.46% | 0.69% | - |
| XYZ | 23.06 | 34.61 | 20.22 | - |
| YUV | 144.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 110 | 0.46 | 0 | 0.37 | 0.31 | 131.11 | 0.34 | 0.53 |
| Hex | 5F | B0 | 6E | 2E | 0 | 25 | 1F | 83 | 22 | 35 |
| Octal | 137 | 260 | 156 | 56 | 0 | 45 | 37 | 203 | 42 | 65 |
| Binary | 1011111 | 10110000 | 1101110 | 101110 | 0 | 100101 | 11111 | 10000011 | 100010 | 110101 |
Color Harmonies of #5FB06E
Complementary color
Monochromatic Colors of #5FB06E
Black with #5FB06E
Text Example
Text Example
White with #5FB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB06E; }
p { color: rgb(95,176,110); }
H1.HeaderClassName
{
color: #5FB06E;
}
.AnyTagClassName
{
color: #5FB06E;
}
</style>
background-color css
<style>
a { background-color: #5FB06E; }
a { background-color: rgb(95,176,110); }
div.DivClassName
{
background-color: #5FB06E;
}
.BgClassName
{
background-color: #5FB06E;
}
</style>
border-color css
<style>
span { border-color: #5FB06E; }
span { border-color: rgb(95,176,110); }
td.TdClassName
{
border-color: #5FB06E;
}
.TagClassName
{
border-color: #5FB06E;
}
</style>