Shades of Fruit Salad #4D9153
Tints of Fruit Salad #4D9153
RGB
CMYK
RGB Variations
Color information
#4D9153 (or 0x4D9153) is known color: Fruit Salad. HEX triplet: 4D, 91 and 53. RGB value is (77,145,83). Sum of RGB (Red+Green+Blue) = 77+145+83=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9153 is #B26EAC. Grayscale: #757575. Windows color (decimal): -11693741 or 5476685. OLE color: 5476685.
HSL color Cylindrical-coordinate representation of color #4D9153: hue angle of 125.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9153 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 83 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.43 |
| HSL | 125.29º | 0.31% | 0.44% | - |
| HSV(B) | 125.29º | 0.47% | 0.57% | - |
| XYZ | 14.75 | 22.45 | 11.74 | - |
| YUV | 117.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 83 | 0.47 | 0 | 0.43 | 0.43 | 125.29 | 0.31 | 0.44 |
| Hex | 4D | 91 | 53 | 2F | 0 | 2B | 2B | 7D | 1F | 2C |
| Octal | 115 | 221 | 123 | 57 | 0 | 53 | 53 | 175 | 37 | 54 |
| Binary | 1001101 | 10010001 | 1010011 | 101111 | 0 | 101011 | 101011 | 1111101 | 11111 | 101100 |
Color Harmonies of #4D9153
Complementary color
Monochromatic Colors of #4D9153
Black with #4D9153
Text Example
Text Example
White with #4D9153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9153; }
p { color: rgb(77,145,83); }
H1.HeaderClassName
{
color: #4D9153;
}
.AnyTagClassName
{
color: #4D9153;
}
</style>
background-color css
<style>
a { background-color: #4D9153; }
a { background-color: rgb(77,145,83); }
div.DivClassName
{
background-color: #4D9153;
}
.BgClassName
{
background-color: #4D9153;
}
</style>
border-color css
<style>
span { border-color: #4D9153; }
span { border-color: rgb(77,145,83); }
td.TdClassName
{
border-color: #4D9153;
}
.TagClassName
{
border-color: #4D9153;
}
</style>