Color Hex Logo

#71d576 Color Hex

#71D576
(113,213,118)
0 Favorites   0 Comments

Color spaces of #71d576

RGB 113213118
HSL0.340.540.64
HSV123°47°84°
CMYK 0.470.000.45   0.16
XYZ33.874352.407225.4698
Yxy52.40720.30310.4690
Hunter Lab72.3928-43.163129.8151
CIE-Lab77.5237-48.621238.0172

#71d576 color RGB value is (113,213,118).

#71d576 hex color red value is 113, green value is 213 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #71d576 hue: 0.34 , saturation: 0.54 and the lightness value of 71d576 is 0.64.

The process color (four color CMYK) of #71d576 color hex is 0.47, 0.00, 0.45, 0.16. Web safe color of #71d576 is #66cc66. Color #71d576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010101 01110110
Octal 161 325 166
Decimal 113 213 118
Hex 71 D5 76

RGB Percentages of Color #71d576

%25.45
%47.97
%26.58

CMYK Percentages of Color #71d576

%47
%0
%45
%16

Triadic Colors of #71d576

#71d576 #7671d5 #d57671

Analogous Colors of #71d576

#71d576 #71d5a8 #9ed571

Monochromatic Colors of #71d576

#71d576

Complementary Color

#71d576 #d571d0

#71d576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d576 Color CSS Codes

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

#71d576 Text Font Color

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

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


#71d576 Background Color

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

This div background color is #71d576


#71d576 Border Color

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

This div border color is #71d576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d576


Comments

No comments written yet.

Please login to write comment.