Shades of Fruit Salad #4E944A
Tints of Fruit Salad #4E944A
RGB
CMYK
RGB Variations
Color information
#4E944A (or 0x4E944A) is known color: Fruit Salad. HEX triplet: 4E, 94 and 4A. RGB value is (78,148,74). Sum of RGB (Red+Green+Blue) = 78+148+74=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #4E944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E944A is #B16BB5. Grayscale: #767676. Windows color (decimal): -11627446 or 4887630. OLE color: 4887630.
HSL color Cylindrical-coordinate representation of color #4E944A: hue angle of 116.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E944A is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 74 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.42 |
| HSL | 116.76º | 0.33% | 0.44% | - |
| HSV(B) | 116.76º | 0.5% | 0.58% | - |
| XYZ | 14.97 | 23.29 | 10.19 | - |
| YUV | 118.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 74 | 0.47 | 0 | 0.50 | 0.42 | 116.76 | 0.33 | 0.44 |
| Hex | 4E | 94 | 4A | 2F | 0 | 32 | 2A | 75 | 21 | 2C |
| Octal | 116 | 224 | 112 | 57 | 0 | 62 | 52 | 165 | 41 | 54 |
| Binary | 1001110 | 10010100 | 1001010 | 101111 | 0 | 110010 | 101010 | 1110101 | 100001 | 101100 |
Color Harmonies of #4E944A
Complementary color
Monochromatic Colors of #4E944A
Black with #4E944A
Text Example
Text Example
White with #4E944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E944A; }
p { color: rgb(78,148,74); }
H1.HeaderClassName
{
color: #4E944A;
}
.AnyTagClassName
{
color: #4E944A;
}
</style>
background-color css
<style>
a { background-color: #4E944A; }
a { background-color: rgb(78,148,74); }
div.DivClassName
{
background-color: #4E944A;
}
.BgClassName
{
background-color: #4E944A;
}
</style>
border-color css
<style>
span { border-color: #4E944A; }
span { border-color: rgb(78,148,74); }
td.TdClassName
{
border-color: #4E944A;
}
.TagClassName
{
border-color: #4E944A;
}
</style>