Shades of Fern #5FB577
Tints of Fern #5FB577
RGB
CMYK
RGB Variations
Color information
#5FB577 (or 0x5FB577) is known color: Fern. HEX triplet: 5F, B5 and 77. RGB value is (95,181,119). Sum of RGB (Red+Green+Blue) = 95+181+119=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB577 is #A04A88. Grayscale: #949494. Windows color (decimal): -10504841 or 7845215. OLE color: 7845215.
HSL color Cylindrical-coordinate representation of color #5FB577: hue angle of 136.74º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB577 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 181 | 119 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.29 |
| HSL | 136.74º | 0.37% | 0.54% | - |
| HSV(B) | 136.74º | 0.48% | 0.71% | - |
| XYZ | 24.57 | 36.81 | 23.26 | - |
| YUV | 148.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 119 | 0.48 | 0 | 0.34 | 0.29 | 136.74 | 0.37 | 0.54 |
| Hex | 5F | B5 | 77 | 30 | 0 | 22 | 1D | 89 | 25 | 36 |
| Octal | 137 | 265 | 167 | 60 | 0 | 42 | 35 | 211 | 45 | 66 |
| Binary | 1011111 | 10110101 | 1110111 | 110000 | 0 | 100010 | 11101 | 10001001 | 100101 | 110110 |
Color Harmonies of #5FB577
Complementary color
Monochromatic Colors of #5FB577
Black with #5FB577
Text Example
Text Example
White with #5FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB577; }
p { color: rgb(95,181,119); }
H1.HeaderClassName
{
color: #5FB577;
}
.AnyTagClassName
{
color: #5FB577;
}
</style>
background-color css
<style>
a { background-color: #5FB577; }
a { background-color: rgb(95,181,119); }
div.DivClassName
{
background-color: #5FB577;
}
.BgClassName
{
background-color: #5FB577;
}
</style>
border-color css
<style>
span { border-color: #5FB577; }
span { border-color: rgb(95,181,119); }
td.TdClassName
{
border-color: #5FB577;
}
.TagClassName
{
border-color: #5FB577;
}
</style>