Shades of Fruit Salad #4DA141
Tints of Fruit Salad #4DA141
RGB
CMYK
RGB Variations
Color information
#4DA141 (or 0x4DA141) is known color: Fruit Salad. HEX triplet: 4D, A1 and 41. RGB value is (77,161,65). Sum of RGB (Red+Green+Blue) = 77+161+65=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA141 is #B25EBE. Grayscale: #7D7D7D. Windows color (decimal): -11689663 or 4301133. OLE color: 4301133.
HSL color Cylindrical-coordinate representation of color #4DA141: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA141 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 65 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.37 |
| HSL | 112.5º | 0.42% | 0.44% | - |
| HSV(B) | 112.5º | 0.6% | 0.63% | - |
| XYZ | 16.76 | 27.45 | 9.42 | - |
| YUV | 124.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 65 | 0.52 | 0 | 0.60 | 0.37 | 112.5 | 0.42 | 0.44 |
| Hex | 4D | A1 | 41 | 34 | 0 | 3C | 25 | 70 | 2A | 2C |
| Octal | 115 | 241 | 101 | 64 | 0 | 74 | 45 | 160 | 52 | 54 |
| Binary | 1001101 | 10100001 | 1000001 | 110100 | 0 | 111100 | 100101 | 1110000 | 101010 | 101100 |
Color Harmonies of #4DA141
Complementary color
Monochromatic Colors of #4DA141
Black with #4DA141
Text Example
Text Example
White with #4DA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA141; }
p { color: rgb(77,161,65); }
H1.HeaderClassName
{
color: #4DA141;
}
.AnyTagClassName
{
color: #4DA141;
}
</style>
background-color css
<style>
a { background-color: #4DA141; }
a { background-color: rgb(77,161,65); }
div.DivClassName
{
background-color: #4DA141;
}
.BgClassName
{
background-color: #4DA141;
}
</style>
border-color css
<style>
span { border-color: #4DA141; }
span { border-color: rgb(77,161,65); }
td.TdClassName
{
border-color: #4DA141;
}
.TagClassName
{
border-color: #4DA141;
}
</style>