Shades of Fruit Salad #4EA94B
Tints of Fruit Salad #4EA94B
RGB
CMYK
RGB Variations
Color information
#4EA94B (or 0x4EA94B) is known color: Fruit Salad. HEX triplet: 4E, A9 and 4B. RGB value is (78,169,75). Sum of RGB (Red+Green+Blue) = 78+169+75=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA94B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA94B is #B156B4. Grayscale: #838383. Windows color (decimal): -11622069 or 4958542. OLE color: 4958542.
HSL color Cylindrical-coordinate representation of color #4EA94B: hue angle of 118.09º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EA94B is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 75 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.34 |
| HSL | 118.09º | 0.39% | 0.48% | - |
| HSV(B) | 118.09º | 0.56% | 0.66% | - |
| XYZ | 18.6 | 30.5 | 11.56 | - |
| YUV | 131.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 75 | 0.54 | 0 | 0.56 | 0.34 | 118.09 | 0.39 | 0.48 |
| Hex | 4E | A9 | 4B | 36 | 0 | 38 | 22 | 76 | 27 | 30 |
| Octal | 116 | 251 | 113 | 66 | 0 | 70 | 42 | 166 | 47 | 60 |
| Binary | 1001110 | 10101001 | 1001011 | 110110 | 0 | 111000 | 100010 | 1110110 | 100111 | 110000 |
Color Harmonies of #4EA94B
Complementary color
Monochromatic Colors of #4EA94B
Black with #4EA94B
Text Example
Text Example
White with #4EA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA94B; }
p { color: rgb(78,169,75); }
H1.HeaderClassName
{
color: #4EA94B;
}
.AnyTagClassName
{
color: #4EA94B;
}
</style>
background-color css
<style>
a { background-color: #4EA94B; }
a { background-color: rgb(78,169,75); }
div.DivClassName
{
background-color: #4EA94B;
}
.BgClassName
{
background-color: #4EA94B;
}
</style>
border-color css
<style>
span { border-color: #4EA94B; }
span { border-color: rgb(78,169,75); }
td.TdClassName
{
border-color: #4EA94B;
}
.TagClassName
{
border-color: #4EA94B;
}
</style>