Shades of Fruit Salad #4D904B
Tints of Fruit Salad #4D904B
RGB
CMYK
RGB Variations
Color information
#4D904B (or 0x4D904B) is known color: Fruit Salad. HEX triplet: 4D, 90 and 4B. RGB value is (77,144,75). Sum of RGB (Red+Green+Blue) = 77+144+75=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #4D904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D904B is #B26FB4. Grayscale: #747474. Windows color (decimal): -11694005 or 4952141. OLE color: 4952141.
HSL color Cylindrical-coordinate representation of color #4D904B: hue angle of 118.26º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D904B is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 75 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.44 |
| HSL | 118.26º | 0.32% | 0.43% | - |
| HSV(B) | 118.26º | 0.48% | 0.56% | - |
| XYZ | 14.3 | 22.03 | 10.16 | - |
| YUV | 116.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 75 | 0.47 | 0 | 0.48 | 0.44 | 118.26 | 0.32 | 0.43 |
| Hex | 4D | 90 | 4B | 2F | 0 | 30 | 2C | 76 | 20 | 2B |
| Octal | 115 | 220 | 113 | 57 | 0 | 60 | 54 | 166 | 40 | 53 |
| Binary | 1001101 | 10010000 | 1001011 | 101111 | 0 | 110000 | 101100 | 1110110 | 100000 | 101011 |
Color Harmonies of #4D904B
Complementary color
Monochromatic Colors of #4D904B
Black with #4D904B
Text Example
Text Example
White with #4D904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D904B; }
p { color: rgb(77,144,75); }
H1.HeaderClassName
{
color: #4D904B;
}
.AnyTagClassName
{
color: #4D904B;
}
</style>
background-color css
<style>
a { background-color: #4D904B; }
a { background-color: rgb(77,144,75); }
div.DivClassName
{
background-color: #4D904B;
}
.BgClassName
{
background-color: #4D904B;
}
</style>
border-color css
<style>
span { border-color: #4D904B; }
span { border-color: rgb(77,144,75); }
td.TdClassName
{
border-color: #4D904B;
}
.TagClassName
{
border-color: #4D904B;
}
</style>