COLOR #71CD71

HEX: #71CD71
RGB: (113,205,113)

Color info

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

RGB color model

#71CD71 color RGB value is (113,205,113).

  • red value is 113;
  • green value is 205;
  • blue value is 113.
RGB:
(113,205,113)
(44%,80%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 205 of 255 = 80%
B 113 of 255 = 44%

113
205
113

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

Portions of RGB colors in percentages

R + G + B =
113 + 205 + 113 = 431 (100%)
R 113 of 431 ~ 26.22%
G 205 of 431 ~ 47.56%
B 113 of 431 ~ 26.22%

%26.22
%47.56
%26.22

CMYK color model

#71CD71 color CMYK value is (45,0,45,20).

  • cyan value is 44.88%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 19.61%
CMYK:
(45,0,45,20)
C45M0Y45K20 
(45%,0%,45%,20%)
(0.45/0.00/0.45/0.20)	

CMYK percentages

%44.88
%0
%44.88
%19.61

Codes

Color #71CD71 in popluar color models

71CD71
RGB113205113
HSL120°47.92%62.35%
HSB/HSV120°44.88%80.39%
CMYK44.88%0.00%44.88%
19.61%

Color #71CD71 in popluar number systems.

HEX71CD71
Decimal113205113
Binary1110001110011011110001
Octal161315161

Shades and tints

Shades of #71CD71

#71CD71
(113,205,113)
#67BB67
(103,187,103)
#5DA95D
(93,169,93)
#539753
(83,151,83)
#498549
(73,133,73)
#3F733F
(63,115,63)
#356135
(53,97,53)
#2B4F2B
(43,79,43)
#213D21
(33,61,33)
#172B17
(23,43,23)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #71CD71

#71CD71
(113,205,113)
#7DD17D
(125,209,125)
#89D589
(137,213,137)
#95D995
(149,217,149)
#A1DDA1
(161,221,161)
#ADE1AD
(173,225,173)
#B9E5B9
(185,229,185)
#C5E9C5
(197,233,197)
#D1EDD1
(209,237,209)
#DDF1DD
(221,241,221)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CD71; }

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

This text font color is #71CD71.


Background Color

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

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

This div background color is #71CD71.


Border color

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

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

This div border color is #71CD71.


Opacity

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

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

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

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

This text has shadow with #71CD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CD71 on black background.


Color preview on white background

This text has color #71CD71 on white background.



Black color preview on #71CD71 background

This text has black color on #71CD71 background.


White color preview on #71CD71 background

This text has white color on #71CD71 background.