Shades of Fruit Salad #4EAA4C
Tints of Fruit Salad #4EAA4C
RGB
CMYK
RGB Variations
Color information
#4EAA4C (or 0x4EAA4C) is known color: Fruit Salad. HEX triplet: 4E, AA and 4C. RGB value is (78,170,76). Sum of RGB (Red+Green+Blue) = 78+170+76=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAA4C is #B155B3. Grayscale: #848484. Windows color (decimal): -11621812 or 5024334. OLE color: 5024334.
HSL color Cylindrical-coordinate representation of color #4EAA4C: hue angle of 118.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAA4C is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 76 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.33 |
| HSL | 118.72º | 0.38% | 0.48% | - |
| HSV(B) | 118.72º | 0.55% | 0.67% | - |
| XYZ | 18.82 | 30.89 | 11.81 | - |
| YUV | 131.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 76 | 0.54 | 0 | 0.55 | 0.33 | 118.72 | 0.38 | 0.48 |
| Hex | 4E | AA | 4C | 36 | 0 | 37 | 21 | 77 | 26 | 30 |
| Octal | 116 | 252 | 114 | 66 | 0 | 67 | 41 | 167 | 46 | 60 |
| Binary | 1001110 | 10101010 | 1001100 | 110110 | 0 | 110111 | 100001 | 1110111 | 100110 | 110000 |
Color Harmonies of #4EAA4C
Complementary color
Monochromatic Colors of #4EAA4C
Black with #4EAA4C
Text Example
Text Example
White with #4EAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAA4C; }
p { color: rgb(78,170,76); }
H1.HeaderClassName
{
color: #4EAA4C;
}
.AnyTagClassName
{
color: #4EAA4C;
}
</style>
background-color css
<style>
a { background-color: #4EAA4C; }
a { background-color: rgb(78,170,76); }
div.DivClassName
{
background-color: #4EAA4C;
}
.BgClassName
{
background-color: #4EAA4C;
}
</style>
border-color css
<style>
span { border-color: #4EAA4C; }
span { border-color: rgb(78,170,76); }
td.TdClassName
{
border-color: #4EAA4C;
}
.TagClassName
{
border-color: #4EAA4C;
}
</style>