Shades of Fruit Salad #4EA34A
Tints of Fruit Salad #4EA34A
RGB
CMYK
RGB Variations
Color information
#4EA34A (or 0x4EA34A) is known color: Fruit Salad. HEX triplet: 4E, A3 and 4A. RGB value is (78,163,74). Sum of RGB (Red+Green+Blue) = 78+163+74=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA34A is #B15CB5. Grayscale: #7F7F7F. Windows color (decimal): -11623606 or 4891470. OLE color: 4891470.
HSL color Cylindrical-coordinate representation of color #4EA34A: hue angle of 117.3º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EA34A is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 163 | 74 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.36 |
| HSL | 117.3º | 0.38% | 0.46% | - |
| HSV(B) | 117.3º | 0.55% | 0.64% | - |
| XYZ | 17.48 | 28.31 | 11.02 | - |
| YUV | 127.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 74 | 0.52 | 0 | 0.55 | 0.36 | 117.3 | 0.38 | 0.46 |
| Hex | 4E | A3 | 4A | 34 | 0 | 37 | 24 | 75 | 26 | 2E |
| Octal | 116 | 243 | 112 | 64 | 0 | 67 | 44 | 165 | 46 | 56 |
| Binary | 1001110 | 10100011 | 1001010 | 110100 | 0 | 110111 | 100100 | 1110101 | 100110 | 101110 |
Color Harmonies of #4EA34A
Complementary color
Monochromatic Colors of #4EA34A
Black with #4EA34A
Text Example
Text Example
White with #4EA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA34A; }
p { color: rgb(78,163,74); }
H1.HeaderClassName
{
color: #4EA34A;
}
.AnyTagClassName
{
color: #4EA34A;
}
</style>
background-color css
<style>
a { background-color: #4EA34A; }
a { background-color: rgb(78,163,74); }
div.DivClassName
{
background-color: #4EA34A;
}
.BgClassName
{
background-color: #4EA34A;
}
</style>
border-color css
<style>
span { border-color: #4EA34A; }
span { border-color: rgb(78,163,74); }
td.TdClassName
{
border-color: #4EA34A;
}
.TagClassName
{
border-color: #4EA34A;
}
</style>