Shades of Fern #4FBA64
Tints of Fern #4FBA64
RGB
CMYK
RGB Variations
Color information
#4FBA64 (or 0x4FBA64) is known color: Fern. HEX triplet: 4F, BA and 64. RGB value is (79,186,100). Sum of RGB (Red+Green+Blue) = 79+186+100=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA64 is #B0459B. Grayscale: #909090. Windows color (decimal): -11552156 or 6601295. OLE color: 6601295.
HSL color Cylindrical-coordinate representation of color #4FBA64: hue angle of 131.78º 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 #4FBA64 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 100 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.27 |
| HSL | 131.78º | 0.44% | 0.52% | - |
| HSV(B) | 131.78º | 0.58% | 0.73% | - |
| XYZ | 23.08 | 37.7 | 18.12 | - |
| YUV | 144.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 100 | 0.58 | 0 | 0.46 | 0.27 | 131.78 | 0.44 | 0.52 |
| Hex | 4F | BA | 64 | 3A | 0 | 2E | 1B | 84 | 2C | 34 |
| Octal | 117 | 272 | 144 | 72 | 0 | 56 | 33 | 204 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1100100 | 111010 | 0 | 101110 | 11011 | 10000100 | 101100 | 110100 |
Color Harmonies of #4FBA64
Complementary color
Monochromatic Colors of #4FBA64
Black with #4FBA64
Text Example
Text Example
White with #4FBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA64; }
p { color: rgb(79,186,100); }
H1.HeaderClassName
{
color: #4FBA64;
}
.AnyTagClassName
{
color: #4FBA64;
}
</style>
background-color css
<style>
a { background-color: #4FBA64; }
a { background-color: rgb(79,186,100); }
div.DivClassName
{
background-color: #4FBA64;
}
.BgClassName
{
background-color: #4FBA64;
}
</style>
border-color css
<style>
span { border-color: #4FBA64; }
span { border-color: rgb(79,186,100); }
td.TdClassName
{
border-color: #4FBA64;
}
.TagClassName
{
border-color: #4FBA64;
}
</style>