COLOR #71DD77

HEX: #71DD77
RGB: (113,221,119)

Color info

#71DD77 contains mainly green color. Web safe color of #71DD77 is #66CC66 (or #6C6).

RGB color model

#71DD77 color RGB value is (113,221,119).

  • red value is 113;
  • green value is 221;
  • blue value is 119.
RGB:
(113,221,119)
(44%,87%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 221 of 255 = 87%
B 119 of 255 = 47%

113
221
119

R + G + B ~ 59%. #71DD77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 221 + 119 = 453 (100%)
R 113 of 453 ~ 24.94%
G 221 of 453 ~ 48.79%
B 119 of 453 ~ 26.27%

%24.94
%48.79
%26.27

CMYK color model

#71DD77 color CMYK value is (49,0,46,13).

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 13.33%
CMYK:
(49,0,46,13)
C49M0Y46K13 
(49%,0%,46%,13%)
(0.49/0.00/0.46/0.13)	

CMYK percentages

%48.87
%0
%46.15
%13.33

Codes

Color #71DD77 in popluar color models

71DD77
RGB113221119
HSL123°61.36%65.49%
HSB/HSV123°48.87%86.67%
CMYK48.87%0.00%46.15%
13.33%

Color #71DD77 in popluar number systems.

HEX71DD77
Decimal113221119
Binary1110001110111011110111
Octal161335167

Shades and tints

Shades of #71DD77

#71DD77
(113,221,119)
#67C96D
(103,201,109)
#5DB563
(93,181,99)
#53A159
(83,161,89)
#498D4F
(73,141,79)
#3F7945
(63,121,69)
#35653B
(53,101,59)
#2B5131
(43,81,49)
#213D27
(33,61,39)
#17291D
(23,41,29)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #71DD77

#71DD77
(113,221,119)
#7DE083
(125,224,131)
#89E38F
(137,227,143)
#95E69B
(149,230,155)
#A1E9A7
(161,233,167)
#ADECB3
(173,236,179)
#B9EFBF
(185,239,191)
#C5F2CB
(197,242,203)
#D1F5D7
(209,245,215)
#DDF8E3
(221,248,227)
#E9FBEF
(233,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71DD77 color. Also use rgb(113,221,119) instead hex code.

Text Font Color

.myTextColor { color: #71DD77; }

<p style="color:#71DD77">This sample text font color is #71DD77.</p>

This text font color is #71DD77.


Background Color

.myBgColor { background-color: #71DD77; }

<div style="background-color:#71DD77">Inner text</div>

This div background color is #71DD77.


Border color

.myBorderColor { border: 1px solid #71DD77; }

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

This div border color is #71DD77.


Opacity

.myOpacity80 { color: #71DD77; opacity: 0.8; }

<p style="color:#71DD77;opacity:0.8;">80%</p>

Text with #71DD77 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71DD77;}

<p style="text-shadow: 3px 3px 1px #71DD77">Text here.</p>

This text has shadow with #71DD77 color.

.textShadow {text-shadow: 3px 3px 1px #71DD77, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71DD77, 5px 5px 20px red">Text here.</p>

This text has shadow with #71DD77 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71DD77, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71DD77, Direction=45, Strength=4)">Text</p>

This text has shadow with #71DD77 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #71DD77;
  -webkit-box-shadow:	1px 1px 3px 2px #71DD77;
  box-shadow:		1px 1px 3px 2px #71DD77;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71DD77;
-webkit-box-shadow: 1px 1px 3px 2px #71DD77;
box-shadow:1px 1px 3px 2px #71DD77;">
Div content here</div>
This div box has shadow with color #71DD77.

Preview

Color preview on black background

This text has color #71DD77 on black background.


Color preview on white background

This text has color #71DD77 on white background.



Black color preview on #71DD77 background

This text has black color on #71DD77 background.


White color preview on #71DD77 background

This text has white color on #71DD77 background.