Shades of Fern #5FBC61
Tints of Fern #5FBC61
RGB
CMYK
RGB Variations
Color information
#5FBC61 (or 0x5FBC61) is known color: Fern. HEX triplet: 5F, BC and 61. RGB value is (95,188,97). Sum of RGB (Red+Green+Blue) = 95+188+97=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC61 is #A0439E. Grayscale: #969696. Windows color (decimal): -10503071 or 6405215. OLE color: 6405215.
HSL color Cylindrical-coordinate representation of color #5FBC61: hue angle of 121.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC61 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 97 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.26 |
| HSL | 121.29º | 0.41% | 0.55% | - |
| HSV(B) | 121.29º | 0.49% | 0.74% | - |
| XYZ | 24.86 | 39.26 | 17.58 | - |
| YUV | 149.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 97 | 0.49 | 0 | 0.48 | 0.26 | 121.29 | 0.41 | 0.55 |
| Hex | 5F | BC | 61 | 31 | 0 | 30 | 1A | 79 | 29 | 37 |
| Octal | 137 | 274 | 141 | 61 | 0 | 60 | 32 | 171 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1100001 | 110001 | 0 | 110000 | 11010 | 1111001 | 101001 | 110111 |
Color Harmonies of #5FBC61
Complementary color
Monochromatic Colors of #5FBC61
Black with #5FBC61
Text Example
Text Example
White with #5FBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC61; }
p { color: rgb(95,188,97); }
H1.HeaderClassName
{
color: #5FBC61;
}
.AnyTagClassName
{
color: #5FBC61;
}
</style>
background-color css
<style>
a { background-color: #5FBC61; }
a { background-color: rgb(95,188,97); }
div.DivClassName
{
background-color: #5FBC61;
}
.BgClassName
{
background-color: #5FBC61;
}
</style>
border-color css
<style>
span { border-color: #5FBC61; }
span { border-color: rgb(95,188,97); }
td.TdClassName
{
border-color: #5FBC61;
}
.TagClassName
{
border-color: #5FBC61;
}
</style>