#4EB755

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

Shades of Fruit Salad #4EB755

Tints of Fruit Salad #4EB755

Color information

#4EB755 (or 0x4EB755) is unknown color: approx Fruit Salad. HEX triplet: 4E, B7 and 55. RGB value is (78,183,85). Sum of RGB (Red+Green+Blue) = 78+183+85=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #4EB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB755 is #B148AA. Grayscale: #8C8C8C. Windows color (decimal): -11618475 or 5617486. OLE color: 5617486.

HSL color Cylindrical-coordinate representation of color #4EB755: hue angle of 124º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB755 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB7818385-
CMYK0.5700.540.28
HSL124º42.17%51.18%-
HSV(B)124º57.38%71.76%-
XYZ21.7236.1414.43-
YUV140.4396.7183.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=22.54%
G=52.89%
B=24.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal78183850.5700.540.2812442.1751.18
Hex4EB755390361C7c2a33
Octal11626712571066341745263
Binary10011101011011110101011110010110110111001111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,183,85); }

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

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

 a { background-color: rgb(78,183,85); }

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

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

 span { border-color: rgb(78,183,85); }

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