#4EB360

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

Shades of Fruit Salad #4EB360

Tints of Fruit Salad #4EB360

Color information

#4EB360 (or 0x4EB360) is unknown color: approx Fruit Salad. HEX triplet: 4E, B3 and 60. RGB value is (78,179,96). Sum of RGB (Red+Green+Blue) = 78+179+96=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB360 is #B14C9F. Grayscale: #8B8B8B. Windows color (decimal): -11619488 or 6337358. OLE color: 6337358.

HSL color Cylindrical-coordinate representation of color #4EB360: hue angle of 130.69º 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 #4EB360 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB7817996-
CMYK0.5600.460.30
HSL130.69º39.92%50.39%-
HSV(B)130.69º56.42%70.2%-
XYZ21.3734.716.64-
YUV139.34103.5484.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=22.10%
G=50.71%
B=27.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78179960.5600.460.30130.6939.9250.39
Hex4EB3603802E1E832832
Octal11626314070056362035062
Binary100111010110011110000011100001011101111010000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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