Shades of Fruit Salad #4D9959
Tints of Fruit Salad #4D9959
RGB
CMYK
RGB Variations
Color information
#4D9959 (or 0x4D9959) is known color: Fruit Salad. HEX triplet: 4D, 99 and 59. RGB value is (77,153,89). Sum of RGB (Red+Green+Blue) = 77+153+89=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9959 is #B266A6. Grayscale: #7B7B7B. Windows color (decimal): -11691687 or 5871949. OLE color: 5871949.
HSL color Cylindrical-coordinate representation of color #4D9959: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9959 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 89 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.4 |
| HSL | 129.47º | 0.33% | 0.45% | - |
| HSV(B) | 129.47º | 0.5% | 0.6% | - |
| XYZ | 16.25 | 25.08 | 13.44 | - |
| YUV | 122.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 89 | 0.50 | 0 | 0.42 | 0.4 | 129.47 | 0.33 | 0.45 |
| Hex | 4D | 99 | 59 | 32 | 0 | 2A | 28 | 81 | 21 | 2D |
| Octal | 115 | 231 | 131 | 62 | 0 | 52 | 50 | 201 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1011001 | 110010 | 0 | 101010 | 101000 | 10000001 | 100001 | 101101 |
Color Harmonies of #4D9959
Complementary color
Monochromatic Colors of #4D9959
Black with #4D9959
Text Example
Text Example
White with #4D9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9959; }
p { color: rgb(77,153,89); }
H1.HeaderClassName
{
color: #4D9959;
}
.AnyTagClassName
{
color: #4D9959;
}
</style>
background-color css
<style>
a { background-color: #4D9959; }
a { background-color: rgb(77,153,89); }
div.DivClassName
{
background-color: #4D9959;
}
.BgClassName
{
background-color: #4D9959;
}
</style>
border-color css
<style>
span { border-color: #4D9959; }
span { border-color: rgb(77,153,89); }
td.TdClassName
{
border-color: #4D9959;
}
.TagClassName
{
border-color: #4D9959;
}
</style>