#3EB650

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

Shades of Fruit Salad #3EB650

Tints of Fruit Salad #3EB650

Color information

#3EB650 (or 0x3EB650) is unknown color: approx Fruit Salad. HEX triplet: 3E, B6 and 50. RGB value is (62,182,80). Sum of RGB (Red+Green+Blue) = 62+182+80=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #3EB650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EB650 is #C149AF. Grayscale: #868686. Windows color (decimal): -12667312 or 5289534. OLE color: 5289534.

HSL color Cylindrical-coordinate representation of color #3EB650: hue angle of 129º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB650 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB6218280-
CMYK0.6600.560.29
HSL129º49.18%47.84%-
HSV(B)129º65.93%71.37%-
XYZ20.1635.0613.29-
YUV134.4997.2476.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.14%
GREEN value IS 182 (71.48% from 255) = 56.17%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=19.14%
G=56.17%
B=24.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62182800.6600.560.2912949.1847.84
Hex3EB650420381D813130
Octal76266120102070352016160
Binary111110101101101010000100001001110001110110000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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