Shades of Fruit Salad #4DA350
Tints of Fruit Salad #4DA350
RGB
CMYK
RGB Variations
Color information
#4DA350 (or 0x4DA350) is known color: Fruit Salad. HEX triplet: 4D, A3 and 50. RGB value is (77,163,80). Sum of RGB (Red+Green+Blue) = 77+163+80=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA350 is #B25CAF. Grayscale: #808080. Windows color (decimal): -11689136 or 5284685. OLE color: 5284685.
HSL color Cylindrical-coordinate representation of color #4DA350: hue angle of 122.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA350 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 80 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.36 |
| HSL | 122.09º | 0.36% | 0.47% | - |
| HSV(B) | 122.09º | 0.53% | 0.64% | - |
| XYZ | 17.61 | 28.35 | 12.13 | - |
| YUV | 127.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 80 | 0.53 | 0 | 0.51 | 0.36 | 122.09 | 0.36 | 0.47 |
| Hex | 4D | A3 | 50 | 35 | 0 | 33 | 24 | 7A | 24 | 2F |
| Octal | 115 | 243 | 120 | 65 | 0 | 63 | 44 | 172 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1010000 | 110101 | 0 | 110011 | 100100 | 1111010 | 100100 | 101111 |
Color Harmonies of #4DA350
Complementary color
Monochromatic Colors of #4DA350
Black with #4DA350
Text Example
Text Example
White with #4DA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA350; }
p { color: rgb(77,163,80); }
H1.HeaderClassName
{
color: #4DA350;
}
.AnyTagClassName
{
color: #4DA350;
}
</style>
background-color css
<style>
a { background-color: #4DA350; }
a { background-color: rgb(77,163,80); }
div.DivClassName
{
background-color: #4DA350;
}
.BgClassName
{
background-color: #4DA350;
}
</style>
border-color css
<style>
span { border-color: #4DA350; }
span { border-color: rgb(77,163,80); }
td.TdClassName
{
border-color: #4DA350;
}
.TagClassName
{
border-color: #4DA350;
}
</style>