Shades of Fruit Salad #4D914B
Tints of Fruit Salad #4D914B
RGB
CMYK
RGB Variations
Color information
#4D914B (or 0x4D914B) is known color: Fruit Salad. HEX triplet: 4D, 91 and 4B. RGB value is (77,145,75). Sum of RGB (Red+Green+Blue) = 77+145+75=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #4D914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D914B is #B26EB4. Grayscale: #747474. Windows color (decimal): -11693749 or 4952397. OLE color: 4952397.
HSL color Cylindrical-coordinate representation of color #4D914B: hue angle of 118.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D914B is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 75 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.43 |
| HSL | 118.29º | 0.32% | 0.43% | - |
| HSV(B) | 118.29º | 0.48% | 0.57% | - |
| XYZ | 14.46 | 22.34 | 10.21 | - |
| YUV | 116.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 75 | 0.47 | 0 | 0.48 | 0.43 | 118.29 | 0.32 | 0.43 |
| Hex | 4D | 91 | 4B | 2F | 0 | 30 | 2B | 76 | 20 | 2B |
| Octal | 115 | 221 | 113 | 57 | 0 | 60 | 53 | 166 | 40 | 53 |
| Binary | 1001101 | 10010001 | 1001011 | 101111 | 0 | 110000 | 101011 | 1110110 | 100000 | 101011 |
Color Harmonies of #4D914B
Complementary color
Monochromatic Colors of #4D914B
Black with #4D914B
Text Example
Text Example
White with #4D914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D914B; }
p { color: rgb(77,145,75); }
H1.HeaderClassName
{
color: #4D914B;
}
.AnyTagClassName
{
color: #4D914B;
}
</style>
background-color css
<style>
a { background-color: #4D914B; }
a { background-color: rgb(77,145,75); }
div.DivClassName
{
background-color: #4D914B;
}
.BgClassName
{
background-color: #4D914B;
}
</style>
border-color css
<style>
span { border-color: #4D914B; }
span { border-color: rgb(77,145,75); }
td.TdClassName
{
border-color: #4D914B;
}
.TagClassName
{
border-color: #4D914B;
}
</style>