Color Hex Logo

#71c964 Color Hex

#71C964
(113,201,100)
0 Favorites   0 Comments

Color spaces of #71c964

RGB 113201100
HSL0.310.480.59
HSV112°50°79°
CMYK 0.440.000.50   0.21
XYZ29.996946.204119.3939
Yxy46.20410.31380.4833
Hunter Lab67.9736-40.181330.6652
CIE-Lab73.6778-46.121442.0877

#71c964 color RGB value is (113,201,100).

#71c964 hex color red value is 113, green value is 201 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #71c964 hue: 0.31 , saturation: 0.48 and the lightness value of 71c964 is 0.59.

The process color (four color CMYK) of #71c964 color hex is 0.44, 0.00, 0.50, 0.21. Web safe color of #71c964 is #66cc66. Color #71c964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001001 01100100
Octal 161 311 144
Decimal 113 201 100
Hex 71 C9 64

RGB Percentages of Color #71c964

%27.29
%48.55
%24.15

CMYK Percentages of Color #71c964

%44
%0
%50
%21

Triadic Colors of #71c964

#71c964 #6471c9 #c96471

Analogous Colors of #71c964

#71c964 #64c98a #a4c964

Monochromatic Colors of #71c964

#71c964

Complementary Color

#71c964 #bc64c9

#71c964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c964 Color CSS Codes

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

#71c964 Text Font Color

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

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


#71c964 Background Color

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

This div background color is #71c964


#71c964 Border Color

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

This div border color is #71c964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c964


Comments

No comments written yet.

Please login to write comment.