Shades of Fruit Salad #4FAC3F
Tints of Fruit Salad #4FAC3F
RGB
CMYK
RGB Variations
Color information
#4FAC3F (or 0x4FAC3F) is known color: Fruit Salad. HEX triplet: 4F, AC and 3F. RGB value is (79,172,63). Sum of RGB (Red+Green+Blue) = 79+172+63=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAC3F is #B053C0. Grayscale: #848484. Windows color (decimal): -11555777 or 4172879. OLE color: 4172879.
HSL color Cylindrical-coordinate representation of color #4FAC3F: hue angle of 111.19º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FAC3F is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 63 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.33 |
| HSL | 111.19º | 0.46% | 0.46% | - |
| HSV(B) | 111.19º | 0.63% | 0.67% | - |
| XYZ | 18.87 | 31.53 | 9.79 | - |
| YUV | 131.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 63 | 0.54 | 0 | 0.63 | 0.33 | 111.19 | 0.46 | 0.46 |
| Hex | 4F | AC | 3F | 36 | 0 | 3F | 21 | 6F | 2E | 2E |
| Octal | 117 | 254 | 77 | 66 | 0 | 77 | 41 | 157 | 56 | 56 |
| Binary | 1001111 | 10101100 | 111111 | 110110 | 0 | 111111 | 100001 | 1101111 | 101110 | 101110 |
Color Harmonies of #4FAC3F
Complementary color
Monochromatic Colors of #4FAC3F
Black with #4FAC3F
Text Example
Text Example
White with #4FAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC3F; }
p { color: rgb(79,172,63); }
H1.HeaderClassName
{
color: #4FAC3F;
}
.AnyTagClassName
{
color: #4FAC3F;
}
</style>
background-color css
<style>
a { background-color: #4FAC3F; }
a { background-color: rgb(79,172,63); }
div.DivClassName
{
background-color: #4FAC3F;
}
.BgClassName
{
background-color: #4FAC3F;
}
</style>
border-color css
<style>
span { border-color: #4FAC3F; }
span { border-color: rgb(79,172,63); }
td.TdClassName
{
border-color: #4FAC3F;
}
.TagClassName
{
border-color: #4FAC3F;
}
</style>