Color Hex Logo

#71d132 Color Hex

#71D132
(113,209,50)
0 Favorites   0 Comments

Color spaces of #71d132

RGB 11320950
HSL0.270.630.51
HSV96°76°82°
CMYK 0.460.000.76   0.18
XYZ30.186249.341910.9506
Yxy49.34190.33360.5453
Hunter Lab70.2438-46.219039.9277
CIE-Lab75.6635-53.966165.0321

#71d132 color RGB value is (113,209,50).

#71d132 hex color red value is 113, green value is 209 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #71d132 hue: 0.27 , saturation: 0.63 and the lightness value of 71d132 is 0.51.

The process color (four color CMYK) of #71d132 color hex is 0.46, 0.00, 0.76, 0.18. Web safe color of #71d132 is #66cc33. Color #71d132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010001 00110010
Octal 161 321 62
Decimal 113 209 50
Hex 71 D1 32

RGB Percentages of Color #71d132

%30.38
%56.18
%13.44

CMYK Percentages of Color #71d132

%46
%0
%76
%18

Triadic Colors of #71d132

#71d132 #3271d1 #d13271

Analogous Colors of #71d132

#71d132 #32d142 #c1d132

Monochromatic Colors of #71d132

#71d132

Complementary Color

#71d132 #9232d1

#71d132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d132 Color CSS Codes

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

#71d132 Text Font Color

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

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


#71d132 Background Color

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

This div background color is #71d132


#71d132 Border Color

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

This div border color is #71d132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d132


Comments

No comments written yet.

Please login to write comment.