Color Hex Logo

#71f14e Color Hex

#71F14E
(113,241,78)
0 Favorites   0 Comments

Color spaces of #71f14e

RGB 11324178
HSL0.300.850.63
HSV107°68°95°
CMYK 0.530.000.68   0.05
XYZ39.640566.971418.0452
Yxy66.97140.31800.5372
Hunter Lab81.8361-56.749644.2115
CIE-Lab85.4895-63.886365.1242

#71f14e color RGB value is (113,241,78).

#71f14e hex color red value is 113, green value is 241 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71f14e hue: 0.30 , saturation: 0.85 and the lightness value of 71f14e is 0.63.

The process color (four color CMYK) of #71f14e color hex is 0.53, 0.00, 0.68, 0.05. Web safe color of #71f14e is #66ff66. Color #71f14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11110001 01001110
Octal 161 361 116
Decimal 113 241 78
Hex 71 F1 4E

RGB Percentages of Color #71f14e

%26.16
%55.79
%18.06

CMYK Percentages of Color #71f14e

%53
%0
%68
%5

Triadic Colors of #71f14e

#71f14e #4e71f1 #f14e71

Analogous Colors of #71f14e

#71f14e #4ef17d #c3f14e

Monochromatic Colors of #71f14e

#71f14e

Complementary Color

#71f14e #ce4ef1

#71f14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71f14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71f14e Color CSS Codes

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

#71f14e Text Font Color

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

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


#71f14e Background Color

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

This div background color is #71f14e


#71f14e Border Color

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

This div border color is #71f14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71f14e


Comments

No comments written yet.

Please login to write comment.