Shades of Fern #4FBC64
Tints of Fern #4FBC64
RGB
CMYK
RGB Variations
Color information
#4FBC64 (or 0x4FBC64) is known color: Fern. HEX triplet: 4F, BC and 64. RGB value is (79,188,100). Sum of RGB (Red+Green+Blue) = 79+188+100=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC64 is #B0439B. Grayscale: #919191. Windows color (decimal): -11551644 or 6601807. OLE color: 6601807.
HSL color Cylindrical-coordinate representation of color #4FBC64: hue angle of 131.56º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC64 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 100 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.26 |
| HSL | 131.56º | 0.45% | 0.52% | - |
| HSV(B) | 131.56º | 0.58% | 0.74% | - |
| XYZ | 23.51 | 38.55 | 18.26 | - |
| YUV | 145.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 100 | 0.58 | 0 | 0.47 | 0.26 | 131.56 | 0.45 | 0.52 |
| Hex | 4F | BC | 64 | 3A | 0 | 2F | 1A | 84 | 2D | 34 |
| Octal | 117 | 274 | 144 | 72 | 0 | 57 | 32 | 204 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1100100 | 111010 | 0 | 101111 | 11010 | 10000100 | 101101 | 110100 |
Color Harmonies of #4FBC64
Complementary color
Monochromatic Colors of #4FBC64
Black with #4FBC64
Text Example
Text Example
White with #4FBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC64; }
p { color: rgb(79,188,100); }
H1.HeaderClassName
{
color: #4FBC64;
}
.AnyTagClassName
{
color: #4FBC64;
}
</style>
background-color css
<style>
a { background-color: #4FBC64; }
a { background-color: rgb(79,188,100); }
div.DivClassName
{
background-color: #4FBC64;
}
.BgClassName
{
background-color: #4FBC64;
}
</style>
border-color css
<style>
span { border-color: #4FBC64; }
span { border-color: rgb(79,188,100); }
td.TdClassName
{
border-color: #4FBC64;
}
.TagClassName
{
border-color: #4FBC64;
}
</style>