Color Hex Logo

#71f157 Color Hex

#71F157
(113,241,87)
0 Favorites   0 Comments

Color spaces of #71f157

RGB 11324187
HSL0.310.850.64
HSV110°64°95°
CMYK 0.530.000.64   0.05
XYZ39.985667.109419.8628
Yxy67.10940.31500.5286
Hunter Lab81.9203-56.234142.9685
CIE-Lab85.5592-63.105661.6732

#71f157 color RGB value is (113,241,87).

#71f157 hex color red value is 113, green value is 241 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #71f157 hue: 0.31 , saturation: 0.85 and the lightness value of 71f157 is 0.64.

The process color (four color CMYK) of #71f157 color hex is 0.53, 0.00, 0.64, 0.05. Web safe color of #71f157 is #66ff66. Color #71f157 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11110001 01010111
Octal 161 361 127
Decimal 113 241 87
Hex 71 F1 57

RGB Percentages of Color #71f157

%25.62
%54.65
%19.73

CMYK Percentages of Color #71f157

%53
%0
%64
%5

Triadic Colors of #71f157

#71f157 #5771f1 #f15771

Analogous Colors of #71f157

#71f157 #57f18a #bef157

Monochromatic Colors of #71f157

#71f157

Complementary Color

#71f157 #d757f1

#71f157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f157 Color CSS Codes

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

#71f157 Text Font Color

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

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


#71f157 Background Color

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

This div background color is #71f157


#71f157 Border Color

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

This div border color is #71f157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f157


Comments

No comments written yet.

Please login to write comment.