#4EBC4B

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

Shades of Fruit Salad #4EBC4B

Tints of Fruit Salad #4EBC4B

Color information

#4EBC4B (or 0x4EBC4B) is unknown color: approx Fruit Salad. HEX triplet: 4E, BC and 4B. RGB value is (78,188,75). Sum of RGB (Red+Green+Blue) = 78+188+75=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBC4B is #B143B4. Grayscale: #8E8E8E. Windows color (decimal): -11617205 or 4963406. OLE color: 4963406.

HSL color Cylindrical-coordinate representation of color #4EBC4B: hue angle of 118.41º 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 #4EBC4B is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB7818875-
CMYK0.5900.600.26
HSL118.41º45.75%51.57%-
HSV(B)118.41º60.11%73.73%-
XYZ22.438.0912.83-
YUV142.2390.0682.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 188 (73.83% from 255) = 55.13%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=22.87%
G=55.13%
B=21.99%

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
Decimal78188750.5900.600.26118.4145.7551.57
Hex4EBC4B3B03C1A762e34
Octal11627411373074321665664
Binary10011101011110010010111110110111100110101110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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