#4EB353

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

Shades of Fruit Salad #4EB353

Tints of Fruit Salad #4EB353

Color information

#4EB353 (or 0x4EB353) is unknown color: approx Fruit Salad. HEX triplet: 4E, B3 and 53. RGB value is (78,179,83). Sum of RGB (Red+Green+Blue) = 78+179+83=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB353 is #B14CAC. Grayscale: #8A8A8A. Windows color (decimal): -11619501 or 5485390. OLE color: 5485390.

HSL color Cylindrical-coordinate representation of color #4EB353: hue angle of 122.97º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB353 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB7817983-
CMYK0.5600.540.30
HSL122.97º39.92%50.39%-
HSV(B)122.97º56.42%70.2%-
XYZ20.8234.4813.74-
YUV137.8697.0485.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.94%
GREEN value IS 179 (70.31% from 255) = 52.65%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=22.94%
G=52.65%
B=24.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78179830.5600.540.30122.9739.9250.39
Hex4EB353380361E7b2832
Octal11626312370066361735062
Binary10011101011001110100111110000110110111101111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,179,83); }

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

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

 a { background-color: rgb(78,179,83); }

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

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

 span { border-color: rgb(78,179,83); }

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