Shades of Fruit Salad #4F9147
Tints of Fruit Salad #4F9147
RGB
CMYK
RGB Variations
Color information
#4F9147 (or 0x4F9147) is known color: Fruit Salad. HEX triplet: 4F, 91 and 47. RGB value is (79,145,71). Sum of RGB (Red+Green+Blue) = 79+145+71=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9147 is #B06EB8. Grayscale: #757575. Windows color (decimal): -11562681 or 4690255. OLE color: 4690255.
HSL color Cylindrical-coordinate representation of color #4F9147: hue angle of 113.51º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F9147 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 71 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.43 |
| HSL | 113.51º | 0.34% | 0.42% | - |
| HSV(B) | 113.51º | 0.51% | 0.57% | - |
| XYZ | 14.49 | 22.37 | 9.52 | - |
| YUV | 116.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 71 | 0.46 | 0 | 0.51 | 0.43 | 113.51 | 0.34 | 0.42 |
| Hex | 4F | 91 | 47 | 2E | 0 | 33 | 2B | 72 | 22 | 2A |
| Octal | 117 | 221 | 107 | 56 | 0 | 63 | 53 | 162 | 42 | 52 |
| Binary | 1001111 | 10010001 | 1000111 | 101110 | 0 | 110011 | 101011 | 1110010 | 100010 | 101010 |
Color Harmonies of #4F9147
Complementary color
Monochromatic Colors of #4F9147
Black with #4F9147
Text Example
Text Example
White with #4F9147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9147; }
p { color: rgb(79,145,71); }
H1.HeaderClassName
{
color: #4F9147;
}
.AnyTagClassName
{
color: #4F9147;
}
</style>
background-color css
<style>
a { background-color: #4F9147; }
a { background-color: rgb(79,145,71); }
div.DivClassName
{
background-color: #4F9147;
}
.BgClassName
{
background-color: #4F9147;
}
</style>
border-color css
<style>
span { border-color: #4F9147; }
span { border-color: rgb(79,145,71); }
td.TdClassName
{
border-color: #4F9147;
}
.TagClassName
{
border-color: #4F9147;
}
</style>