Shades of Fruit Salad #4F9949
Tints of Fruit Salad #4F9949
RGB
CMYK
RGB Variations
Color information
#4F9949 (or 0x4F9949) is known color: Fruit Salad. HEX triplet: 4F, 99 and 49. RGB value is (79,153,73). Sum of RGB (Red+Green+Blue) = 79+153+73=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9949 is #B066B6. Grayscale: #7A7A7A. Windows color (decimal): -11560631 or 4823375. OLE color: 4823375.
HSL color Cylindrical-coordinate representation of color #4F9949: hue angle of 115.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F9949 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 73 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.4 |
| HSL | 115.5º | 0.35% | 0.44% | - |
| HSV(B) | 115.5º | 0.52% | 0.6% | - |
| XYZ | 15.82 | 24.93 | 10.28 | - |
| YUV | 121.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 73 | 0.48 | 0 | 0.52 | 0.4 | 115.5 | 0.35 | 0.44 |
| Hex | 4F | 99 | 49 | 30 | 0 | 34 | 28 | 74 | 23 | 2C |
| Octal | 117 | 231 | 111 | 60 | 0 | 64 | 50 | 164 | 43 | 54 |
| Binary | 1001111 | 10011001 | 1001001 | 110000 | 0 | 110100 | 101000 | 1110100 | 100011 | 101100 |
Color Harmonies of #4F9949
Complementary color
Monochromatic Colors of #4F9949
Black with #4F9949
Text Example
Text Example
White with #4F9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9949; }
p { color: rgb(79,153,73); }
H1.HeaderClassName
{
color: #4F9949;
}
.AnyTagClassName
{
color: #4F9949;
}
</style>
background-color css
<style>
a { background-color: #4F9949; }
a { background-color: rgb(79,153,73); }
div.DivClassName
{
background-color: #4F9949;
}
.BgClassName
{
background-color: #4F9949;
}
</style>
border-color css
<style>
span { border-color: #4F9949; }
span { border-color: rgb(79,153,73); }
td.TdClassName
{
border-color: #4F9949;
}
.TagClassName
{
border-color: #4F9949;
}
</style>