Shades of Fruit Salad #4DA148
Tints of Fruit Salad #4DA148
RGB
CMYK
RGB Variations
Color information
#4DA148 (or 0x4DA148) is known color: Fruit Salad. HEX triplet: 4D, A1 and 48. RGB value is (77,161,72). Sum of RGB (Red+Green+Blue) = 77+161+72=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA148 is #B25EB7. Grayscale: #7E7E7E. Windows color (decimal): -11689656 or 4759885. OLE color: 4759885.
HSL color Cylindrical-coordinate representation of color #4DA148: hue angle of 116.63º 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 #4DA148 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 72 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.37 |
| HSL | 116.63º | 0.38% | 0.46% | - |
| HSV(B) | 116.63º | 0.55% | 0.63% | - |
| XYZ | 16.98 | 27.54 | 10.55 | - |
| YUV | 125.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 72 | 0.52 | 0 | 0.55 | 0.37 | 116.63 | 0.38 | 0.46 |
| Hex | 4D | A1 | 48 | 34 | 0 | 37 | 25 | 75 | 26 | 2E |
| Octal | 115 | 241 | 110 | 64 | 0 | 67 | 45 | 165 | 46 | 56 |
| Binary | 1001101 | 10100001 | 1001000 | 110100 | 0 | 110111 | 100101 | 1110101 | 100110 | 101110 |
Color Harmonies of #4DA148
Complementary color
Monochromatic Colors of #4DA148
Black with #4DA148
Text Example
Text Example
White with #4DA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA148; }
p { color: rgb(77,161,72); }
H1.HeaderClassName
{
color: #4DA148;
}
.AnyTagClassName
{
color: #4DA148;
}
</style>
background-color css
<style>
a { background-color: #4DA148; }
a { background-color: rgb(77,161,72); }
div.DivClassName
{
background-color: #4DA148;
}
.BgClassName
{
background-color: #4DA148;
}
</style>
border-color css
<style>
span { border-color: #4DA148; }
span { border-color: rgb(77,161,72); }
td.TdClassName
{
border-color: #4DA148;
}
.TagClassName
{
border-color: #4DA148;
}
</style>