Shades of Fruit Salad #4F9054
Tints of Fruit Salad #4F9054
RGB
CMYK
RGB Variations
Color information
#4F9054 (or 0x4F9054) is known color: Fruit Salad. HEX triplet: 4F, 90 and 54. RGB value is (79,144,84). Sum of RGB (Red+Green+Blue) = 79+144+84=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9054 is #B06FAB. Grayscale: #757575. Windows color (decimal): -11562924 or 5541967. OLE color: 5541967.
HSL color Cylindrical-coordinate representation of color #4F9054: hue angle of 124.62º 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 #4F9054 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 84 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.44 |
| HSL | 124.62º | 0.29% | 0.44% | - |
| HSV(B) | 124.62º | 0.45% | 0.56% | - |
| XYZ | 14.8 | 22.25 | 11.9 | - |
| YUV | 117.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 84 | 0.45 | 0 | 0.42 | 0.44 | 124.62 | 0.29 | 0.44 |
| Hex | 4F | 90 | 54 | 2D | 0 | 2A | 2C | 7D | 1D | 2C |
| Octal | 117 | 220 | 124 | 55 | 0 | 52 | 54 | 175 | 35 | 54 |
| Binary | 1001111 | 10010000 | 1010100 | 101101 | 0 | 101010 | 101100 | 1111101 | 11101 | 101100 |
Color Harmonies of #4F9054
Complementary color
Monochromatic Colors of #4F9054
Black with #4F9054
Text Example
Text Example
White with #4F9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9054; }
p { color: rgb(79,144,84); }
H1.HeaderClassName
{
color: #4F9054;
}
.AnyTagClassName
{
color: #4F9054;
}
</style>
background-color css
<style>
a { background-color: #4F9054; }
a { background-color: rgb(79,144,84); }
div.DivClassName
{
background-color: #4F9054;
}
.BgClassName
{
background-color: #4F9054;
}
</style>
border-color css
<style>
span { border-color: #4F9054; }
span { border-color: rgb(79,144,84); }
td.TdClassName
{
border-color: #4F9054;
}
.TagClassName
{
border-color: #4F9054;
}
</style>