Color Hex Logo

#71fc95 Color Hex

#71FC95
(113,252,149)
0 Favorites   0 Comments

Color spaces of #71fc95

RGB 113252149
HSL0.380.960.72
HSV136°55°99°
CMYK 0.550.000.41   0.01
XYZ47.045375.301440.4889
Yxy75.30140.28890.4624
Hunter Lab86.7764-55.085933.0794
CIE-Lab89.5340-59.373238.1343

#71fc95 color RGB value is (113,252,149).

#71fc95 hex color red value is 113, green value is 252 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #71fc95 hue: 0.38 , saturation: 0.96 and the lightness value of 71fc95 is 0.72.

The process color (four color CMYK) of #71fc95 color hex is 0.55, 0.00, 0.41, 0.01. Web safe color of #71fc95 is #66ff99. Color #71fc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 10010101
Octal 161 374 225
Decimal 113 252 149
Hex 71 FC 95

RGB Percentages of Color #71fc95

%21.98
%49.03
%28.99

CMYK Percentages of Color #71fc95

%55
%0
%41
%1

Triadic Colors of #71fc95

#71fc95 #9571fc #fc9571

Analogous Colors of #71fc95

#71fc95 #71fcdb #93fc71

Monochromatic Colors of #71fc95

#71fc95

Complementary Color

#71fc95 #fc71d8

#71fc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fc95 Color CSS Codes

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

#71fc95 Text Font Color

<p style="color:#71fc95">Text here</p>

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


#71fc95 Background Color

<div style="background-color:#71fc95">
Div content here</div>

This div background color is #71fc95


#71fc95 Border Color

<div style="border:3px solid #71fc95">
Div here</div>

This div border color is #71fc95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,252,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71fc95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71fc95;
  -webkit-box-shadow: 1px 1px 3px 2px #71fc95;
  box-shadow:         1px 1px 3px 2px #71fc95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fc95


Comments

No comments written yet.

Please login to write comment.