Shades of Fruit Salad #4E984A
Tints of Fruit Salad #4E984A
RGB
CMYK
RGB Variations
Color information
#4E984A (or 0x4E984A) is known color: Fruit Salad. HEX triplet: 4E, 98 and 4A. RGB value is (78,152,74). Sum of RGB (Red+Green+Blue) = 78+152+74=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #4E984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E984A is #B167B5. Grayscale: #797979. Windows color (decimal): -11626422 or 4888654. OLE color: 4888654.
HSL color Cylindrical-coordinate representation of color #4E984A: hue angle of 116.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E984A is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 74 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.40 |
| HSL | 116.92º | 0.35% | 0.44% | - |
| HSV(B) | 116.92º | 0.51% | 0.6% | - |
| XYZ | 15.61 | 24.57 | 10.4 | - |
| YUV | 120.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 74 | 0.49 | 0 | 0.51 | 0.40 | 116.92 | 0.35 | 0.44 |
| Hex | 4E | 98 | 4A | 31 | 0 | 33 | 28 | 75 | 23 | 2C |
| Octal | 116 | 230 | 112 | 61 | 0 | 63 | 50 | 165 | 43 | 54 |
| Binary | 1001110 | 10011000 | 1001010 | 110001 | 0 | 110011 | 101000 | 1110101 | 100011 | 101100 |
Color Harmonies of #4E984A
Complementary color
Monochromatic Colors of #4E984A
Black with #4E984A
Text Example
Text Example
White with #4E984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E984A; }
p { color: rgb(78,152,74); }
H1.HeaderClassName
{
color: #4E984A;
}
.AnyTagClassName
{
color: #4E984A;
}
</style>
background-color css
<style>
a { background-color: #4E984A; }
a { background-color: rgb(78,152,74); }
div.DivClassName
{
background-color: #4E984A;
}
.BgClassName
{
background-color: #4E984A;
}
</style>
border-color css
<style>
span { border-color: #4E984A; }
span { border-color: rgb(78,152,74); }
td.TdClassName
{
border-color: #4E984A;
}
.TagClassName
{
border-color: #4E984A;
}
</style>