Shades of Fruit Salad #4F9151
Tints of Fruit Salad #4F9151
RGB
CMYK
RGB Variations
Color information
#4F9151 (or 0x4F9151) is known color: Fruit Salad. HEX triplet: 4F, 91 and 51. RGB value is (79,145,81). Sum of RGB (Red+Green+Blue) = 79+145+81=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9151 is #B06EAE. Grayscale: #767676. Windows color (decimal): -11562671 or 5345615. OLE color: 5345615.
HSL color Cylindrical-coordinate representation of color #4F9151: hue angle of 121.82º 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 #4F9151 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 81 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.43 |
| HSL | 121.82º | 0.29% | 0.44% | - |
| HSV(B) | 121.82º | 0.46% | 0.57% | - |
| XYZ | 14.84 | 22.51 | 11.35 | - |
| YUV | 117.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 81 | 0.46 | 0 | 0.44 | 0.43 | 121.82 | 0.29 | 0.44 |
| Hex | 4F | 91 | 51 | 2E | 0 | 2C | 2B | 7A | 1D | 2C |
| Octal | 117 | 221 | 121 | 56 | 0 | 54 | 53 | 172 | 35 | 54 |
| Binary | 1001111 | 10010001 | 1010001 | 101110 | 0 | 101100 | 101011 | 1111010 | 11101 | 101100 |
Color Harmonies of #4F9151
Complementary color
Monochromatic Colors of #4F9151
Black with #4F9151
Text Example
Text Example
White with #4F9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9151; }
p { color: rgb(79,145,81); }
H1.HeaderClassName
{
color: #4F9151;
}
.AnyTagClassName
{
color: #4F9151;
}
</style>
background-color css
<style>
a { background-color: #4F9151; }
a { background-color: rgb(79,145,81); }
div.DivClassName
{
background-color: #4F9151;
}
.BgClassName
{
background-color: #4F9151;
}
</style>
border-color css
<style>
span { border-color: #4F9151; }
span { border-color: rgb(79,145,81); }
td.TdClassName
{
border-color: #4F9151;
}
.TagClassName
{
border-color: #4F9151;
}
</style>