Color Hex Logo

#71d427 Color Hex

#71D427
(113,212,39)
0 Favorites   0 Comments

Color spaces of #71d427

RGB 11321239
HSL0.260.690.49
HSV94°82°83°
CMYK 0.470.000.82   0.17
XYZ30.719750.744210.0950
Yxy50.74420.33550.5542
Hunter Lab71.2350-47.684041.4622
CIE-Lab76.5238-55.676269.0036

#71d427 color RGB value is (113,212,39).

#71d427 hex color red value is 113, green value is 212 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #71d427 hue: 0.26 , saturation: 0.69 and the lightness value of 71d427 is 0.49.

The process color (four color CMYK) of #71d427 color hex is 0.47, 0.00, 0.82, 0.17. Web safe color of #71d427 is #66cc33. Color #71d427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11010100 00100111
Octal 161 324 47
Decimal 113 212 39
Hex 71 D4 27

RGB Percentages of Color #71d427

%31.04
%58.24
%10.71

CMYK Percentages of Color #71d427

%47
%0
%82
%17

Triadic Colors of #71d427

#71d427 #2771d4 #d42771

Analogous Colors of #71d427

#71d427 #27d434 #c8d427

Monochromatic Colors of #71d427

#71d427

Complementary Color

#71d427 #8a27d4

#71d427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d427 Color CSS Codes

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

#71d427 Text Font Color

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

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


#71d427 Background Color

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

This div background color is #71d427


#71d427 Border Color

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

This div border color is #71d427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d427


Comments

No comments written yet.

Please login to write comment.