Shades of Fruit Salad #4FAC40
Tints of Fruit Salad #4FAC40
RGB
CMYK
RGB Variations
Color information
#4FAC40 (or 0x4FAC40) is known color: Fruit Salad. HEX triplet: 4F, AC and 40. RGB value is (79,172,64). Sum of RGB (Red+Green+Blue) = 79+172+64=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAC40 is #B053BF. Grayscale: #848484. Windows color (decimal): -11555776 or 4238415. OLE color: 4238415.
HSL color Cylindrical-coordinate representation of color #4FAC40: hue angle of 111.67º 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 #4FAC40 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 64 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.33 |
| HSL | 111.67º | 0.46% | 0.46% | - |
| HSV(B) | 111.67º | 0.63% | 0.67% | - |
| XYZ | 18.9 | 31.54 | 9.94 | - |
| YUV | 131.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 64 | 0.54 | 0 | 0.63 | 0.33 | 111.67 | 0.46 | 0.46 |
| Hex | 4F | AC | 40 | 36 | 0 | 3F | 21 | 70 | 2E | 2E |
| Octal | 117 | 254 | 100 | 66 | 0 | 77 | 41 | 160 | 56 | 56 |
| Binary | 1001111 | 10101100 | 1000000 | 110110 | 0 | 111111 | 100001 | 1110000 | 101110 | 101110 |
Color Harmonies of #4FAC40
Complementary color
Monochromatic Colors of #4FAC40
Black with #4FAC40
Text Example
Text Example
White with #4FAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC40; }
p { color: rgb(79,172,64); }
H1.HeaderClassName
{
color: #4FAC40;
}
.AnyTagClassName
{
color: #4FAC40;
}
</style>
background-color css
<style>
a { background-color: #4FAC40; }
a { background-color: rgb(79,172,64); }
div.DivClassName
{
background-color: #4FAC40;
}
.BgClassName
{
background-color: #4FAC40;
}
</style>
border-color css
<style>
span { border-color: #4FAC40; }
span { border-color: rgb(79,172,64); }
td.TdClassName
{
border-color: #4FAC40;
}
.TagClassName
{
border-color: #4FAC40;
}
</style>