Color Hex Logo

#50d74b Color Hex

#50D74B
(80,215,75)
0 Favorites   0 Comments

Color spaces of #50d74b

RGB 8021575
HSL0.330.640.57
HSV118°65°84°
CMYK 0.630.000.65   0.16
XYZ28.878750.814414.9427
Yxy50.81440.30520.5369
Hunter Lab71.2842-52.433437.4705
CIE-Lab76.5664-62.856256.4353

#50d74b color RGB value is (80,215,75).

#50d74b hex color red value is 80, green value is 215 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #50d74b hue: 0.33 , saturation: 0.64 and the lightness value of 50d74b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11010111 01001011
Octal 120 327 113
Decimal 80 215 75
Hex 50 D7 4B

RGB Percentages of Color #50d74b

%21.62
%58.11
%20.27

CMYK Percentages of Color #50d74b

%63
%0
%65
%16

Triadic Colors of #50d74b

#50d74b #4b50d7 #d74b50

Analogous Colors of #50d74b

#50d74b #4bd78c #96d74b

Monochromatic Colors of #50d74b

#50d74b

Complementary Color

#50d74b #d24bd7

#50d74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50d74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50d74b Color CSS Codes

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

#50d74b Text Font Color

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

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


#50d74b Background Color

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

This div background color is #50d74b


#50d74b Border Color

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

This div border color is #50d74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50d74b


Comments

No comments written yet.

Please login to write comment.