#4EBD4B

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

Shades of Fruit Salad #4EBD4B

Tints of Fruit Salad #4EBD4B

Color information

#4EBD4B (or 0x4EBD4B) is unknown color: approx Fruit Salad. HEX triplet: 4E, BD and 4B. RGB value is (78,189,75). Sum of RGB (Red+Green+Blue) = 78+189+75=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBD4B is #B142B4. Grayscale: #8F8F8F. Windows color (decimal): -11616949 or 4963662. OLE color: 4963662.

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

Color convert

RGB7818975-
CMYK0.5900.600.26
HSL118.42º46.34%51.76%-
HSV(B)118.42º60.32%74.12%-
XYZ22.6138.5212.9-
YUV142.8289.7381.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=22.81%
G=55.26%
B=21.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78189750.5900.600.26118.4246.3451.76
Hex4EBD4B3B03C1A762e34
Octal11627511373074321665664
Binary10011101011110110010111110110111100110101110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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