#4EB948

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

Shades of Fruit Salad #4EB948

Tints of Fruit Salad #4EB948

Color information

#4EB948 (or 0x4EB948) is unknown color: approx Fruit Salad. HEX triplet: 4E, B9 and 48. RGB value is (78,185,72). Sum of RGB (Red+Green+Blue) = 78+185+72=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB948 is #B146B7. Grayscale: #8C8C8C. Windows color (decimal): -11617976 or 4766030. OLE color: 4766030.

HSL color Cylindrical-coordinate representation of color #4EB948: hue angle of 116.81º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EB948 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB7818572-
CMYK0.5800.610.27
HSL116.81º44.66%50.39%-
HSV(B)116.81º61.08%72.55%-
XYZ21.6636.7912.09-
YUV140.1289.5583.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 185 (72.66% from 255) = 55.22%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=23.28%
G=55.22%
B=21.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78185720.5800.610.27116.8144.6650.39
Hex4EB9483A03D1B752d32
Octal11627111072075331655562
Binary10011101011100110010001110100111101110111110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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