#4EC056

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

Shades of Fruit Salad #4EC056

Tints of Fruit Salad #4EC056

Color information

#4EC056 (or 0x4EC056) is unknown color: approx Fruit Salad. HEX triplet: 4E, C0 and 56. RGB value is (78,192,86). Sum of RGB (Red+Green+Blue) = 78+192+86=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC056 is #B13FA9. Grayscale: #929292. Windows color (decimal): -11616170 or 5685326. OLE color: 5685326.

HSL color Cylindrical-coordinate representation of color #4EC056: hue angle of 124.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC056 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB7819286-
CMYK0.5900.550.25
HSL124.21º47.5%52.94%-
HSV(B)124.21º59.38%75.29%-
XYZ23.6739.9915.28-
YUV145.8394.2379.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 192 (75.39% from 255) = 53.93%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=21.91%
G=53.93%
B=24.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78192860.5900.550.25124.2147.552.94
Hex4EC0563B037197c3035
Octal11630012673067311746065
Binary10011101100000010101101110110110111110011111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,192,86); }

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

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

 a { background-color: rgb(78,192,86); }

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

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

 span { border-color: rgb(78,192,86); }

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