#4EB94B

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

Shades of Fruit Salad #4EB94B

Tints of Fruit Salad #4EB94B

Color information

#4EB94B (or 0x4EB94B) is unknown color: approx Fruit Salad. HEX triplet: 4E, B9 and 4B. RGB value is (78,185,75). Sum of RGB (Red+Green+Blue) = 78+185+75=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB94B is #B146B4. Grayscale: #8C8C8C. Windows color (decimal): -11617973 or 4962638. OLE color: 4962638.

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

Color convert

RGB7818575-
CMYK0.5800.590.27
HSL118.36º44%50.98%-
HSV(B)118.36º59.46%72.55%-
XYZ21.7636.8312.62-
YUV140.4791.0583.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 185 (72.66% from 255) = 54.73%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=23.08%
G=54.73%
B=22.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78185750.5800.590.27118.364450.98
Hex4EB94B3A03B1B762c33
Octal11627111372073331665463
Binary10011101011100110010111110100111011110111110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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