#4EA149

Color #4EA149 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4EA149

Tints of Fruit Salad #4EA149

Color information

#4EA149 (or 0x4EA149) is unknown color: approx Fruit Salad. HEX triplet: 4E, A1 and 49. RGB value is (78,161,73). Sum of RGB (Red+Green+Blue) = 78+161+73=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA149 is #B15EB6. Grayscale: #7E7E7E. Windows color (decimal): -11624119 or 4825422. OLE color: 4825422.

HSL color Cylindrical-coordinate representation of color #4EA149: hue angle of 116.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EA149 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB7816173-
CMYK0.5200.550.37
HSL116.59º37.61%45.88%-
HSV(B)116.59º54.66%63.14%-
XYZ17.0927.5910.73-
YUV126.159893.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=25%
G=51.60%
B=23.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78161730.5200.550.37116.5937.6145.88
Hex4EA149340372575262e
Octal11624111164067451654656
Binary100111010100001100100111010001101111001011110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA149; }

 p { color: rgb(78,161,73); }

 H1.HeaderClassName
 {
   color: #4EA149;
 }
 .AnyTagClassName
 {
   color: #4EA149;
 }
</style>
background-color css

<style>
 a { background-color: #4EA149; }

 a { background-color: rgb(78,161,73); }

 div.DivClassName
 {
   background-color: #4EA149;
 }
 .BgClassName
 {
   background-color: #4EA149;
 }
</style>
border-color css

<style>
 span { border-color: #4EA149; }

 span { border-color: rgb(78,161,73); }

 td.TdClassName
 {
   border-color: #4EA149;
 }
 .TagClassName
 {
   border-color: #4EA149;
 }
</style>