#4EB053

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

Shades of Fruit Salad #4EB053

Tints of Fruit Salad #4EB053

Color information

#4EB053 (or 0x4EB053) is unknown color: approx Fruit Salad. HEX triplet: 4E, B0 and 53. RGB value is (78,176,83). Sum of RGB (Red+Green+Blue) = 78+176+83=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB053 is #B14FAC. Grayscale: #888888. Windows color (decimal): -11620269 or 5484622. OLE color: 5484622.

HSL color Cylindrical-coordinate representation of color #4EB053: hue angle of 123.06º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB053 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7817683-
CMYK0.5600.530.31
HSL123.06º38.58%49.8%-
HSV(B)123.06º55.68%69.02%-
XYZ20.2333.2913.54-
YUV136.198.0386.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 176 (69.14% from 255) = 52.23%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=23.15%
G=52.23%
B=24.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78176830.5600.530.31123.0638.5849.8
Hex4EB053380351F7b2732
Octal11626012370065371734762
Binary10011101011000010100111110000110101111111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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