Shades of Fruit Salad #4DA149
Tints of Fruit Salad #4DA149
RGB
CMYK
RGB Variations
Color information
#4DA149 (or 0x4DA149) is known color: Fruit Salad. HEX triplet: 4D, A1 and 49. RGB value is (77,161,73). Sum of RGB (Red+Green+Blue) = 77+161+73=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA149 is #B25EB6. Grayscale: #7E7E7E. Windows color (decimal): -11689655 or 4825421. OLE color: 4825421.
HSL color Cylindrical-coordinate representation of color #4DA149: hue angle of 117.27º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA149 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 73 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.37 |
| HSL | 117.27º | 0.38% | 0.46% | - |
| HSV(B) | 117.27º | 0.55% | 0.63% | - |
| XYZ | 17.01 | 27.55 | 10.72 | - |
| YUV | 125.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 73 | 0.52 | 0 | 0.55 | 0.37 | 117.27 | 0.38 | 0.46 |
| Hex | 4D | A1 | 49 | 34 | 0 | 37 | 25 | 75 | 26 | 2E |
| Octal | 115 | 241 | 111 | 64 | 0 | 67 | 45 | 165 | 46 | 56 |
| Binary | 1001101 | 10100001 | 1001001 | 110100 | 0 | 110111 | 100101 | 1110101 | 100110 | 101110 |
Color Harmonies of #4DA149
Complementary color
Monochromatic Colors of #4DA149
Black with #4DA149
Text Example
Text Example
White with #4DA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA149; }
p { color: rgb(77,161,73); }
H1.HeaderClassName
{
color: #4DA149;
}
.AnyTagClassName
{
color: #4DA149;
}
</style>
background-color css
<style>
a { background-color: #4DA149; }
a { background-color: rgb(77,161,73); }
div.DivClassName
{
background-color: #4DA149;
}
.BgClassName
{
background-color: #4DA149;
}
</style>
border-color css
<style>
span { border-color: #4DA149; }
span { border-color: rgb(77,161,73); }
td.TdClassName
{
border-color: #4DA149;
}
.TagClassName
{
border-color: #4DA149;
}
</style>