Color Hex Logo

#71e78a Color Hex

#71E78A
(113,231,138)
0 Favorites   0 Comments

Color spaces of #71e78a

RGB 113231138
HSL0.370.710.67
HSV133°51°91°
CMYK 0.510.000.40   0.09
XYZ39.973462.497534.0012
Yxy62.49750.29290.4580
Hunter Lab79.0554-48.090529.8385
CIE-Lab83.1773-52.877035.3073

#71e78a color RGB value is (113,231,138).

#71e78a hex color red value is 113, green value is 231 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71e78a hue: 0.37 , saturation: 0.71 and the lightness value of 71e78a is 0.67.

The process color (four color CMYK) of #71e78a color hex is 0.51, 0.00, 0.40, 0.09. Web safe color of #71e78a is #66ff99. Color #71e78a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11100111 10001010
Octal 161 347 212
Decimal 113 231 138
Hex 71 E7 8A

RGB Percentages of Color #71e78a

%23.44
%47.93
%28.63

CMYK Percentages of Color #71e78a

%51
%0
%40
%9

Triadic Colors of #71e78a

#71e78a #8a71e7 #e78a71

Analogous Colors of #71e78a

#71e78a #71e7c5 #93e771

Monochromatic Colors of #71e78a

#71e78a

Complementary Color

#71e78a #e771ce

#71e78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71e78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71e78a Color CSS Codes

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

#71e78a Text Font Color

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

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


#71e78a Background Color

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

This div background color is #71e78a


#71e78a Border Color

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

This div border color is #71e78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71e78a


Comments

No comments written yet.

Please login to write comment.