Shades of Fruit Salad #4DAB40
Tints of Fruit Salad #4DAB40
RGB
CMYK
RGB Variations
Color information
#4DAB40 (or 0x4DAB40) is known color: Fruit Salad. HEX triplet: 4D, AB and 40. RGB value is (77,171,64). Sum of RGB (Red+Green+Blue) = 77+171+64=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAB40 is #B254BF. Grayscale: #838383. Windows color (decimal): -11687104 or 4238157. OLE color: 4238157.
HSL color Cylindrical-coordinate representation of color #4DAB40: hue angle of 112.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DAB40 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 64 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.33 |
| HSL | 112.71º | 0.46% | 0.46% | - |
| HSV(B) | 112.71º | 0.63% | 0.67% | - |
| XYZ | 18.55 | 31.07 | 9.87 | - |
| YUV | 130.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 64 | 0.55 | 0 | 0.63 | 0.33 | 112.71 | 0.46 | 0.46 |
| Hex | 4D | AB | 40 | 37 | 0 | 3F | 21 | 71 | 2E | 2E |
| Octal | 115 | 253 | 100 | 67 | 0 | 77 | 41 | 161 | 56 | 56 |
| Binary | 1001101 | 10101011 | 1000000 | 110111 | 0 | 111111 | 100001 | 1110001 | 101110 | 101110 |
Color Harmonies of #4DAB40
Complementary color
Monochromatic Colors of #4DAB40
Black with #4DAB40
Text Example
Text Example
White with #4DAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB40; }
p { color: rgb(77,171,64); }
H1.HeaderClassName
{
color: #4DAB40;
}
.AnyTagClassName
{
color: #4DAB40;
}
</style>
background-color css
<style>
a { background-color: #4DAB40; }
a { background-color: rgb(77,171,64); }
div.DivClassName
{
background-color: #4DAB40;
}
.BgClassName
{
background-color: #4DAB40;
}
</style>
border-color css
<style>
span { border-color: #4DAB40; }
span { border-color: rgb(77,171,64); }
td.TdClassName
{
border-color: #4DAB40;
}
.TagClassName
{
border-color: #4DAB40;
}
</style>