Shades of Fruit Salad #4E9A4A
Tints of Fruit Salad #4E9A4A
RGB
CMYK
RGB Variations
Color information
#4E9A4A (or 0x4E9A4A) is known color: Fruit Salad. HEX triplet: 4E, 9A and 4A. RGB value is (78,154,74). Sum of RGB (Red+Green+Blue) = 78+154+74=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9A4A is #B165B5. Grayscale: #7A7A7A. Windows color (decimal): -11625910 or 4889166. OLE color: 4889166.
HSL color Cylindrical-coordinate representation of color #4E9A4A: hue angle of 117º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E9A4A is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 154 | 74 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.40 |
| HSL | 117º | 0.35% | 0.45% | - |
| HSV(B) | 117º | 0.52% | 0.6% | - |
| XYZ | 15.93 | 25.23 | 10.51 | - |
| YUV | 122.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 74 | 0.49 | 0 | 0.52 | 0.40 | 117 | 0.35 | 0.45 |
| Hex | 4E | 9A | 4A | 31 | 0 | 34 | 28 | 75 | 23 | 2D |
| Octal | 116 | 232 | 112 | 61 | 0 | 64 | 50 | 165 | 43 | 55 |
| Binary | 1001110 | 10011010 | 1001010 | 110001 | 0 | 110100 | 101000 | 1110101 | 100011 | 101101 |
Color Harmonies of #4E9A4A
Complementary color
Monochromatic Colors of #4E9A4A
Black with #4E9A4A
Text Example
Text Example
White with #4E9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9A4A; }
p { color: rgb(78,154,74); }
H1.HeaderClassName
{
color: #4E9A4A;
}
.AnyTagClassName
{
color: #4E9A4A;
}
</style>
background-color css
<style>
a { background-color: #4E9A4A; }
a { background-color: rgb(78,154,74); }
div.DivClassName
{
background-color: #4E9A4A;
}
.BgClassName
{
background-color: #4E9A4A;
}
</style>
border-color css
<style>
span { border-color: #4E9A4A; }
span { border-color: rgb(78,154,74); }
td.TdClassName
{
border-color: #4E9A4A;
}
.TagClassName
{
border-color: #4E9A4A;
}
</style>