Shades of Fruit Salad #4DA85B
Tints of Fruit Salad #4DA85B
RGB
CMYK
RGB Variations
Color information
#4DA85B (or 0x4DA85B) is known color: Fruit Salad. HEX triplet: 4D, A8 and 5B. RGB value is (77,168,91). Sum of RGB (Red+Green+Blue) = 77+168+91=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA85B is #B257A4. Grayscale: #848484. Windows color (decimal): -11687845 or 6006861. OLE color: 6006861.
HSL color Cylindrical-coordinate representation of color #4DA85B: hue angle of 129.23º 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 #4DA85B is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 91 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.34 |
| HSL | 129.23º | 0.37% | 0.48% | - |
| HSV(B) | 129.23º | 0.54% | 0.66% | - |
| XYZ | 18.95 | 30.34 | 14.75 | - |
| YUV | 132.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 91 | 0.54 | 0 | 0.46 | 0.34 | 129.23 | 0.37 | 0.48 |
| Hex | 4D | A8 | 5B | 36 | 0 | 2E | 22 | 81 | 25 | 30 |
| Octal | 115 | 250 | 133 | 66 | 0 | 56 | 42 | 201 | 45 | 60 |
| Binary | 1001101 | 10101000 | 1011011 | 110110 | 0 | 101110 | 100010 | 10000001 | 100101 | 110000 |
Color Harmonies of #4DA85B
Complementary color
Monochromatic Colors of #4DA85B
Black with #4DA85B
Text Example
Text Example
White with #4DA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA85B; }
p { color: rgb(77,168,91); }
H1.HeaderClassName
{
color: #4DA85B;
}
.AnyTagClassName
{
color: #4DA85B;
}
</style>
background-color css
<style>
a { background-color: #4DA85B; }
a { background-color: rgb(77,168,91); }
div.DivClassName
{
background-color: #4DA85B;
}
.BgClassName
{
background-color: #4DA85B;
}
</style>
border-color css
<style>
span { border-color: #4DA85B; }
span { border-color: rgb(77,168,91); }
td.TdClassName
{
border-color: #4DA85B;
}
.TagClassName
{
border-color: #4DA85B;
}
</style>