Shades of Fruit Salad #4DA85C
Tints of Fruit Salad #4DA85C
RGB
CMYK
RGB Variations
Color information
#4DA85C (or 0x4DA85C) is known color: Fruit Salad. HEX triplet: 4D, A8 and 5C. RGB value is (77,168,92). Sum of RGB (Red+Green+Blue) = 77+168+92=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA85C is #B257A3. Grayscale: #848484. Windows color (decimal): -11687844 or 6072397. OLE color: 6072397.
HSL color Cylindrical-coordinate representation of color #4DA85C: hue angle of 129.89º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA85C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 92 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.34 |
| HSL | 129.89º | 0.37% | 0.48% | - |
| HSV(B) | 129.89º | 0.54% | 0.66% | - |
| XYZ | 18.99 | 30.36 | 14.98 | - |
| YUV | 132.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 92 | 0.54 | 0 | 0.45 | 0.34 | 129.89 | 0.37 | 0.48 |
| Hex | 4D | A8 | 5C | 36 | 0 | 2D | 22 | 82 | 25 | 30 |
| Octal | 115 | 250 | 134 | 66 | 0 | 55 | 42 | 202 | 45 | 60 |
| Binary | 1001101 | 10101000 | 1011100 | 110110 | 0 | 101101 | 100010 | 10000010 | 100101 | 110000 |
Color Harmonies of #4DA85C
Complementary color
Monochromatic Colors of #4DA85C
Black with #4DA85C
Text Example
Text Example
White with #4DA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA85C; }
p { color: rgb(77,168,92); }
H1.HeaderClassName
{
color: #4DA85C;
}
.AnyTagClassName
{
color: #4DA85C;
}
</style>
background-color css
<style>
a { background-color: #4DA85C; }
a { background-color: rgb(77,168,92); }
div.DivClassName
{
background-color: #4DA85C;
}
.BgClassName
{
background-color: #4DA85C;
}
</style>
border-color css
<style>
span { border-color: #4DA85C; }
span { border-color: rgb(77,168,92); }
td.TdClassName
{
border-color: #4DA85C;
}
.TagClassName
{
border-color: #4DA85C;
}
</style>