Shades of Fruit Salad #4F9351
Tints of Fruit Salad #4F9351
RGB
CMYK
RGB Variations
Color information
#4F9351 (or 0x4F9351) is known color: Fruit Salad. HEX triplet: 4F, 93 and 51. RGB value is (79,147,81). Sum of RGB (Red+Green+Blue) = 79+147+81=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9351 is #B06CAE. Grayscale: #777777. Windows color (decimal): -11562159 or 5346127. OLE color: 5346127.
HSL color Cylindrical-coordinate representation of color #4F9351: hue angle of 121.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9351 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 147 | 81 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.42 |
| HSL | 121.76º | 0.3% | 0.44% | - |
| HSV(B) | 121.76º | 0.46% | 0.58% | - |
| XYZ | 15.14 | 23.12 | 11.45 | - |
| YUV | 119.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 81 | 0.46 | 0 | 0.45 | 0.42 | 121.76 | 0.3 | 0.44 |
| Hex | 4F | 93 | 51 | 2E | 0 | 2D | 2A | 7A | 1E | 2C |
| Octal | 117 | 223 | 121 | 56 | 0 | 55 | 52 | 172 | 36 | 54 |
| Binary | 1001111 | 10010011 | 1010001 | 101110 | 0 | 101101 | 101010 | 1111010 | 11110 | 101100 |
Color Harmonies of #4F9351
Complementary color
Monochromatic Colors of #4F9351
Black with #4F9351
Text Example
Text Example
White with #4F9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9351; }
p { color: rgb(79,147,81); }
H1.HeaderClassName
{
color: #4F9351;
}
.AnyTagClassName
{
color: #4F9351;
}
</style>
background-color css
<style>
a { background-color: #4F9351; }
a { background-color: rgb(79,147,81); }
div.DivClassName
{
background-color: #4F9351;
}
.BgClassName
{
background-color: #4F9351;
}
</style>
border-color css
<style>
span { border-color: #4F9351; }
span { border-color: rgb(79,147,81); }
td.TdClassName
{
border-color: #4F9351;
}
.TagClassName
{
border-color: #4F9351;
}
</style>