Shades of Fruit Salad #4FA148
Tints of Fruit Salad #4FA148
RGB
CMYK
RGB Variations
Color information
#4FA148 (or 0x4FA148) is known color: Fruit Salad. HEX triplet: 4F, A1 and 48. RGB value is (79,161,72). Sum of RGB (Red+Green+Blue) = 79+161+72=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA148 is #B05EB7. Grayscale: #7E7E7E. Windows color (decimal): -11558584 or 4759887. OLE color: 4759887.
HSL color Cylindrical-coordinate representation of color #4FA148: hue angle of 115.28º 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 #4FA148 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 72 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.37 |
| HSL | 115.28º | 0.38% | 0.46% | - |
| HSV(B) | 115.28º | 0.55% | 0.63% | - |
| XYZ | 17.14 | 27.62 | 10.56 | - |
| YUV | 126.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 72 | 0.51 | 0 | 0.55 | 0.37 | 115.28 | 0.38 | 0.46 |
| Hex | 4F | A1 | 48 | 33 | 0 | 37 | 25 | 73 | 26 | 2E |
| Octal | 117 | 241 | 110 | 63 | 0 | 67 | 45 | 163 | 46 | 56 |
| Binary | 1001111 | 10100001 | 1001000 | 110011 | 0 | 110111 | 100101 | 1110011 | 100110 | 101110 |
Color Harmonies of #4FA148
Complementary color
Monochromatic Colors of #4FA148
Black with #4FA148
Text Example
Text Example
White with #4FA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA148; }
p { color: rgb(79,161,72); }
H1.HeaderClassName
{
color: #4FA148;
}
.AnyTagClassName
{
color: #4FA148;
}
</style>
background-color css
<style>
a { background-color: #4FA148; }
a { background-color: rgb(79,161,72); }
div.DivClassName
{
background-color: #4FA148;
}
.BgClassName
{
background-color: #4FA148;
}
</style>
border-color css
<style>
span { border-color: #4FA148; }
span { border-color: rgb(79,161,72); }
td.TdClassName
{
border-color: #4FA148;
}
.TagClassName
{
border-color: #4FA148;
}
</style>