Shades of Fruit Salad #4DAD59
Tints of Fruit Salad #4DAD59
RGB
CMYK
RGB Variations
Color information
#4DAD59 (or 0x4DAD59) is known color: Fruit Salad. HEX triplet: 4D, AD and 59. RGB value is (77,173,89). Sum of RGB (Red+Green+Blue) = 77+173+89=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD59 is #B252A6. Grayscale: #868686. Windows color (decimal): -11686567 or 5877069. OLE color: 5877069.
HSL color Cylindrical-coordinate representation of color #4DAD59: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD59 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 89 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.32 |
| HSL | 127.5º | 0.38% | 0.49% | - |
| HSV(B) | 127.5º | 0.55% | 0.68% | - |
| XYZ | 19.81 | 32.19 | 14.62 | - |
| YUV | 134.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 89 | 0.55 | 0 | 0.49 | 0.32 | 127.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 59 | 37 | 0 | 31 | 20 | 80 | 26 | 31 |
| Octal | 115 | 255 | 131 | 67 | 0 | 61 | 40 | 200 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1011001 | 110111 | 0 | 110001 | 100000 | 10000000 | 100110 | 110001 |
Color Harmonies of #4DAD59
Complementary color
Monochromatic Colors of #4DAD59
Black with #4DAD59
Text Example
Text Example
White with #4DAD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD59; }
p { color: rgb(77,173,89); }
H1.HeaderClassName
{
color: #4DAD59;
}
.AnyTagClassName
{
color: #4DAD59;
}
</style>
background-color css
<style>
a { background-color: #4DAD59; }
a { background-color: rgb(77,173,89); }
div.DivClassName
{
background-color: #4DAD59;
}
.BgClassName
{
background-color: #4DAD59;
}
</style>
border-color css
<style>
span { border-color: #4DAD59; }
span { border-color: rgb(77,173,89); }
td.TdClassName
{
border-color: #4DAD59;
}
.TagClassName
{
border-color: #4DAD59;
}
</style>