#4EB455

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

Shades of Fruit Salad #4EB455

Tints of Fruit Salad #4EB455

Color information

#4EB455 (or 0x4EB455) is unknown color: approx Fruit Salad. HEX triplet: 4E, B4 and 55. RGB value is (78,180,85). Sum of RGB (Red+Green+Blue) = 78+180+85=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB455 is #B14BAA. Grayscale: #8A8A8A. Windows color (decimal): -11619243 or 5616718. OLE color: 5616718.

HSL color Cylindrical-coordinate representation of color #4EB455: hue angle of 124.12º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB455 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB7818085-
CMYK0.5700.530.29
HSL124.12º40.48%50.59%-
HSV(B)124.12º56.67%70.59%-
XYZ21.134.9214.22-
YUV138.6797.7184.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=22.74%
G=52.48%
B=24.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78180850.5700.530.29124.1240.4850.59
Hex4EB455390351D7c2833
Octal11626412571065351745063
Binary10011101011010010101011110010110101111011111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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