Shades of Fruit Salad #4DA84B
Tints of Fruit Salad #4DA84B
RGB
CMYK
RGB Variations
Color information
#4DA84B (or 0x4DA84B) is known color: Fruit Salad. HEX triplet: 4D, A8 and 4B. RGB value is (77,168,75). Sum of RGB (Red+Green+Blue) = 77+168+75=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA84B is #B257B4. Grayscale: #828282. Windows color (decimal): -11687861 or 4958285. OLE color: 4958285.
HSL color Cylindrical-coordinate representation of color #4DA84B: hue angle of 118.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA84B is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 75 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.34 |
| HSL | 118.71º | 0.38% | 0.48% | - |
| HSV(B) | 118.71º | 0.55% | 0.66% | - |
| XYZ | 18.33 | 30.09 | 11.5 | - |
| YUV | 130.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 75 | 0.54 | 0 | 0.55 | 0.34 | 118.71 | 0.38 | 0.48 |
| Hex | 4D | A8 | 4B | 36 | 0 | 37 | 22 | 77 | 26 | 30 |
| Octal | 115 | 250 | 113 | 66 | 0 | 67 | 42 | 167 | 46 | 60 |
| Binary | 1001101 | 10101000 | 1001011 | 110110 | 0 | 110111 | 100010 | 1110111 | 100110 | 110000 |
Color Harmonies of #4DA84B
Complementary color
Monochromatic Colors of #4DA84B
Black with #4DA84B
Text Example
Text Example
White with #4DA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA84B; }
p { color: rgb(77,168,75); }
H1.HeaderClassName
{
color: #4DA84B;
}
.AnyTagClassName
{
color: #4DA84B;
}
</style>
background-color css
<style>
a { background-color: #4DA84B; }
a { background-color: rgb(77,168,75); }
div.DivClassName
{
background-color: #4DA84B;
}
.BgClassName
{
background-color: #4DA84B;
}
</style>
border-color css
<style>
span { border-color: #4DA84B; }
span { border-color: rgb(77,168,75); }
td.TdClassName
{
border-color: #4DA84B;
}
.TagClassName
{
border-color: #4DA84B;
}
</style>