Shades of Fruit Salad #4EA94A
Tints of Fruit Salad #4EA94A
RGB
CMYK
RGB Variations
Color information
#4EA94A (or 0x4EA94A) is known color: Fruit Salad. HEX triplet: 4E, A9 and 4A. RGB value is (78,169,74). Sum of RGB (Red+Green+Blue) = 78+169+74=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA94A is #B156B5. Grayscale: #838383. Windows color (decimal): -11622070 or 4893006. OLE color: 4893006.
HSL color Cylindrical-coordinate representation of color #4EA94A: hue angle of 117.47º 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 #4EA94A is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 74 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.34 |
| HSL | 117.47º | 0.39% | 0.48% | - |
| HSV(B) | 117.47º | 0.56% | 0.66% | - |
| XYZ | 18.57 | 30.49 | 11.39 | - |
| YUV | 130.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 74 | 0.54 | 0 | 0.56 | 0.34 | 117.47 | 0.39 | 0.48 |
| Hex | 4E | A9 | 4A | 36 | 0 | 38 | 22 | 75 | 27 | 30 |
| Octal | 116 | 251 | 112 | 66 | 0 | 70 | 42 | 165 | 47 | 60 |
| Binary | 1001110 | 10101001 | 1001010 | 110110 | 0 | 111000 | 100010 | 1110101 | 100111 | 110000 |
Color Harmonies of #4EA94A
Complementary color
Monochromatic Colors of #4EA94A
Black with #4EA94A
Text Example
Text Example
White with #4EA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA94A; }
p { color: rgb(78,169,74); }
H1.HeaderClassName
{
color: #4EA94A;
}
.AnyTagClassName
{
color: #4EA94A;
}
</style>
background-color css
<style>
a { background-color: #4EA94A; }
a { background-color: rgb(78,169,74); }
div.DivClassName
{
background-color: #4EA94A;
}
.BgClassName
{
background-color: #4EA94A;
}
</style>
border-color css
<style>
span { border-color: #4EA94A; }
span { border-color: rgb(78,169,74); }
td.TdClassName
{
border-color: #4EA94A;
}
.TagClassName
{
border-color: #4EA94A;
}
</style>