Shades of Fruit Salad #4F9256
Tints of Fruit Salad #4F9256
RGB
CMYK
RGB Variations
Color information
#4F9256 (or 0x4F9256) is known color: Fruit Salad. HEX triplet: 4F, 92 and 56. RGB value is (79,146,86). Sum of RGB (Red+Green+Blue) = 79+146+86=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9256 is #B06DA9. Grayscale: #777777. Windows color (decimal): -11562410 or 5673551. OLE color: 5673551.
HSL color Cylindrical-coordinate representation of color #4F9256: hue angle of 126.27º degrees, saturation: 0.3, 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 #4F9256 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 86 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.43 |
| HSL | 126.27º | 0.3% | 0.44% | - |
| HSV(B) | 126.27º | 0.46% | 0.57% | - |
| XYZ | 15.18 | 22.89 | 12.42 | - |
| YUV | 119.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 86 | 0.46 | 0 | 0.41 | 0.43 | 126.27 | 0.3 | 0.44 |
| Hex | 4F | 92 | 56 | 2E | 0 | 29 | 2B | 7E | 1E | 2C |
| Octal | 117 | 222 | 126 | 56 | 0 | 51 | 53 | 176 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1010110 | 101110 | 0 | 101001 | 101011 | 1111110 | 11110 | 101100 |
Color Harmonies of #4F9256
Complementary color
Monochromatic Colors of #4F9256
Black with #4F9256
Text Example
Text Example
White with #4F9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9256; }
p { color: rgb(79,146,86); }
H1.HeaderClassName
{
color: #4F9256;
}
.AnyTagClassName
{
color: #4F9256;
}
</style>
background-color css
<style>
a { background-color: #4F9256; }
a { background-color: rgb(79,146,86); }
div.DivClassName
{
background-color: #4F9256;
}
.BgClassName
{
background-color: #4F9256;
}
</style>
border-color css
<style>
span { border-color: #4F9256; }
span { border-color: rgb(79,146,86); }
td.TdClassName
{
border-color: #4F9256;
}
.TagClassName
{
border-color: #4F9256;
}
</style>