Shades of Fruit Salad #4DB040
Tints of Fruit Salad #4DB040
RGB
CMYK
RGB Variations
Color information
#4DB040 (or 0x4DB040) is known color: Fruit Salad. HEX triplet: 4D, B0 and 40. RGB value is (77,176,64). Sum of RGB (Red+Green+Blue) = 77+176+64=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB040 is #B24FBF. Grayscale: #858585. Windows color (decimal): -11685824 or 4239437. OLE color: 4239437.
HSL color Cylindrical-coordinate representation of color #4DB040: hue angle of 113.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DB040 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 64 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.31 |
| HSL | 113.04º | 0.47% | 0.47% | - |
| HSV(B) | 113.04º | 0.64% | 0.69% | - |
| XYZ | 19.51 | 33 | 10.19 | - |
| YUV | 133.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 64 | 0.56 | 0 | 0.64 | 0.31 | 113.04 | 0.47 | 0.47 |
| Hex | 4D | B0 | 40 | 38 | 0 | 40 | 1F | 71 | 2F | 2F |
| Octal | 115 | 260 | 100 | 70 | 0 | 100 | 37 | 161 | 57 | 57 |
| Binary | 1001101 | 10110000 | 1000000 | 111000 | 0 | 1000000 | 11111 | 1110001 | 101111 | 101111 |
Color Harmonies of #4DB040
Complementary color
Monochromatic Colors of #4DB040
Black with #4DB040
Text Example
Text Example
White with #4DB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB040; }
p { color: rgb(77,176,64); }
H1.HeaderClassName
{
color: #4DB040;
}
.AnyTagClassName
{
color: #4DB040;
}
</style>
background-color css
<style>
a { background-color: #4DB040; }
a { background-color: rgb(77,176,64); }
div.DivClassName
{
background-color: #4DB040;
}
.BgClassName
{
background-color: #4DB040;
}
</style>
border-color css
<style>
span { border-color: #4DB040; }
span { border-color: rgb(77,176,64); }
td.TdClassName
{
border-color: #4DB040;
}
.TagClassName
{
border-color: #4DB040;
}
</style>