Shades of Fruit Salad #4F904D
Tints of Fruit Salad #4F904D
RGB
CMYK
RGB Variations
Color information
#4F904D (or 0x4F904D) is known color: Fruit Salad. HEX triplet: 4F, 90 and 4D. RGB value is (79,144,77). Sum of RGB (Red+Green+Blue) = 79+144+77=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #4F904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F904D is #B06FB2. Grayscale: #757575. Windows color (decimal): -11562931 or 5083215. OLE color: 5083215.
HSL color Cylindrical-coordinate representation of color #4F904D: hue angle of 118.21º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F904D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 77 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.44 |
| HSL | 118.21º | 0.3% | 0.43% | - |
| HSV(B) | 118.21º | 0.47% | 0.56% | - |
| XYZ | 14.54 | 22.14 | 10.53 | - |
| YUV | 116.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 77 | 0.45 | 0 | 0.47 | 0.44 | 118.21 | 0.3 | 0.43 |
| Hex | 4F | 90 | 4D | 2D | 0 | 2F | 2C | 76 | 1E | 2B |
| Octal | 117 | 220 | 115 | 55 | 0 | 57 | 54 | 166 | 36 | 53 |
| Binary | 1001111 | 10010000 | 1001101 | 101101 | 0 | 101111 | 101100 | 1110110 | 11110 | 101011 |
Color Harmonies of #4F904D
Complementary color
Monochromatic Colors of #4F904D
Black with #4F904D
Text Example
Text Example
White with #4F904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F904D; }
p { color: rgb(79,144,77); }
H1.HeaderClassName
{
color: #4F904D;
}
.AnyTagClassName
{
color: #4F904D;
}
</style>
background-color css
<style>
a { background-color: #4F904D; }
a { background-color: rgb(79,144,77); }
div.DivClassName
{
background-color: #4F904D;
}
.BgClassName
{
background-color: #4F904D;
}
</style>
border-color css
<style>
span { border-color: #4F904D; }
span { border-color: rgb(79,144,77); }
td.TdClassName
{
border-color: #4F904D;
}
.TagClassName
{
border-color: #4F904D;
}
</style>