#4EB45C

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

Shades of Fruit Salad #4EB45C

Tints of Fruit Salad #4EB45C

Color information

#4EB45C (or 0x4EB45C) is unknown color: approx Fruit Salad. HEX triplet: 4E, B4 and 5C. RGB value is (78,180,92). Sum of RGB (Red+Green+Blue) = 78+180+92=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB45C is #B14BA3. Grayscale: #8B8B8B. Windows color (decimal): -11619236 or 6075470. OLE color: 6075470.

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

Color convert

RGB7818092-
CMYK0.5700.490.29
HSL128.24º40.48%50.59%-
HSV(B)128.24º56.67%70.59%-
XYZ21.3935.0315.76-
YUV139.47101.2184.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.29%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=22.29%
G=51.43%
B=26.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78180920.5700.490.29128.2440.4850.59
Hex4EB45C390311D802833
Octal11626413471061352005063
Binary100111010110100101110011100101100011110110000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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