Shades of Fruit Salad #4D9D57
Tints of Fruit Salad #4D9D57
RGB
CMYK
RGB Variations
Color information
#4D9D57 (or 0x4D9D57) is known color: Fruit Salad. HEX triplet: 4D, 9D and 57. RGB value is (77,157,87). Sum of RGB (Red+Green+Blue) = 77+157+87=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9D57 is #B262A8. Grayscale: #7D7D7D. Windows color (decimal): -11690665 or 5741901. OLE color: 5741901.
HSL color Cylindrical-coordinate representation of color #4D9D57: hue angle of 127.5º 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 #4D9D57 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 87 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.38 |
| HSL | 127.5º | 0.34% | 0.46% | - |
| HSV(B) | 127.5º | 0.51% | 0.62% | - |
| XYZ | 16.84 | 26.38 | 13.22 | - |
| YUV | 125.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 87 | 0.51 | 0 | 0.45 | 0.38 | 127.5 | 0.34 | 0.46 |
| Hex | 4D | 9D | 57 | 33 | 0 | 2D | 26 | 80 | 22 | 2E |
| Octal | 115 | 235 | 127 | 63 | 0 | 55 | 46 | 200 | 42 | 56 |
| Binary | 1001101 | 10011101 | 1010111 | 110011 | 0 | 101101 | 100110 | 10000000 | 100010 | 101110 |
Color Harmonies of #4D9D57
Complementary color
Monochromatic Colors of #4D9D57
Black with #4D9D57
Text Example
Text Example
White with #4D9D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D57; }
p { color: rgb(77,157,87); }
H1.HeaderClassName
{
color: #4D9D57;
}
.AnyTagClassName
{
color: #4D9D57;
}
</style>
background-color css
<style>
a { background-color: #4D9D57; }
a { background-color: rgb(77,157,87); }
div.DivClassName
{
background-color: #4D9D57;
}
.BgClassName
{
background-color: #4D9D57;
}
</style>
border-color css
<style>
span { border-color: #4D9D57; }
span { border-color: rgb(77,157,87); }
td.TdClassName
{
border-color: #4D9D57;
}
.TagClassName
{
border-color: #4D9D57;
}
</style>