Shades of Fruit Salad #4FAA40
Tints of Fruit Salad #4FAA40
RGB
CMYK
RGB Variations
Color information
#4FAA40 (or 0x4FAA40) is known color: Fruit Salad. HEX triplet: 4F, AA and 40. RGB value is (79,170,64). Sum of RGB (Red+Green+Blue) = 79+170+64=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA40 is #B055BF. Grayscale: #838383. Windows color (decimal): -11556288 or 4237903. OLE color: 4237903.
HSL color Cylindrical-coordinate representation of color #4FAA40: hue angle of 111.51º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FAA40 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 64 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.33 |
| HSL | 111.51º | 0.45% | 0.46% | - |
| HSV(B) | 111.51º | 0.62% | 0.67% | - |
| XYZ | 18.52 | 30.78 | 9.82 | - |
| YUV | 130.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 64 | 0.54 | 0 | 0.62 | 0.33 | 111.51 | 0.45 | 0.46 |
| Hex | 4F | AA | 40 | 36 | 0 | 3E | 21 | 70 | 2D | 2E |
| Octal | 117 | 252 | 100 | 66 | 0 | 76 | 41 | 160 | 55 | 56 |
| Binary | 1001111 | 10101010 | 1000000 | 110110 | 0 | 111110 | 100001 | 1110000 | 101101 | 101110 |
Color Harmonies of #4FAA40
Complementary color
Monochromatic Colors of #4FAA40
Black with #4FAA40
Text Example
Text Example
White with #4FAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA40; }
p { color: rgb(79,170,64); }
H1.HeaderClassName
{
color: #4FAA40;
}
.AnyTagClassName
{
color: #4FAA40;
}
</style>
background-color css
<style>
a { background-color: #4FAA40; }
a { background-color: rgb(79,170,64); }
div.DivClassName
{
background-color: #4FAA40;
}
.BgClassName
{
background-color: #4FAA40;
}
</style>
border-color css
<style>
span { border-color: #4FAA40; }
span { border-color: rgb(79,170,64); }
td.TdClassName
{
border-color: #4FAA40;
}
.TagClassName
{
border-color: #4FAA40;
}
</style>