#3EC050

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

Shades of Fruit Salad #3EC050

Tints of Fruit Salad #3EC050

Color information

#3EC050 (or 0x3EC050) is unknown color: approx Fruit Salad. HEX triplet: 3E, C0 and 50. RGB value is (62,192,80). Sum of RGB (Red+Green+Blue) = 62+192+80=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC050 is #C13FAF. Grayscale: #8C8C8C. Windows color (decimal): -12664752 or 5292094. OLE color: 5292094.

HSL color Cylindrical-coordinate representation of color #3EC050: hue angle of 128.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC050 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB6219280-
CMYK0.6800.580.25
HSL128.31º51.18%49.8%-
HSV(B)128.31º67.71%75.29%-
XYZ22.2839.314-
YUV140.3693.9372.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 192 (75.39% from 255) = 57.49%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=18.56%
G=57.49%
B=23.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62192800.6800.580.25128.3151.1849.8
Hex3EC0504403A19803332
Octal76300120104072312006362
Binary111110110000001010000100010001110101100110000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EC050; }

 p { color: rgb(62,192,80); }

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

<style>
 a { background-color: #3EC050; }

 a { background-color: rgb(62,192,80); }

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

<style>
 span { border-color: #3EC050; }

 span { border-color: rgb(62,192,80); }

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