Color Hex Logo

#71f416 Color Hex

#71F416
(113,244,22)
0 Favorites   0 Comments

Color spaces of #71f416

RGB 11324422
HSL0.270.910.52
HSV95°91°96°
CMYK 0.540.000.91   0.04
XYZ39.305668.270011.8649
Yxy68.27000.32910.5716
Hunter Lab82.6257-59.681249.3240
CIE-Lab86.1413-67.750680.5775

#71f416 color RGB value is (113,244,22).

#71f416 hex color red value is 113, green value is 244 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #71f416 hue: 0.27 , saturation: 0.91 and the lightness value of 71f416 is 0.52.

The process color (four color CMYK) of #71f416 color hex is 0.54, 0.00, 0.91, 0.04. Web safe color of #71f416 is #66ff00. Color #71f416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11110100 00010110
Octal 161 364 26
Decimal 113 244 22
Hex 71 F4 16

RGB Percentages of Color #71f416

%29.82
%64.38
%5.80

CMYK Percentages of Color #71f416

%54
%0
%91
%4

Triadic Colors of #71f416

#71f416 #1671f4 #f41671

Analogous Colors of #71f416

#71f416 #16f42a #e0f416

Monochromatic Colors of #71f416

#71f416

Complementary Color

#71f416 #9916f4

#71f416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f416 Color CSS Codes

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

#71f416 Text Font Color

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

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


#71f416 Background Color

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

This div background color is #71f416


#71f416 Border Color

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

This div border color is #71f416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f416


Comments

No comments written yet.

Please login to write comment.