Color Hex Logo

#5df971 Color Hex

#5DF971
(93,249,113)
0 Favorites   0 Comments

Color spaces of #5df971

RGB 93249113
HSL0.350.930.67
HSV128°63°98°
CMYK 0.630.000.55   0.02
XYZ41.370571.270827.1990
Yxy71.27080.29580.5097
Hunter Lab84.4220-60.265739.9934
CIE-Lab87.6164-67.696752.6904

#5df971 color RGB value is (93,249,113).

#5df971 hex color red value is 93, green value is 249 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5df971 hue: 0.35 , saturation: 0.93 and the lightness value of 5df971 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111001 01110001
Octal 135 371 161
Decimal 93 249 113
Hex 5D F9 71

RGB Percentages of Color #5df971

%20.44
%54.73
%24.84

CMYK Percentages of Color #5df971

%63
%0
%55
%2

Triadic Colors of #5df971

#5df971 #715df9 #f9715d

Analogous Colors of #5df971

#5df971 #5df9bf #97f95d

Monochromatic Colors of #5df971

#5df971

Complementary Color

#5df971 #f95de5

#5df971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df971 Color CSS Codes

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

#5df971 Text Font Color

<p style="color:#5df971">Text here</p>

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


#5df971 Background Color

<div style="background-color:#5df971">
Div content here</div>

This div background color is #5df971


#5df971 Border Color

<div style="border:3px solid #5df971">
Div here</div>

This div border color is #5df971


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,249,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5df971; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5df971;
  -webkit-box-shadow: 1px 1px 3px 2px #5df971;
  box-shadow:         1px 1px 3px 2px #5df971; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df971

Related Colors


Comments

No comments written yet.

Please login to write comment.