Shades of Fruit Salad #4DAD50
Tints of Fruit Salad #4DAD50
RGB
CMYK
RGB Variations
Color information
#4DAD50 (or 0x4DAD50) is known color: Fruit Salad. HEX triplet: 4D, AD and 50. RGB value is (77,173,80). Sum of RGB (Red+Green+Blue) = 77+173+80=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD50 is #B252AF. Grayscale: #858585. Windows color (decimal): -11686576 or 5287245. OLE color: 5287245.
HSL color Cylindrical-coordinate representation of color #4DAD50: hue angle of 121.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD50 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 80 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.32 |
| HSL | 121.88º | 0.38% | 0.49% | - |
| HSV(B) | 121.88º | 0.55% | 0.68% | - |
| XYZ | 19.45 | 32.04 | 12.75 | - |
| YUV | 133.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 80 | 0.55 | 0 | 0.54 | 0.32 | 121.88 | 0.38 | 0.49 |
| Hex | 4D | AD | 50 | 37 | 0 | 36 | 20 | 7A | 26 | 31 |
| Octal | 115 | 255 | 120 | 67 | 0 | 66 | 40 | 172 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1010000 | 110111 | 0 | 110110 | 100000 | 1111010 | 100110 | 110001 |
Color Harmonies of #4DAD50
Complementary color
Monochromatic Colors of #4DAD50
Black with #4DAD50
Text Example
Text Example
White with #4DAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD50; }
p { color: rgb(77,173,80); }
H1.HeaderClassName
{
color: #4DAD50;
}
.AnyTagClassName
{
color: #4DAD50;
}
</style>
background-color css
<style>
a { background-color: #4DAD50; }
a { background-color: rgb(77,173,80); }
div.DivClassName
{
background-color: #4DAD50;
}
.BgClassName
{
background-color: #4DAD50;
}
</style>
border-color css
<style>
span { border-color: #4DAD50; }
span { border-color: rgb(77,173,80); }
td.TdClassName
{
border-color: #4DAD50;
}
.TagClassName
{
border-color: #4DAD50;
}
</style>