#4EB45D

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

Shades of Fruit Salad #4EB45D

Tints of Fruit Salad #4EB45D

Color information

#4EB45D (or 0x4EB45D) is unknown color: approx Fruit Salad. HEX triplet: 4E, B4 and 5D. RGB value is (78,180,93). Sum of RGB (Red+Green+Blue) = 78+180+93=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB45D is #B14BA2. Grayscale: #8B8B8B. Windows color (decimal): -11619235 or 6141006. OLE color: 6141006.

HSL color Cylindrical-coordinate representation of color #4EB45D: hue angle of 128.82º 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 #4EB45D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB7818093-
CMYK0.5700.480.29
HSL128.82º40.48%50.59%-
HSV(B)128.82º56.67%70.59%-
XYZ21.4435.0515.99-
YUV139.58101.7184.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=22.22%
G=51.28%
B=26.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78180930.5700.480.29128.8240.4850.59
Hex4EB45D390301D812833
Octal11626413571060352015063
Binary100111010110100101110111100101100001110110000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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