Shades of Fern #5FB06A
Tints of Fern #5FB06A
RGB
CMYK
RGB Variations
Color information
#5FB06A (or 0x5FB06A) is known color: Fern. HEX triplet: 5F, B0 and 6A. RGB value is (95,176,106). Sum of RGB (Red+Green+Blue) = 95+176+106=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB06A is #A04F95. Grayscale: #8F8F8F. Windows color (decimal): -10506134 or 6991967. OLE color: 6991967.
HSL color Cylindrical-coordinate representation of color #5FB06A: hue angle of 128.15º 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 #5FB06A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 106 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.31 |
| HSL | 128.15º | 0.34% | 0.53% | - |
| HSV(B) | 128.15º | 0.46% | 0.69% | - |
| XYZ | 22.85 | 34.52 | 19.1 | - |
| YUV | 143.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 106 | 0.46 | 0 | 0.40 | 0.31 | 128.15 | 0.34 | 0.53 |
| Hex | 5F | B0 | 6A | 2E | 0 | 28 | 1F | 80 | 22 | 35 |
| Octal | 137 | 260 | 152 | 56 | 0 | 50 | 37 | 200 | 42 | 65 |
| Binary | 1011111 | 10110000 | 1101010 | 101110 | 0 | 101000 | 11111 | 10000000 | 100010 | 110101 |
Color Harmonies of #5FB06A
Complementary color
Monochromatic Colors of #5FB06A
Black with #5FB06A
Text Example
Text Example
White with #5FB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB06A; }
p { color: rgb(95,176,106); }
H1.HeaderClassName
{
color: #5FB06A;
}
.AnyTagClassName
{
color: #5FB06A;
}
</style>
background-color css
<style>
a { background-color: #5FB06A; }
a { background-color: rgb(95,176,106); }
div.DivClassName
{
background-color: #5FB06A;
}
.BgClassName
{
background-color: #5FB06A;
}
</style>
border-color css
<style>
span { border-color: #5FB06A; }
span { border-color: rgb(95,176,106); }
td.TdClassName
{
border-color: #5FB06A;
}
.TagClassName
{
border-color: #5FB06A;
}
</style>