Shades of Fruit Salad #4DB94D
Tints of Fruit Salad #4DB94D
RGB
CMYK
RGB Variations
Color information
#4DB94D (or 0x4DB94D) is known color: Fruit Salad. HEX triplet: 4D, B9 and 4D. RGB value is (77,185,77). Sum of RGB (Red+Green+Blue) = 77+185+77=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB94D is #B246B2. Grayscale: #8C8C8C. Windows color (decimal): -11683507 or 5093709. OLE color: 5093709.
HSL color Cylindrical-coordinate representation of color #4DB94D: hue angle of 120º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB94D is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 77 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.27 |
| HSL | 120º | 0.44% | 0.51% | - |
| HSV(B) | 120º | 0.58% | 0.73% | - |
| XYZ | 21.75 | 36.81 | 12.98 | - |
| YUV | 140.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 77 | 0.58 | 0 | 0.58 | 0.27 | 120 | 0.44 | 0.51 |
| Hex | 4D | B9 | 4D | 3A | 0 | 3A | 1B | 78 | 2C | 33 |
| Octal | 115 | 271 | 115 | 72 | 0 | 72 | 33 | 170 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1001101 | 111010 | 0 | 111010 | 11011 | 1111000 | 101100 | 110011 |
Color Harmonies of #4DB94D
Complementary color
Monochromatic Colors of #4DB94D
Black with #4DB94D
Text Example
Text Example
White with #4DB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB94D; }
p { color: rgb(77,185,77); }
H1.HeaderClassName
{
color: #4DB94D;
}
.AnyTagClassName
{
color: #4DB94D;
}
</style>
background-color css
<style>
a { background-color: #4DB94D; }
a { background-color: rgb(77,185,77); }
div.DivClassName
{
background-color: #4DB94D;
}
.BgClassName
{
background-color: #4DB94D;
}
</style>
border-color css
<style>
span { border-color: #4DB94D; }
span { border-color: rgb(77,185,77); }
td.TdClassName
{
border-color: #4DB94D;
}
.TagClassName
{
border-color: #4DB94D;
}
</style>