Color Hex Logo

#50fb5d Color Hex

#50FB5D
(80,251,93)
0 Favorites   0 Comments

Color spaces of #50fb5d

RGB 8025193
HSL0.350.960.65
HSV125°68°98°
CMYK 0.680.000.63   0.02
XYZ39.781271.490122.0582
Yxy71.49010.29840.5362
Hunter Lab84.5518-63.982343.7185
CIE-Lab87.7226-73.070161.3693

#50fb5d color RGB value is (80,251,93).

#50fb5d hex color red value is 80, green value is 251 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #50fb5d hue: 0.35 , saturation: 0.96 and the lightness value of 50fb5d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 01011101
Octal 120 373 135
Decimal 80 251 93
Hex 50 FB 5D

RGB Percentages of Color #50fb5d

%18.87
%59.20
%21.93

CMYK Percentages of Color #50fb5d

%68
%0
%63
%2

Triadic Colors of #50fb5d

#50fb5d #5d50fb #fb5d50

Analogous Colors of #50fb5d

#50fb5d #50fbb3 #99fb50

Monochromatic Colors of #50fb5d

#50fb5d

Complementary Color

#50fb5d #fb50ee

#50fb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fb5d Color CSS Codes

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

#50fb5d Text Font Color

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

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


#50fb5d Background Color

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

This div background color is #50fb5d


#50fb5d Border Color

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

This div border color is #50fb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fb5d


Comments

No comments written yet.

Please login to write comment.