Shades of Fern #5FBC65
Tints of Fern #5FBC65
RGB
CMYK
RGB Variations
Color information
#5FBC65 (or 0x5FBC65) is known color: Fern. HEX triplet: 5F, BC and 65. RGB value is (95,188,101). Sum of RGB (Red+Green+Blue) = 95+188+101=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC65 is #A0439A. Grayscale: #969696. Windows color (decimal): -10503067 or 6667359. OLE color: 6667359.
HSL color Cylindrical-coordinate representation of color #5FBC65: hue angle of 123.87º 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 #5FBC65 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 101 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.26 |
| HSL | 123.87º | 0.41% | 0.55% | - |
| HSV(B) | 123.87º | 0.49% | 0.74% | - |
| XYZ | 25.05 | 39.34 | 18.58 | - |
| YUV | 150.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 101 | 0.49 | 0 | 0.46 | 0.26 | 123.87 | 0.41 | 0.55 |
| Hex | 5F | BC | 65 | 31 | 0 | 2E | 1A | 7C | 29 | 37 |
| Octal | 137 | 274 | 145 | 61 | 0 | 56 | 32 | 174 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1100101 | 110001 | 0 | 101110 | 11010 | 1111100 | 101001 | 110111 |
Color Harmonies of #5FBC65
Complementary color
Monochromatic Colors of #5FBC65
Black with #5FBC65
Text Example
Text Example
White with #5FBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC65; }
p { color: rgb(95,188,101); }
H1.HeaderClassName
{
color: #5FBC65;
}
.AnyTagClassName
{
color: #5FBC65;
}
</style>
background-color css
<style>
a { background-color: #5FBC65; }
a { background-color: rgb(95,188,101); }
div.DivClassName
{
background-color: #5FBC65;
}
.BgClassName
{
background-color: #5FBC65;
}
</style>
border-color css
<style>
span { border-color: #5FBC65; }
span { border-color: rgb(95,188,101); }
td.TdClassName
{
border-color: #5FBC65;
}
.TagClassName
{
border-color: #5FBC65;
}
</style>