Shades of Fern #5FBC67
Tints of Fern #5FBC67
RGB
CMYK
RGB Variations
Color information
#5FBC67 (or 0x5FBC67) is known color: Fern. HEX triplet: 5F, BC and 67. RGB value is (95,188,103). Sum of RGB (Red+Green+Blue) = 95+188+103=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC67 is #A04398. Grayscale: #969696. Windows color (decimal): -10503065 or 6798431. OLE color: 6798431.
HSL color Cylindrical-coordinate representation of color #5FBC67: hue angle of 125.16º 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 #5FBC67 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 103 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.26 |
| HSL | 125.16º | 0.41% | 0.55% | - |
| HSV(B) | 125.16º | 0.49% | 0.74% | - |
| XYZ | 25.15 | 39.38 | 19.11 | - |
| YUV | 150.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 103 | 0.49 | 0 | 0.45 | 0.26 | 125.16 | 0.41 | 0.55 |
| Hex | 5F | BC | 67 | 31 | 0 | 2D | 1A | 7D | 29 | 37 |
| Octal | 137 | 274 | 147 | 61 | 0 | 55 | 32 | 175 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1100111 | 110001 | 0 | 101101 | 11010 | 1111101 | 101001 | 110111 |
Color Harmonies of #5FBC67
Complementary color
Monochromatic Colors of #5FBC67
Black with #5FBC67
Text Example
Text Example
White with #5FBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC67; }
p { color: rgb(95,188,103); }
H1.HeaderClassName
{
color: #5FBC67;
}
.AnyTagClassName
{
color: #5FBC67;
}
</style>
background-color css
<style>
a { background-color: #5FBC67; }
a { background-color: rgb(95,188,103); }
div.DivClassName
{
background-color: #5FBC67;
}
.BgClassName
{
background-color: #5FBC67;
}
</style>
border-color css
<style>
span { border-color: #5FBC67; }
span { border-color: rgb(95,188,103); }
td.TdClassName
{
border-color: #5FBC67;
}
.TagClassName
{
border-color: #5FBC67;
}
</style>