Color Hex Logo

#71d83d Color Hex

#71D83D
(113,216,61)
0 Favorites   0 Comments

Color spaces of #71d83d

RGB 11321661
HSL0.280.670.54
HSV100°72°85°
CMYK 0.480.000.72   0.15
XYZ32.208252.959412.9395
Yxy52.95940.32830.5398
Hunter Lab72.7732-48.352040.3991
CIE-Lab77.8510-55.942163.4829

#71d83d color RGB value is (113,216,61).

#71d83d hex color red value is 113, green value is 216 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #71d83d hue: 0.28 , saturation: 0.67 and the lightness value of 71d83d is 0.54.

The process color (four color CMYK) of #71d83d color hex is 0.48, 0.00, 0.72, 0.15. Web safe color of #71d83d is #66cc33. Color #71d83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011000 00111101
Octal 161 330 75
Decimal 113 216 61
Hex 71 D8 3D

RGB Percentages of Color #71d83d

%28.97
%55.38
%15.64

CMYK Percentages of Color #71d83d

%48
%0
%72
%15

Triadic Colors of #71d83d

#71d83d #3d71d8 #d83d71

Analogous Colors of #71d83d

#71d83d #3dd857 #bfd83d

Monochromatic Colors of #71d83d

#71d83d

Complementary Color

#71d83d #a43dd8

#71d83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71d83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71d83d Color CSS Codes

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

#71d83d Text Font Color

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

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


#71d83d Background Color

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

This div background color is #71d83d


#71d83d Border Color

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

This div border color is #71d83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71d83d


Comments

No comments written yet.

Please login to write comment.