Color Hex Logo

#50f91b Color Hex

#50F91B
(80,249,27)
0 Favorites   0 Comments

Color spaces of #50f91b

RGB 8024927
HSL0.290.950.54
HSV106°89°98°
CMYK 0.680.000.89   0.02
XYZ37.381869.536012.4885
Yxy69.53600.31310.5823
Hunter Lab83.3882-65.910449.4923
CIE-Lab86.7688-76.634980.0143

#50f91b color RGB value is (80,249,27).

#50f91b hex color red value is 80, green value is 249 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #50f91b hue: 0.29 , saturation: 0.95 and the lightness value of 50f91b is 0.54.

The process color (four color CMYK) of #50f91b color hex is 0.68, 0.00, 0.89, 0.02. Web safe color of #50f91b is #66ff33. Color #50f91b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111001 00011011
Octal 120 371 33
Decimal 80 249 27
Hex 50 F9 1B

RGB Percentages of Color #50f91b

%22.47
%69.94
%7.58

CMYK Percentages of Color #50f91b

%68
%0
%89
%2

Triadic Colors of #50f91b

#50f91b #1b50f9 #f91b50

Analogous Colors of #50f91b

#50f91b #1bf955 #bff91b

Monochromatic Colors of #50f91b

#50f91b

Complementary Color

#50f91b #c41bf9

#50f91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50f91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50f91b Color CSS Codes

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

#50f91b Text Font Color

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

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


#50f91b Background Color

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

This div background color is #50f91b


#50f91b Border Color

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

This div border color is #50f91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50f91b


Comments

No comments written yet.

Please login to write comment.