Shades of Fruit Salad #4FA04F
Tints of Fruit Salad #4FA04F
RGB
CMYK
RGB Variations
Color information
#4FA04F (or 0x4FA04F) is known color: Fruit Salad. HEX triplet: 4F, A0 and 4F. RGB value is (79,160,79). Sum of RGB (Red+Green+Blue) = 79+160+79=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA04F is #B05FB0. Grayscale: #7E7E7E. Windows color (decimal): -11558833 or 5218383. OLE color: 5218383.
HSL color Cylindrical-coordinate representation of color #4FA04F: hue angle of 120º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA04F is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 79 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.37 |
| HSL | 120º | 0.34% | 0.47% | - |
| HSV(B) | 120º | 0.51% | 0.63% | - |
| XYZ | 17.21 | 27.37 | 11.77 | - |
| YUV | 126.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 79 | 0.51 | 0 | 0.51 | 0.37 | 120 | 0.34 | 0.47 |
| Hex | 4F | A0 | 4F | 33 | 0 | 33 | 25 | 78 | 22 | 2F |
| Octal | 117 | 240 | 117 | 63 | 0 | 63 | 45 | 170 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1001111 | 110011 | 0 | 110011 | 100101 | 1111000 | 100010 | 101111 |
Color Harmonies of #4FA04F
Complementary color
Monochromatic Colors of #4FA04F
Black with #4FA04F
Text Example
Text Example
White with #4FA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA04F; }
p { color: rgb(79,160,79); }
H1.HeaderClassName
{
color: #4FA04F;
}
.AnyTagClassName
{
color: #4FA04F;
}
</style>
background-color css
<style>
a { background-color: #4FA04F; }
a { background-color: rgb(79,160,79); }
div.DivClassName
{
background-color: #4FA04F;
}
.BgClassName
{
background-color: #4FA04F;
}
</style>
border-color css
<style>
span { border-color: #4FA04F; }
span { border-color: rgb(79,160,79); }
td.TdClassName
{
border-color: #4FA04F;
}
.TagClassName
{
border-color: #4FA04F;
}
</style>