Color Hex Logo

#50e740 Color Hex

#50E740
(80,231,64)
0 Favorites   0 Comments

Color spaces of #50e740

RGB 8023164
HSL0.320.780.58
HSV114°72°91°
CMYK 0.650.000.72   0.09
XYZ32.809659.227514.5533
Yxy59.22750.30780.5557
Hunter Lab76.9594-58.580242.6596
CIE-Lab81.4165-69.154265.7015

#50e740 color RGB value is (80,231,64).

#50e740 hex color red value is 80, green value is 231 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #50e740 hue: 0.32 , saturation: 0.78 and the lightness value of 50e740 is 0.58.

The process color (four color CMYK) of #50e740 color hex is 0.65, 0.00, 0.72, 0.09. Web safe color of #50e740 is #66ff33. Color #50e740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11100111 01000000
Octal 120 347 100
Decimal 80 231 64
Hex 50 E7 40

RGB Percentages of Color #50e740

%21.33
%61.60
%17.07

CMYK Percentages of Color #50e740

%65
%0
%72
%9

Triadic Colors of #50e740

#50e740 #4050e7 #e74050

Analogous Colors of #50e740

#50e740 #40e784 #a4e740

Monochromatic Colors of #50e740

#50e740

Complementary Color

#50e740 #d740e7

#50e740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e740 Color CSS Codes

.mybgcolor {background-color:#50e740; } 
.myforecolor {color:#50e740; }
.mybordercolor {border:3px solid #50e740; }

#50e740 Text Font Color

<p style="color:#50e740">Text here</p>

This sample text font color is #50e740
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#50e740 Background Color

<div style="background-color:#50e740">
Div content here</div>

This div background color is #50e740


#50e740 Border Color

<div style="border:3px solid #50e740">
Div here</div>

This div border color is #50e740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,231,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50e740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50e740;
  -webkit-box-shadow: 1px 1px 3px 2px #50e740;
  box-shadow:         1px 1px 3px 2px #50e740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,231,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #50e740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #50e740;
  -webkit-box-shadow: 1px 1px 3px 2px #50e740;
  box-shadow:         1px 1px 3px 2px #50e740;">
Div content here</div>

This div box has shadow with color #50e740


Comments

No comments written yet.

Please login to write comment.