Color Hex Logo

#50cf1f Color Hex

#50CF1F
(80,207,31)
0 Favorites   0 Comments

Color spaces of #50cf1f

RGB 8020731
HSL0.290.740.47
HSV103°85°81°
CMYK 0.610.000.85   0.19
XYZ25.868446.43008.8948
Yxy46.43000.31860.5718
Hunter Lab68.1396-51.478839.9581
CIE-Lab73.8237-63.144768.0880

#50cf1f color RGB value is (80,207,31).

#50cf1f hex color red value is 80, green value is 207 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #50cf1f hue: 0.29 , saturation: 0.74 and the lightness value of 50cf1f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 00011111
Octal 120 317 37
Decimal 80 207 31
Hex 50 CF 1F

RGB Percentages of Color #50cf1f

%25.16
%65.09
%9.75

CMYK Percentages of Color #50cf1f

%61
%0
%85
%19

Triadic Colors of #50cf1f

#50cf1f #1f50cf #cf1f50

Analogous Colors of #50cf1f

#50cf1f #1fcf46 #a8cf1f

Monochromatic Colors of #50cf1f

#50cf1f

Complementary Color

#50cf1f #9e1fcf

#50cf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cf1f Color CSS Codes

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

#50cf1f Text Font Color

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

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


#50cf1f Background Color

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

This div background color is #50cf1f


#50cf1f Border Color

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

This div border color is #50cf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cf1f


Comments

No comments written yet.

Please login to write comment.