#3EBD50

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

Shades of Fruit Salad #3EBD50

Tints of Fruit Salad #3EBD50

Color information

#3EBD50 (or 0x3EBD50) is unknown color: approx Fruit Salad. HEX triplet: 3E, BD and 50. RGB value is (62,189,80). Sum of RGB (Red+Green+Blue) = 62+189+80=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EBD50 is #C142AF. Grayscale: #8A8A8A. Windows color (decimal): -12665520 or 5291326. OLE color: 5291326.

HSL color Cylindrical-coordinate representation of color #3EBD50: hue angle of 128.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBD50 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB6218980-
CMYK0.6700.580.26
HSL128.5º50.6%49.22%-
HSV(B)128.5º67.2%74.12%-
XYZ21.633813.78-
YUV138.694.9273.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.73%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=18.73%
G=57.10%
B=24.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62189800.6700.580.26128.550.649.22
Hex3EBD504303A1A813331
Octal76275120103072322016361
Binary111110101111011010000100001101110101101010000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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