Color Hex Logo

#50cd2c Color Hex

#50CD2C
(80,205,44)
0 Favorites   0 Comments

Color spaces of #50cd2c

RGB 8020544
HSL0.300.650.49
HSV107°79°80°
CMYK 0.610.000.79   0.20
XYZ25.594245.55009.8259
Yxy45.55000.31610.5626
Hunter Lab67.4907-50.417138.6116
CIE-Lab73.2526-61.831964.1752

#50cd2c color RGB value is (80,205,44).

#50cd2c hex color red value is 80, green value is 205 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #50cd2c hue: 0.30 , saturation: 0.65 and the lightness value of 50cd2c is 0.49.

The process color (four color CMYK) of #50cd2c color hex is 0.61, 0.00, 0.79, 0.20. Web safe color of #50cd2c is #66cc33. Color #50cd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 00101100
Octal 120 315 54
Decimal 80 205 44
Hex 50 CD 2C

RGB Percentages of Color #50cd2c

%24.32
%62.31
%13.37

CMYK Percentages of Color #50cd2c

%61
%0
%79
%20

Triadic Colors of #50cd2c

#50cd2c #2c50cd #cd2c50

Analogous Colors of #50cd2c

#50cd2c #2ccd58 #a1cd2c

Monochromatic Colors of #50cd2c

#50cd2c

Complementary Color

#50cd2c #a92ccd

#50cd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cd2c Color CSS Codes

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

#50cd2c Text Font Color

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

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


#50cd2c Background Color

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

This div background color is #50cd2c


#50cd2c Border Color

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

This div border color is #50cd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cd2c


Comments

No comments written yet.

Please login to write comment.