Shades of Fern #4FBA65
Tints of Fern #4FBA65
RGB
CMYK
RGB Variations
Color information
#4FBA65 (or 0x4FBA65) is known color: Fern. HEX triplet: 4F, BA and 65. RGB value is (79,186,101). Sum of RGB (Red+Green+Blue) = 79+186+101=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA65 is #B0459A. Grayscale: #909090. Windows color (decimal): -11552155 or 6666831. OLE color: 6666831.
HSL color Cylindrical-coordinate representation of color #4FBA65: hue angle of 132.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA65 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 101 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.27 |
| HSL | 132.34º | 0.44% | 0.52% | - |
| HSV(B) | 132.34º | 0.58% | 0.73% | - |
| XYZ | 23.13 | 37.72 | 18.37 | - |
| YUV | 144.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 101 | 0.58 | 0 | 0.46 | 0.27 | 132.34 | 0.44 | 0.52 |
| Hex | 4F | BA | 65 | 3A | 0 | 2E | 1B | 84 | 2C | 34 |
| Octal | 117 | 272 | 145 | 72 | 0 | 56 | 33 | 204 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1100101 | 111010 | 0 | 101110 | 11011 | 10000100 | 101100 | 110100 |
Color Harmonies of #4FBA65
Complementary color
Monochromatic Colors of #4FBA65
Black with #4FBA65
Text Example
Text Example
White with #4FBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA65; }
p { color: rgb(79,186,101); }
H1.HeaderClassName
{
color: #4FBA65;
}
.AnyTagClassName
{
color: #4FBA65;
}
</style>
background-color css
<style>
a { background-color: #4FBA65; }
a { background-color: rgb(79,186,101); }
div.DivClassName
{
background-color: #4FBA65;
}
.BgClassName
{
background-color: #4FBA65;
}
</style>
border-color css
<style>
span { border-color: #4FBA65; }
span { border-color: rgb(79,186,101); }
td.TdClassName
{
border-color: #4FBA65;
}
.TagClassName
{
border-color: #4FBA65;
}
</style>