#4EBD48

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

Shades of Fruit Salad #4EBD48

Tints of Fruit Salad #4EBD48

Color information

#4EBD48 (or 0x4EBD48) is unknown color: approx Fruit Salad. HEX triplet: 4E, BD and 48. RGB value is (78,189,72). Sum of RGB (Red+Green+Blue) = 78+189+72=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBD48 is #B142B7. Grayscale: #8E8E8E. Windows color (decimal): -11616952 or 4767054. OLE color: 4767054.

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

Color convert

RGB7818972-
CMYK0.5900.620.26
HSL116.92º46.99%51.18%-
HSV(B)116.92º61.9%74.12%-
XYZ22.5138.4812.37-
YUV142.4788.2382.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=23.01%
G=55.75%
B=21.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78189720.5900.620.26116.9246.9951.18
Hex4EBD483B03E1A752f33
Octal11627511073076321655763
Binary10011101011110110010001110110111110110101110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,189,72); }

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

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

 a { background-color: rgb(78,189,72); }

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

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

 span { border-color: rgb(78,189,72); }

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