Color Hex Logo

#71c544 Color Hex

#71C544
(113,197,68)
0 Favorites   0 Comments

Color spaces of #71c544

RGB 11319768
HSL0.280.530.52
HSV99°65°77°
CMYK 0.430.000.65   0.23
XYZ27.819743.860612.4685
Yxy43.86060.33060.5212
Hunter Lab66.2273-40.916535.1967
CIE-Lab72.1352-47.916254.8359

#71c544 color RGB value is (113,197,68).

#71c544 hex color red value is 113, green value is 197 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #71c544 hue: 0.28 , saturation: 0.53 and the lightness value of 71c544 is 0.52.

The process color (four color CMYK) of #71c544 color hex is 0.43, 0.00, 0.65, 0.23. Web safe color of #71c544 is #66cc33. Color #71c544 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000101 01000100
Octal 161 305 104
Decimal 113 197 68
Hex 71 C5 44

RGB Percentages of Color #71c544

%29.89
%52.12
%17.99

CMYK Percentages of Color #71c544

%43
%0
%65
%23

Triadic Colors of #71c544

#71c544 #4471c5 #c54471

Analogous Colors of #71c544

#71c544 #44c558 #b2c544

Monochromatic Colors of #71c544

#71c544

Complementary Color

#71c544 #9844c5

#71c544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c544 Color CSS Codes

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

#71c544 Text Font Color

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

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


#71c544 Background Color

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

This div background color is #71c544


#71c544 Border Color

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

This div border color is #71c544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c544


Comments

No comments written yet.

Please login to write comment.