Shades of Fruit Salad #4F9053
Tints of Fruit Salad #4F9053
RGB
CMYK
RGB Variations
Color information
#4F9053 (or 0x4F9053) is known color: Fruit Salad. HEX triplet: 4F, 90 and 53. RGB value is (79,144,83). Sum of RGB (Red+Green+Blue) = 79+144+83=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9053 is #B06FAC. Grayscale: #757575. Windows color (decimal): -11562925 or 5476431. OLE color: 5476431.
HSL color Cylindrical-coordinate representation of color #4F9053: hue angle of 123.69º 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 #4F9053 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 83 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.44 |
| HSL | 123.69º | 0.29% | 0.44% | - |
| HSV(B) | 123.69º | 0.45% | 0.56% | - |
| XYZ | 14.76 | 22.23 | 11.7 | - |
| YUV | 117.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 83 | 0.45 | 0 | 0.42 | 0.44 | 123.69 | 0.29 | 0.44 |
| Hex | 4F | 90 | 53 | 2D | 0 | 2A | 2C | 7C | 1D | 2C |
| Octal | 117 | 220 | 123 | 55 | 0 | 52 | 54 | 174 | 35 | 54 |
| Binary | 1001111 | 10010000 | 1010011 | 101101 | 0 | 101010 | 101100 | 1111100 | 11101 | 101100 |
Color Harmonies of #4F9053
Complementary color
Monochromatic Colors of #4F9053
Black with #4F9053
Text Example
Text Example
White with #4F9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9053; }
p { color: rgb(79,144,83); }
H1.HeaderClassName
{
color: #4F9053;
}
.AnyTagClassName
{
color: #4F9053;
}
</style>
background-color css
<style>
a { background-color: #4F9053; }
a { background-color: rgb(79,144,83); }
div.DivClassName
{
background-color: #4F9053;
}
.BgClassName
{
background-color: #4F9053;
}
</style>
border-color css
<style>
span { border-color: #4F9053; }
span { border-color: rgb(79,144,83); }
td.TdClassName
{
border-color: #4F9053;
}
.TagClassName
{
border-color: #4F9053;
}
</style>