Shades of Fruit Salad #4D9741
Tints of Fruit Salad #4D9741
RGB
CMYK
RGB Variations
Color information
#4D9741 (or 0x4D9741) is known color: Fruit Salad. HEX triplet: 4D, 97 and 41. RGB value is (77,151,65). Sum of RGB (Red+Green+Blue) = 77+151+65=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9741 is #B268BE. Grayscale: #777777. Windows color (decimal): -11692223 or 4298573. OLE color: 4298573.
HSL color Cylindrical-coordinate representation of color #4D9741: hue angle of 111.63º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D9741 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 65 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.41 |
| HSL | 111.63º | 0.4% | 0.42% | - |
| HSV(B) | 111.63º | 0.57% | 0.59% | - |
| XYZ | 15.08 | 24.09 | 8.86 | - |
| YUV | 119.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 65 | 0.49 | 0 | 0.57 | 0.41 | 111.63 | 0.4 | 0.42 |
| Hex | 4D | 97 | 41 | 31 | 0 | 39 | 29 | 70 | 28 | 2A |
| Octal | 115 | 227 | 101 | 61 | 0 | 71 | 51 | 160 | 50 | 52 |
| Binary | 1001101 | 10010111 | 1000001 | 110001 | 0 | 111001 | 101001 | 1110000 | 101000 | 101010 |
Color Harmonies of #4D9741
Complementary color
Monochromatic Colors of #4D9741
Black with #4D9741
Text Example
Text Example
White with #4D9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9741; }
p { color: rgb(77,151,65); }
H1.HeaderClassName
{
color: #4D9741;
}
.AnyTagClassName
{
color: #4D9741;
}
</style>
background-color css
<style>
a { background-color: #4D9741; }
a { background-color: rgb(77,151,65); }
div.DivClassName
{
background-color: #4D9741;
}
.BgClassName
{
background-color: #4D9741;
}
</style>
border-color css
<style>
span { border-color: #4D9741; }
span { border-color: rgb(77,151,65); }
td.TdClassName
{
border-color: #4D9741;
}
.TagClassName
{
border-color: #4D9741;
}
</style>