Shades of Fruit Salad #4DA056
Tints of Fruit Salad #4DA056
RGB
CMYK
RGB Variations
Color information
#4DA056 (or 0x4DA056) is known color: Fruit Salad. HEX triplet: 4D, A0 and 56. RGB value is (77,160,86). Sum of RGB (Red+Green+Blue) = 77+160+86=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA056 is #B25FA9. Grayscale: #7E7E7E. Windows color (decimal): -11689898 or 5677133. OLE color: 5677133.
HSL color Cylindrical-coordinate representation of color #4DA056: hue angle of 126.51º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA056 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 86 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.37 |
| HSL | 126.51º | 0.35% | 0.46% | - |
| HSV(B) | 126.51º | 0.52% | 0.63% | - |
| XYZ | 17.31 | 27.39 | 13.18 | - |
| YUV | 126.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 86 | 0.52 | 0 | 0.46 | 0.37 | 126.51 | 0.35 | 0.46 |
| Hex | 4D | A0 | 56 | 34 | 0 | 2E | 25 | 7F | 23 | 2E |
| Octal | 115 | 240 | 126 | 64 | 0 | 56 | 45 | 177 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1010110 | 110100 | 0 | 101110 | 100101 | 1111111 | 100011 | 101110 |
Color Harmonies of #4DA056
Complementary color
Monochromatic Colors of #4DA056
Black with #4DA056
Text Example
Text Example
White with #4DA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA056; }
p { color: rgb(77,160,86); }
H1.HeaderClassName
{
color: #4DA056;
}
.AnyTagClassName
{
color: #4DA056;
}
</style>
background-color css
<style>
a { background-color: #4DA056; }
a { background-color: rgb(77,160,86); }
div.DivClassName
{
background-color: #4DA056;
}
.BgClassName
{
background-color: #4DA056;
}
</style>
border-color css
<style>
span { border-color: #4DA056; }
span { border-color: rgb(77,160,86); }
td.TdClassName
{
border-color: #4DA056;
}
.TagClassName
{
border-color: #4DA056;
}
</style>