Shades of Fruit Salad #4F9641
Tints of Fruit Salad #4F9641
RGB
CMYK
RGB Variations
Color information
#4F9641 (or 0x4F9641) is known color: Fruit Salad. HEX triplet: 4F, 96 and 41. RGB value is (79,150,65). Sum of RGB (Red+Green+Blue) = 79+150+65=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9641 is #B069BE. Grayscale: #777777. Windows color (decimal): -11561407 or 4298319. OLE color: 4298319.
HSL color Cylindrical-coordinate representation of color #4F9641: hue angle of 110.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F9641 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 150 | 65 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.41 |
| HSL | 110.12º | 0.4% | 0.42% | - |
| HSV(B) | 110.12º | 0.57% | 0.59% | - |
| XYZ | 15.08 | 23.86 | 8.81 | - |
| YUV | 119.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 65 | 0.47 | 0 | 0.57 | 0.41 | 110.12 | 0.4 | 0.42 |
| Hex | 4F | 96 | 41 | 2F | 0 | 39 | 29 | 6E | 28 | 2A |
| Octal | 117 | 226 | 101 | 57 | 0 | 71 | 51 | 156 | 50 | 52 |
| Binary | 1001111 | 10010110 | 1000001 | 101111 | 0 | 111001 | 101001 | 1101110 | 101000 | 101010 |
Color Harmonies of #4F9641
Complementary color
Monochromatic Colors of #4F9641
Black with #4F9641
Text Example
Text Example
White with #4F9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9641; }
p { color: rgb(79,150,65); }
H1.HeaderClassName
{
color: #4F9641;
}
.AnyTagClassName
{
color: #4F9641;
}
</style>
background-color css
<style>
a { background-color: #4F9641; }
a { background-color: rgb(79,150,65); }
div.DivClassName
{
background-color: #4F9641;
}
.BgClassName
{
background-color: #4F9641;
}
</style>
border-color css
<style>
span { border-color: #4F9641; }
span { border-color: rgb(79,150,65); }
td.TdClassName
{
border-color: #4F9641;
}
.TagClassName
{
border-color: #4F9641;
}
</style>