Shades of Fruit Salad #4D9558
Tints of Fruit Salad #4D9558
RGB
CMYK
RGB Variations
Color information
#4D9558 (or 0x4D9558) is known color: Fruit Salad. HEX triplet: 4D, 95 and 58. RGB value is (77,149,88). Sum of RGB (Red+Green+Blue) = 77+149+88=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9558 is #B26AA7. Grayscale: #787878. Windows color (decimal): -11692712 or 5805389. OLE color: 5805389.
HSL color Cylindrical-coordinate representation of color #4D9558: hue angle of 129.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9558 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 88 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.42 |
| HSL | 129.17º | 0.32% | 0.44% | - |
| HSV(B) | 129.17º | 0.48% | 0.58% | - |
| XYZ | 15.57 | 23.78 | 13 | - |
| YUV | 120.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 88 | 0.48 | 0 | 0.41 | 0.42 | 129.17 | 0.32 | 0.44 |
| Hex | 4D | 95 | 58 | 30 | 0 | 29 | 2A | 81 | 20 | 2C |
| Octal | 115 | 225 | 130 | 60 | 0 | 51 | 52 | 201 | 40 | 54 |
| Binary | 1001101 | 10010101 | 1011000 | 110000 | 0 | 101001 | 101010 | 10000001 | 100000 | 101100 |
Color Harmonies of #4D9558
Complementary color
Monochromatic Colors of #4D9558
Black with #4D9558
Text Example
Text Example
White with #4D9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9558; }
p { color: rgb(77,149,88); }
H1.HeaderClassName
{
color: #4D9558;
}
.AnyTagClassName
{
color: #4D9558;
}
</style>
background-color css
<style>
a { background-color: #4D9558; }
a { background-color: rgb(77,149,88); }
div.DivClassName
{
background-color: #4D9558;
}
.BgClassName
{
background-color: #4D9558;
}
</style>
border-color css
<style>
span { border-color: #4D9558; }
span { border-color: rgb(77,149,88); }
td.TdClassName
{
border-color: #4D9558;
}
.TagClassName
{
border-color: #4D9558;
}
</style>