Shades of Fruit Salad #4FA146
Tints of Fruit Salad #4FA146
RGB
CMYK
RGB Variations
Color information
#4FA146 (or 0x4FA146) is known color: Fruit Salad. HEX triplet: 4F, A1 and 46. RGB value is (79,161,70). Sum of RGB (Red+Green+Blue) = 79+161+70=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA146 is #B05EB9. Grayscale: #7E7E7E. Windows color (decimal): -11558586 or 4628815. OLE color: 4628815.
HSL color Cylindrical-coordinate representation of color #4FA146: hue angle of 114.07º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FA146 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 70 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.37 |
| HSL | 114.07º | 0.39% | 0.45% | - |
| HSV(B) | 114.07º | 0.57% | 0.63% | - |
| XYZ | 17.07 | 27.59 | 10.22 | - |
| YUV | 126.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 70 | 0.51 | 0 | 0.57 | 0.37 | 114.07 | 0.39 | 0.45 |
| Hex | 4F | A1 | 46 | 33 | 0 | 39 | 25 | 72 | 27 | 2D |
| Octal | 117 | 241 | 106 | 63 | 0 | 71 | 45 | 162 | 47 | 55 |
| Binary | 1001111 | 10100001 | 1000110 | 110011 | 0 | 111001 | 100101 | 1110010 | 100111 | 101101 |
Color Harmonies of #4FA146
Complementary color
Monochromatic Colors of #4FA146
Black with #4FA146
Text Example
Text Example
White with #4FA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA146; }
p { color: rgb(79,161,70); }
H1.HeaderClassName
{
color: #4FA146;
}
.AnyTagClassName
{
color: #4FA146;
}
</style>
background-color css
<style>
a { background-color: #4FA146; }
a { background-color: rgb(79,161,70); }
div.DivClassName
{
background-color: #4FA146;
}
.BgClassName
{
background-color: #4FA146;
}
</style>
border-color css
<style>
span { border-color: #4FA146; }
span { border-color: rgb(79,161,70); }
td.TdClassName
{
border-color: #4FA146;
}
.TagClassName
{
border-color: #4FA146;
}
</style>