Shades of Fern #5FB379
Tints of Fern #5FB379
RGB
CMYK
RGB Variations
Color information
#5FB379 (or 0x5FB379) is known color: Fern. HEX triplet: 5F, B3 and 79. RGB value is (95,179,121). Sum of RGB (Red+Green+Blue) = 95+179+121=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB379 is #A04C86. Grayscale: #939393. Windows color (decimal): -10505351 or 7975775. OLE color: 7975775.
HSL color Cylindrical-coordinate representation of color #5FB379: hue angle of 138.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB379 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 121 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.30 |
| HSL | 138.57º | 0.36% | 0.54% | - |
| HSV(B) | 138.57º | 0.47% | 0.7% | - |
| XYZ | 24.29 | 36.05 | 23.77 | - |
| YUV | 147.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 121 | 0.47 | 0 | 0.32 | 0.30 | 138.57 | 0.36 | 0.54 |
| Hex | 5F | B3 | 79 | 2F | 0 | 20 | 1E | 8B | 24 | 36 |
| Octal | 137 | 263 | 171 | 57 | 0 | 40 | 36 | 213 | 44 | 66 |
| Binary | 1011111 | 10110011 | 1111001 | 101111 | 0 | 100000 | 11110 | 10001011 | 100100 | 110110 |
Color Harmonies of #5FB379
Complementary color
Monochromatic Colors of #5FB379
Black with #5FB379
Text Example
Text Example
White with #5FB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB379; }
p { color: rgb(95,179,121); }
H1.HeaderClassName
{
color: #5FB379;
}
.AnyTagClassName
{
color: #5FB379;
}
</style>
background-color css
<style>
a { background-color: #5FB379; }
a { background-color: rgb(95,179,121); }
div.DivClassName
{
background-color: #5FB379;
}
.BgClassName
{
background-color: #5FB379;
}
</style>
border-color css
<style>
span { border-color: #5FB379; }
span { border-color: rgb(95,179,121); }
td.TdClassName
{
border-color: #5FB379;
}
.TagClassName
{
border-color: #5FB379;
}
</style>