#4EB057

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

Shades of Fruit Salad #4EB057

Tints of Fruit Salad #4EB057

Color information

#4EB057 (or 0x4EB057) is unknown color: approx Fruit Salad. HEX triplet: 4E, B0 and 57. RGB value is (78,176,87). Sum of RGB (Red+Green+Blue) = 78+176+87=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB057 is #B14FA8. Grayscale: #888888. Windows color (decimal): -11620265 or 5746766. OLE color: 5746766.

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

Color convert

RGB7817687-
CMYK0.5600.510.31
HSL125.51º38.58%49.8%-
HSV(B)125.51º55.68%69.02%-
XYZ20.3933.3614.38-
YUV136.55100.0386.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=22.87%
G=51.61%
B=25.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78176870.5600.510.31125.5138.5849.8
Hex4EB057380331F7e2732
Octal11626012770063371764762
Binary10011101011000010101111110000110011111111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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