Shades of Fruit Salad #4F9155
Tints of Fruit Salad #4F9155
RGB
CMYK
RGB Variations
Color information
#4F9155 (or 0x4F9155) is known color: Fruit Salad. HEX triplet: 4F, 91 and 55. RGB value is (79,145,85). Sum of RGB (Red+Green+Blue) = 79+145+85=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9155 is #B06EAA. Grayscale: #767676. Windows color (decimal): -11562667 or 5607759. OLE color: 5607759.
HSL color Cylindrical-coordinate representation of color #4F9155: hue angle of 125.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9155 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 85 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.43 |
| HSL | 125.45º | 0.29% | 0.44% | - |
| HSV(B) | 125.45º | 0.46% | 0.57% | - |
| XYZ | 14.99 | 22.57 | 12.16 | - |
| YUV | 118.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 85 | 0.46 | 0 | 0.41 | 0.43 | 125.45 | 0.29 | 0.44 |
| Hex | 4F | 91 | 55 | 2E | 0 | 29 | 2B | 7D | 1D | 2C |
| Octal | 117 | 221 | 125 | 56 | 0 | 51 | 53 | 175 | 35 | 54 |
| Binary | 1001111 | 10010001 | 1010101 | 101110 | 0 | 101001 | 101011 | 1111101 | 11101 | 101100 |
Color Harmonies of #4F9155
Complementary color
Monochromatic Colors of #4F9155
Black with #4F9155
Text Example
Text Example
White with #4F9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9155; }
p { color: rgb(79,145,85); }
H1.HeaderClassName
{
color: #4F9155;
}
.AnyTagClassName
{
color: #4F9155;
}
</style>
background-color css
<style>
a { background-color: #4F9155; }
a { background-color: rgb(79,145,85); }
div.DivClassName
{
background-color: #4F9155;
}
.BgClassName
{
background-color: #4F9155;
}
</style>
border-color css
<style>
span { border-color: #4F9155; }
span { border-color: rgb(79,145,85); }
td.TdClassName
{
border-color: #4F9155;
}
.TagClassName
{
border-color: #4F9155;
}
</style>