Shades of Fruit Salad #4DAD40
Tints of Fruit Salad #4DAD40
RGB
CMYK
RGB Variations
Color information
#4DAD40 (or 0x4DAD40) is known color: Fruit Salad. HEX triplet: 4D, AD and 40. RGB value is (77,173,64). Sum of RGB (Red+Green+Blue) = 77+173+64=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD40 is #B252BF. Grayscale: #848484. Windows color (decimal): -11686592 or 4238669. OLE color: 4238669.
HSL color Cylindrical-coordinate representation of color #4DAD40: hue angle of 112.84º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DAD40 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 64 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.32 |
| HSL | 112.84º | 0.46% | 0.46% | - |
| HSV(B) | 112.84º | 0.63% | 0.68% | - |
| XYZ | 18.93 | 31.84 | 10 | - |
| YUV | 131.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 64 | 0.55 | 0 | 0.63 | 0.32 | 112.84 | 0.46 | 0.46 |
| Hex | 4D | AD | 40 | 37 | 0 | 3F | 20 | 71 | 2E | 2E |
| Octal | 115 | 255 | 100 | 67 | 0 | 77 | 40 | 161 | 56 | 56 |
| Binary | 1001101 | 10101101 | 1000000 | 110111 | 0 | 111111 | 100000 | 1110001 | 101110 | 101110 |
Color Harmonies of #4DAD40
Complementary color
Monochromatic Colors of #4DAD40
Black with #4DAD40
Text Example
Text Example
White with #4DAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD40; }
p { color: rgb(77,173,64); }
H1.HeaderClassName
{
color: #4DAD40;
}
.AnyTagClassName
{
color: #4DAD40;
}
</style>
background-color css
<style>
a { background-color: #4DAD40; }
a { background-color: rgb(77,173,64); }
div.DivClassName
{
background-color: #4DAD40;
}
.BgClassName
{
background-color: #4DAD40;
}
</style>
border-color css
<style>
span { border-color: #4DAD40; }
span { border-color: rgb(77,173,64); }
td.TdClassName
{
border-color: #4DAD40;
}
.TagClassName
{
border-color: #4DAD40;
}
</style>