#4EB449

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

Shades of Fruit Salad #4EB449

Tints of Fruit Salad #4EB449

Color information

#4EB449 (or 0x4EB449) is unknown color: approx Fruit Salad. HEX triplet: 4E, B4 and 49. RGB value is (78,180,73). Sum of RGB (Red+Green+Blue) = 78+180+73=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB449 is #B14BB6. Grayscale: #898989. Windows color (decimal): -11619255 or 4830286. OLE color: 4830286.

HSL color Cylindrical-coordinate representation of color #4EB449: hue angle of 117.2º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EB449 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB7818073-
CMYK0.5700.590.29
HSL117.2º42.29%49.61%-
HSV(B)117.2º59.44%70.59%-
XYZ20.6734.7411.92-
YUV137.391.7185.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=23.56%
G=54.38%
B=22.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78180730.5700.590.29117.242.2949.61
Hex4EB4493903B1D752a32
Octal11626411171073351655262
Binary10011101011010010010011110010111011111011110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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