Color Hex Logo

#50cc3c Color Hex

#50CC3C
(80,204,60)
0 Favorites   0 Comments

Color spaces of #50cc3c

RGB 8020460
HSL0.310.590.52
HSV112°71°80°
CMYK 0.610.000.71   0.20
XYZ25.716745.217411.6474
Yxy45.21740.31140.5475
Hunter Lab67.2439-49.411436.8010
CIE-Lab73.0348-60.379058.5675

#50cc3c color RGB value is (80,204,60).

#50cc3c hex color red value is 80, green value is 204 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #50cc3c hue: 0.31 , saturation: 0.59 and the lightness value of 50cc3c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 00111100
Octal 120 314 74
Decimal 80 204 60
Hex 50 CC 3C

RGB Percentages of Color #50cc3c

%23.26
%59.30
%17.44

CMYK Percentages of Color #50cc3c

%61
%0
%71
%20

Triadic Colors of #50cc3c

#50cc3c #3c50cc #cc3c50

Analogous Colors of #50cc3c

#50cc3c #3ccc70 #98cc3c

Monochromatic Colors of #50cc3c

#50cc3c

Complementary Color

#50cc3c #b83ccc

#50cc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cc3c Color CSS Codes

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

#50cc3c Text Font Color

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

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


#50cc3c Background Color

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

This div background color is #50cc3c


#50cc3c Border Color

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

This div border color is #50cc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cc3c


Comments

No comments written yet.

Please login to write comment.