Color Hex Logo

#71d91c Color Hex

#71D91C
(113,217,28)
0 Favorites   0 Comments

Color spaces of #71d91c

RGB 11321728
HSL0.260.770.48
HSV93°87°85°
CMYK 0.480.000.87   0.15
XYZ31.832553.22039.6934
Yxy53.22030.33600.5617
Hunter Lab72.9522-49.778543.1885
CIE-Lab78.0049-57.966072.7738

#71d91c color RGB value is (113,217,28).

#71d91c hex color red value is 113, green value is 217 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #71d91c hue: 0.26 , saturation: 0.77 and the lightness value of 71d91c is 0.48.

The process color (four color CMYK) of #71d91c color hex is 0.48, 0.00, 0.87, 0.15. Web safe color of #71d91c is #66cc33. Color #71d91c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011001 00011100
Octal 161 331 34
Decimal 113 217 28
Hex 71 D9 1C

RGB Percentages of Color #71d91c

%31.56
%60.61
%7.82

CMYK Percentages of Color #71d91c

%48
%0
%87
%15

Triadic Colors of #71d91c

#71d91c #1c71d9 #d91c71

Analogous Colors of #71d91c

#71d91c #1cd925 #d0d91c

Monochromatic Colors of #71d91c

#71d91c

Complementary Color

#71d91c #841cd9

#71d91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d91c Color CSS Codes

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

#71d91c Text Font Color

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

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


#71d91c Background Color

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

This div background color is #71d91c


#71d91c Border Color

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

This div border color is #71d91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d91c


Comments

No comments written yet.

Please login to write comment.