Shades of Fruit Salad #4F9255
Tints of Fruit Salad #4F9255
RGB
CMYK
RGB Variations
Color information
#4F9255 (or 0x4F9255) is known color: Fruit Salad. HEX triplet: 4F, 92 and 55. RGB value is (79,146,85). Sum of RGB (Red+Green+Blue) = 79+146+85=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9255 is #B06DAA. Grayscale: #777777. Windows color (decimal): -11562411 or 5608015. OLE color: 5608015.
HSL color Cylindrical-coordinate representation of color #4F9255: hue angle of 125.37º 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 #4F9255 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 85 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.43 |
| HSL | 125.37º | 0.3% | 0.44% | - |
| HSV(B) | 125.37º | 0.46% | 0.57% | - |
| XYZ | 15.14 | 22.88 | 12.21 | - |
| YUV | 119.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 85 | 0.46 | 0 | 0.42 | 0.43 | 125.37 | 0.3 | 0.44 |
| Hex | 4F | 92 | 55 | 2E | 0 | 2A | 2B | 7D | 1E | 2C |
| Octal | 117 | 222 | 125 | 56 | 0 | 52 | 53 | 175 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1010101 | 101110 | 0 | 101010 | 101011 | 1111101 | 11110 | 101100 |
Color Harmonies of #4F9255
Complementary color
Monochromatic Colors of #4F9255
Black with #4F9255
Text Example
Text Example
White with #4F9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9255; }
p { color: rgb(79,146,85); }
H1.HeaderClassName
{
color: #4F9255;
}
.AnyTagClassName
{
color: #4F9255;
}
</style>
background-color css
<style>
a { background-color: #4F9255; }
a { background-color: rgb(79,146,85); }
div.DivClassName
{
background-color: #4F9255;
}
.BgClassName
{
background-color: #4F9255;
}
</style>
border-color css
<style>
span { border-color: #4F9255; }
span { border-color: rgb(79,146,85); }
td.TdClassName
{
border-color: #4F9255;
}
.TagClassName
{
border-color: #4F9255;
}
</style>