#4EBF49

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

Shades of Fruit Salad #4EBF49

Tints of Fruit Salad #4EBF49

Color information

#4EBF49 (or 0x4EBF49) is unknown color: approx Fruit Salad. HEX triplet: 4E, BF and 49. RGB value is (78,191,73). Sum of RGB (Red+Green+Blue) = 78+191+73=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBF49 is #B140B6. Grayscale: #909090. Windows color (decimal): -11616439 or 4833102. OLE color: 4833102.

HSL color Cylindrical-coordinate representation of color #4EBF49: hue angle of 117.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBF49 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB7819173-
CMYK0.5900.620.25
HSL117.46º47.97%51.76%-
HSV(B)117.46º61.78%74.9%-
XYZ22.9839.3612.69-
YUV143.7688.0681.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 191 (75% from 255) = 55.85%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=22.81%
G=55.85%
B=21.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78191730.5900.620.25117.4647.9751.76
Hex4EBF493B03E19753034
Octal11627711173076311656064
Binary10011101011111110010011110110111110110011110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,191,73); }

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

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

 a { background-color: rgb(78,191,73); }

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

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

 span { border-color: rgb(78,191,73); }

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