Shades of Fruit Salad #4D9E56
Tints of Fruit Salad #4D9E56
RGB
CMYK
RGB Variations
Color information
#4D9E56 (or 0x4D9E56) is known color: Fruit Salad. HEX triplet: 4D, 9E and 56. RGB value is (77,158,86). Sum of RGB (Red+Green+Blue) = 77+158+86=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9E56 is #B261A9. Grayscale: #7D7D7D. Windows color (decimal): -11690410 or 5676621. OLE color: 5676621.
HSL color Cylindrical-coordinate representation of color #4D9E56: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9E56 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 86 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.38 |
| HSL | 126.67º | 0.34% | 0.46% | - |
| HSV(B) | 126.67º | 0.51% | 0.62% | - |
| XYZ | 16.97 | 26.7 | 13.06 | - |
| YUV | 125.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 86 | 0.51 | 0 | 0.46 | 0.38 | 126.67 | 0.34 | 0.46 |
| Hex | 4D | 9E | 56 | 33 | 0 | 2E | 26 | 7F | 22 | 2E |
| Octal | 115 | 236 | 126 | 63 | 0 | 56 | 46 | 177 | 42 | 56 |
| Binary | 1001101 | 10011110 | 1010110 | 110011 | 0 | 101110 | 100110 | 1111111 | 100010 | 101110 |
Color Harmonies of #4D9E56
Complementary color
Monochromatic Colors of #4D9E56
Black with #4D9E56
Text Example
Text Example
White with #4D9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E56; }
p { color: rgb(77,158,86); }
H1.HeaderClassName
{
color: #4D9E56;
}
.AnyTagClassName
{
color: #4D9E56;
}
</style>
background-color css
<style>
a { background-color: #4D9E56; }
a { background-color: rgb(77,158,86); }
div.DivClassName
{
background-color: #4D9E56;
}
.BgClassName
{
background-color: #4D9E56;
}
</style>
border-color css
<style>
span { border-color: #4D9E56; }
span { border-color: rgb(77,158,86); }
td.TdClassName
{
border-color: #4D9E56;
}
.TagClassName
{
border-color: #4D9E56;
}
</style>