COLOR #71DD85

HEX: #71DD85
RGB: (113,221,133)

Color info

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

RGB color model

#71DD85 color RGB value is (113,221,133).

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

RGB channels and saturation

R 113 of 255 = 44%
G 221 of 255 = 87%
B 133 of 255 = 52%

113
221
133

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

Portions of RGB colors in percentages

R + G + B =
113 + 221 + 133 = 467 (100%)
R 113 of 467 ~ 24.2%
G 221 of 467 ~ 47.32%
B 133 of 467 ~ 28.48%

%24.2
%47.32
%28.48

CMYK color model

#71DD85 color CMYK value is (49,0,40,13).

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 39.82%
  • key color value is 13.33%
CMYK:
(49,0,40,13)
C49M0Y40K13 
(49%,0%,40%,13%)
(0.49/0.00/0.40/0.13)	

CMYK percentages

%48.87
%0
%39.82
%13.33

Codes

Color #71DD85 in popluar color models

71DD85
RGB113221133
HSL131°61.36%65.49%
HSB/HSV131°48.87%86.67%
CMYK48.87%0.00%39.82%
13.33%

Color #71DD85 in popluar number systems.

HEX71DD85
Decimal113221133
Binary11100011101110110000101
Octal161335205

Shades and tints

Shades of #71DD85

#71DD85
(113,221,133)
#67C979
(103,201,121)
#5DB56D
(93,181,109)
#53A161
(83,161,97)
#498D55
(73,141,85)
#3F7949
(63,121,73)
#35653D
(53,101,61)
#2B5131
(43,81,49)
#213D25
(33,61,37)
#172919
(23,41,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #71DD85

#71DD85
(113,221,133)
#7DE090
(125,224,144)
#89E39B
(137,227,155)
#95E6A6
(149,230,166)
#A1E9B1
(161,233,177)
#ADECBC
(173,236,188)
#B9EFC7
(185,239,199)
#C5F2D2
(197,242,210)
#D1F5DD
(209,245,221)
#DDF8E8
(221,248,232)
#E9FBF3
(233,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71DD85; }

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

This text font color is #71DD85.


Background Color

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

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

This div background color is #71DD85.


Border color

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

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

This div border color is #71DD85.


Opacity

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

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

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

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

This text has shadow with #71DD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71DD85 on black background.


Color preview on white background

This text has color #71DD85 on white background.



Black color preview on #71DD85 background

This text has black color on #71DD85 background.


White color preview on #71DD85 background

This text has white color on #71DD85 background.