Color Hex Logo

#50d739 Color Hex

#50D739
(80,215,57)
0 Favorites   0 Comments

Color spaces of #50d739

RGB 8021557
HSL0.310.660.53
HSV111°73°84°
CMYK 0.630.000.73   0.16
XYZ28.347250.601812.1440
Yxy50.60180.31120.5555
Hunter Lab71.1349-53.354139.6726
CIE-Lab76.4372-64.373963.1030

#50d739 color RGB value is (80,215,57).

#50d739 hex color red value is 80, green value is 215 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #50d739 hue: 0.31 , saturation: 0.66 and the lightness value of 50d739 is 0.53.

The process color (four color CMYK) of #50d739 color hex is 0.63, 0.00, 0.73, 0.16. Web safe color of #50d739 is #66cc33. Color #50d739 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010111 00111001
Octal 120 327 71
Decimal 80 215 57
Hex 50 D7 39

RGB Percentages of Color #50d739

%22.73
%61.08
%16.19

CMYK Percentages of Color #50d739

%63
%0
%73
%16

Triadic Colors of #50d739

#50d739 #3950d7 #d73950

Analogous Colors of #50d739

#50d739 #39d771 #9fd739

Monochromatic Colors of #50d739

#50d739

Complementary Color

#50d739 #c039d7

#50d739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d739 Color CSS Codes

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

#50d739 Text Font Color

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

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


#50d739 Background Color

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

This div background color is #50d739


#50d739 Border Color

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

This div border color is #50d739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d739


Comments

No comments written yet.

Please login to write comment.