Color Hex Logo

#50e76d Color Hex

#50E76D
(80,231,109)
0 Favorites   0 Comments

Color spaces of #50e76d

RGB 80231109
HSL0.370.760.61
HSV132°65°91°
CMYK 0.650.000.53   0.09
XYZ34.644559.961424.2158
Yxy59.96140.29160.5046
Hunter Lab77.4347-55.649535.6628
CIE-Lab81.8172-64.461147.4763

#50e76d color RGB value is (80,231,109).

#50e76d hex color red value is 80, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50e76d hue: 0.37 , saturation: 0.76 and the lightness value of 50e76d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11100111 01101101
Octal 120 347 155
Decimal 80 231 109
Hex 50 E7 6D

RGB Percentages of Color #50e76d

%19.05
%55.00
%25.95

CMYK Percentages of Color #50e76d

%65
%0
%53
%9

Triadic Colors of #50e76d

#50e76d #6d50e7 #e76d50

Analogous Colors of #50e76d

#50e76d #50e7b9 #7fe750

Monochromatic Colors of #50e76d

#50e76d

Complementary Color

#50e76d #e750ca

#50e76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e76d Color CSS Codes

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

#50e76d Text Font Color

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

This sample text font color is #50e76d
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.


#50e76d Background Color

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

This div background color is #50e76d


#50e76d Border Color

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

This div border color is #50e76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50e76d


Comments

No comments written yet.

Please login to write comment.