Color Hex Logo

#71c42a Color Hex

#71C42A
(113,196,42)
0 Favorites   0 Comments

Color spaces of #71c42a

RGB 11319642
HSL0.260.650.47
HSV92°79°77°
CMYK 0.420.000.79   0.23
XYZ26.967943.15779.0994
Yxy43.15770.34040.5447
Hunter Lab65.6945-41.690337.7739
CIE-Lab71.6619-49.299363.7003

#71c42a color RGB value is (113,196,42).

#71c42a hex color red value is 113, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #71c42a hue: 0.26 , saturation: 0.65 and the lightness value of 71c42a is 0.47.

The process color (four color CMYK) of #71c42a color hex is 0.42, 0.00, 0.79, 0.23. Web safe color of #71c42a is #66cc33. Color #71c42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000100 00101010
Octal 161 304 52
Decimal 113 196 42
Hex 71 C4 2A

RGB Percentages of Color #71c42a

%32.19
%55.84
%11.97

CMYK Percentages of Color #71c42a

%42
%0
%79
%23

Triadic Colors of #71c42a

#71c42a #2a71c4 #c42a71

Analogous Colors of #71c42a

#71c42a #2ac430 #bec42a

Monochromatic Colors of #71c42a

#71c42a

Complementary Color

#71c42a #7d2ac4

#71c42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c42a Color CSS Codes

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

#71c42a Text Font Color

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

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


#71c42a Background Color

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

This div background color is #71c42a


#71c42a Border Color

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

This div border color is #71c42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c42a


Comments

No comments written yet.

Please login to write comment.