Shades of Fruit Salad #4DA940
Tints of Fruit Salad #4DA940
RGB
CMYK
RGB Variations
Color information
#4DA940 (or 0x4DA940) is known color: Fruit Salad. HEX triplet: 4D, A9 and 40. RGB value is (77,169,64). Sum of RGB (Red+Green+Blue) = 77+169+64=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA940 is #B256BF. Grayscale: #818181. Windows color (decimal): -11687616 or 4237645. OLE color: 4237645.
HSL color Cylindrical-coordinate representation of color #4DA940: hue angle of 112.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA940 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 64 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.34 |
| HSL | 112.57º | 0.45% | 0.46% | - |
| HSV(B) | 112.57º | 0.62% | 0.66% | - |
| XYZ | 18.17 | 30.32 | 9.75 | - |
| YUV | 129.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 64 | 0.54 | 0 | 0.62 | 0.34 | 112.57 | 0.45 | 0.46 |
| Hex | 4D | A9 | 40 | 36 | 0 | 3E | 22 | 71 | 2D | 2E |
| Octal | 115 | 251 | 100 | 66 | 0 | 76 | 42 | 161 | 55 | 56 |
| Binary | 1001101 | 10101001 | 1000000 | 110110 | 0 | 111110 | 100010 | 1110001 | 101101 | 101110 |
Color Harmonies of #4DA940
Complementary color
Monochromatic Colors of #4DA940
Black with #4DA940
Text Example
Text Example
White with #4DA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA940; }
p { color: rgb(77,169,64); }
H1.HeaderClassName
{
color: #4DA940;
}
.AnyTagClassName
{
color: #4DA940;
}
</style>
background-color css
<style>
a { background-color: #4DA940; }
a { background-color: rgb(77,169,64); }
div.DivClassName
{
background-color: #4DA940;
}
.BgClassName
{
background-color: #4DA940;
}
</style>
border-color css
<style>
span { border-color: #4DA940; }
span { border-color: rgb(77,169,64); }
td.TdClassName
{
border-color: #4DA940;
}
.TagClassName
{
border-color: #4DA940;
}
</style>