Color Hex Logo

#71dd6d Color Hex

#71DD6D
(113,221,109)
0 Favorites   0 Comments

Color spaces of #71dd6d

RGB 113221109
HSL0.330.620.65
HSV118°51°87°
CMYK 0.490.000.51   0.13
XYZ35.426856.327723.4732
Yxy56.32770.30750.4888
Hunter Lab75.0518-47.083033.9927
CIE-Lab79.8000-53.097745.2498

#71dd6d color RGB value is (113,221,109).

#71dd6d hex color red value is 113, green value is 221 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #71dd6d hue: 0.33 , saturation: 0.62 and the lightness value of 71dd6d is 0.65.

The process color (four color CMYK) of #71dd6d color hex is 0.49, 0.00, 0.51, 0.13. Web safe color of #71dd6d is #66cc66. Color #71dd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 01101101
Octal 161 335 155
Decimal 113 221 109
Hex 71 DD 6D

RGB Percentages of Color #71dd6d

%25.51
%49.89
%24.60

CMYK Percentages of Color #71dd6d

%49
%0
%51
%13

Triadic Colors of #71dd6d

#71dd6d #6d71dd #dd6d71

Analogous Colors of #71dd6d

#71dd6d #6ddda1 #a9dd6d

Monochromatic Colors of #71dd6d

#71dd6d

Complementary Color

#71dd6d #d96ddd

#71dd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dd6d Color CSS Codes

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

#71dd6d Text Font Color

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

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


#71dd6d Background Color

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

This div background color is #71dd6d


#71dd6d Border Color

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

This div border color is #71dd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dd6d


Comments

No comments written yet.

Please login to write comment.