#4EBC50

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

Shades of Fruit Salad #4EBC50

Tints of Fruit Salad #4EBC50

Color information

#4EBC50 (or 0x4EBC50) is unknown color: approx Fruit Salad. HEX triplet: 4E, BC and 50. RGB value is (78,188,80). Sum of RGB (Red+Green+Blue) = 78+188+80=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBC50 is #B143AF. Grayscale: #8F8F8F. Windows color (decimal): -11617200 or 5291086. OLE color: 5291086.

HSL color Cylindrical-coordinate representation of color #4EBC50: hue angle of 121.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBC50 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB7818880-
CMYK0.5900.570.26
HSL121.09º45.08%52.16%-
HSV(B)121.09º58.51%73.73%-
XYZ22.5738.1713.77-
YUV142.892.5681.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 188 (73.83% from 255) = 54.34%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=22.54%
G=54.34%
B=23.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78188800.5900.570.26121.0945.0852.16
Hex4EBC503B0391A792d34
Octal11627412073071321715564
Binary10011101011110010100001110110111001110101111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,188,80); }

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

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

 a { background-color: rgb(78,188,80); }

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

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

 span { border-color: rgb(78,188,80); }

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