Shades of Fruit Salad #4FA149
Tints of Fruit Salad #4FA149
RGB
CMYK
RGB Variations
Color information
#4FA149 (or 0x4FA149) is known color: Fruit Salad. HEX triplet: 4F, A1 and 49. RGB value is (79,161,73). Sum of RGB (Red+Green+Blue) = 79+161+73=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA149 is #B05EB6. Grayscale: #7E7E7E. Windows color (decimal): -11558583 or 4825423. OLE color: 4825423.
HSL color Cylindrical-coordinate representation of color #4FA149: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FA149 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 73 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.37 |
| HSL | 115.91º | 0.38% | 0.46% | - |
| HSV(B) | 115.91º | 0.55% | 0.63% | - |
| XYZ | 17.17 | 27.63 | 10.73 | - |
| YUV | 126.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 73 | 0.51 | 0 | 0.55 | 0.37 | 115.91 | 0.38 | 0.46 |
| Hex | 4F | A1 | 49 | 33 | 0 | 37 | 25 | 74 | 26 | 2E |
| Octal | 117 | 241 | 111 | 63 | 0 | 67 | 45 | 164 | 46 | 56 |
| Binary | 1001111 | 10100001 | 1001001 | 110011 | 0 | 110111 | 100101 | 1110100 | 100110 | 101110 |
Color Harmonies of #4FA149
Complementary color
Monochromatic Colors of #4FA149
Black with #4FA149
Text Example
Text Example
White with #4FA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA149; }
p { color: rgb(79,161,73); }
H1.HeaderClassName
{
color: #4FA149;
}
.AnyTagClassName
{
color: #4FA149;
}
</style>
background-color css
<style>
a { background-color: #4FA149; }
a { background-color: rgb(79,161,73); }
div.DivClassName
{
background-color: #4FA149;
}
.BgClassName
{
background-color: #4FA149;
}
</style>
border-color css
<style>
span { border-color: #4FA149; }
span { border-color: rgb(79,161,73); }
td.TdClassName
{
border-color: #4FA149;
}
.TagClassName
{
border-color: #4FA149;
}
</style>