#4EB545

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

Shades of Fruit Salad #4EB545

Tints of Fruit Salad #4EB545

Color information

#4EB545 (or 0x4EB545) is unknown color: approx Fruit Salad. HEX triplet: 4E, B5 and 45. RGB value is (78,181,69). Sum of RGB (Red+Green+Blue) = 78+181+69=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB545 is #B14ABA. Grayscale: #898989. Windows color (decimal): -11619003 or 4568398. OLE color: 4568398.

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

Color convert

RGB7818169-
CMYK0.5700.620.29
HSL115.18º44.8%49.02%-
HSV(B)115.18º61.88%70.98%-
XYZ20.7435.111.31-
YUV137.4489.3885.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 181 (71.09% from 255) = 55.18%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=23.78%
G=55.18%
B=21.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78181690.5700.620.29115.1844.849.02
Hex4EB5453903E1D732d31
Octal11626510571076351635561
Binary10011101011010110001011110010111110111011110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,69); }

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

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

 a { background-color: rgb(78,181,69); }

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

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

 span { border-color: rgb(78,181,69); }

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