COLOR #71DD83

HEX: #71DD83 RGB: (113,221,131)

Color info

#71DD83 contains mainly green color. Web safe color of #71DD83 is #66CC99 (or #6C9).

RGB color model

#71DD83 color RGB value is (113,221,131).

RGB: (113,221,131) (44%, 87%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 221 of 255 = 87%
B 131 of 255 = 51%

113
221
131

R + G + B ~ 61%. #71DD83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 221 + 131 = 465 (100%)
R 113 of 465 ~ 24.3%
G 221 of 465 ~ 47.53%
B 131 of 465 ~ 28.17'%

%24.3
%47.53
%28.17

CMYK color model

#71DD83 color CMYK value is (49,0,41,13).

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 13.33%

CMYK: (49,0,41,13)
C49M0Y41K13 (49%, 0%, 41%, 13%)
(0.49 / 0.00 / 0.41 / 0.13)

CMYK percentages

%48.87
%0
%40.72
%13.33

Codes

Color #71DD83 in popluar color models

71 DD 83
RGB 113 221 131
HSL 130° 61.36% 65.49%
HSB/HSV 130° 48.87% 86.67%
CMYK 48.87% 0.00% 40.72%
13.33%

Color #71DD83 in popluar number systems.

HEX 71 DD 83
Decimal 113 221 131
Binary 1110001 11011101 10000011
Octal 161 335 203

Shades and tints

Shades of #71DD83

#71DD83
(113,221,131)
#67C978
(103,201,120)
#5DB56D
(93,181,109)
#53A162
(83,161,98)
#498D57
(73,141,87)
#3F794C
(63,121,76)
#356541
(53,101,65)
#2B5136
(43,81,54)
#213D2B
(33,61,43)
#172920
(23,41,32)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #71DD83

#71DD83
(113,221,131)
#7DE08E
(125,224,142)
#89E399
(137,227,153)
#95E6A4
(149,230,164)
#A1E9AF
(161,233,175)
#ADECBA
(173,236,186)
#B9EFC5
(185,239,197)
#C5F2D0
(197,242,208)
#D1F5DB
(209,245,219)
#DDF8E6
(221,248,230)
#E9FBF1
(233,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71DD83; }

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

This text font color is #71DD83.

Background Color

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

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

This div background color is #71DD83.

Border color

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

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

This div border color is #71DD83.

Opacity

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

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

Text with #71DD83 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 #71DD83;}

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

This text has shadow with #71DD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71DD83.

Preview

Color preview on black background

This text has color #71DD83 on black background.


Color preview on white background

This text has color #71DD83 on white background.


Black color preview on #71DD83 background

This text has black color on #71DD83 background.


White color preview on #71DD83 background

This text has white color on #71DD83 background.


Related colors

Complementary color

Complementary color for #hex is #8E227C.


I love getcolorcode.com

Triadic colors

1 #8371DD and #DD8371 with #71DD83 are triadic colors.

2 #83DD71 and #DD7183 with #71DD83 are triadic colors.