Shades of Fruit Salad #4D9C56
Tints of Fruit Salad #4D9C56
RGB
CMYK
RGB Variations
Color information
#4D9C56 (or 0x4D9C56) is known color: Fruit Salad. HEX triplet: 4D, 9C and 56. RGB value is (77,156,86). Sum of RGB (Red+Green+Blue) = 77+156+86=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C56 is #B263A9. Grayscale: #7C7C7C. Windows color (decimal): -11690922 or 5676109. OLE color: 5676109.
HSL color Cylindrical-coordinate representation of color #4D9C56: hue angle of 126.84º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9C56 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 86 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.39 |
| HSL | 126.84º | 0.34% | 0.46% | - |
| HSV(B) | 126.84º | 0.51% | 0.61% | - |
| XYZ | 16.63 | 26.03 | 12.95 | - |
| YUV | 124.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 86 | 0.51 | 0 | 0.45 | 0.39 | 126.84 | 0.34 | 0.46 |
| Hex | 4D | 9C | 56 | 33 | 0 | 2D | 27 | 7F | 22 | 2E |
| Octal | 115 | 234 | 126 | 63 | 0 | 55 | 47 | 177 | 42 | 56 |
| Binary | 1001101 | 10011100 | 1010110 | 110011 | 0 | 101101 | 100111 | 1111111 | 100010 | 101110 |
Color Harmonies of #4D9C56
Complementary color
Monochromatic Colors of #4D9C56
Black with #4D9C56
Text Example
Text Example
White with #4D9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C56; }
p { color: rgb(77,156,86); }
H1.HeaderClassName
{
color: #4D9C56;
}
.AnyTagClassName
{
color: #4D9C56;
}
</style>
background-color css
<style>
a { background-color: #4D9C56; }
a { background-color: rgb(77,156,86); }
div.DivClassName
{
background-color: #4D9C56;
}
.BgClassName
{
background-color: #4D9C56;
}
</style>
border-color css
<style>
span { border-color: #4D9C56; }
span { border-color: rgb(77,156,86); }
td.TdClassName
{
border-color: #4D9C56;
}
.TagClassName
{
border-color: #4D9C56;
}
</style>