Shades of Fruit Salad #4F9050
Tints of Fruit Salad #4F9050
RGB
CMYK
RGB Variations
Color information
#4F9050 (or 0x4F9050) is known color: Fruit Salad. HEX triplet: 4F, 90 and 50. RGB value is (79,144,80). Sum of RGB (Red+Green+Blue) = 79+144+80=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9050 is #B06FAF. Grayscale: #757575. Windows color (decimal): -11562928 or 5279823. OLE color: 5279823.
HSL color Cylindrical-coordinate representation of color #4F9050: hue angle of 120.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9050 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 80 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.44 |
| HSL | 120.92º | 0.29% | 0.44% | - |
| HSV(B) | 120.92º | 0.45% | 0.56% | - |
| XYZ | 14.65 | 22.19 | 11.1 | - |
| YUV | 117.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 80 | 0.45 | 0 | 0.44 | 0.44 | 120.92 | 0.29 | 0.44 |
| Hex | 4F | 90 | 50 | 2D | 0 | 2C | 2C | 79 | 1D | 2C |
| Octal | 117 | 220 | 120 | 55 | 0 | 54 | 54 | 171 | 35 | 54 |
| Binary | 1001111 | 10010000 | 1010000 | 101101 | 0 | 101100 | 101100 | 1111001 | 11101 | 101100 |
Color Harmonies of #4F9050
Complementary color
Monochromatic Colors of #4F9050
Black with #4F9050
Text Example
Text Example
White with #4F9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9050; }
p { color: rgb(79,144,80); }
H1.HeaderClassName
{
color: #4F9050;
}
.AnyTagClassName
{
color: #4F9050;
}
</style>
background-color css
<style>
a { background-color: #4F9050; }
a { background-color: rgb(79,144,80); }
div.DivClassName
{
background-color: #4F9050;
}
.BgClassName
{
background-color: #4F9050;
}
</style>
border-color css
<style>
span { border-color: #4F9050; }
span { border-color: rgb(79,144,80); }
td.TdClassName
{
border-color: #4F9050;
}
.TagClassName
{
border-color: #4F9050;
}
</style>