COLOR #71CE80

HEX: #71CE80
RGB: (113,206,128)

Color info

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

RGB color model

#71CE80 color RGB value is (113,206,128).

  • red value is 113;
  • green value is 206;
  • blue value is 128.
RGB:
(113,206,128)
(44%,81%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 206 of 255 = 81%
B 128 of 255 = 50%

113
206
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 206 + 128 = 447 (100%)
R 113 of 447 ~ 25.28%
G 206 of 447 ~ 46.09%
B 128 of 447 ~ 28.64%

%25.28
%46.09
%28.64

CMYK color model

#71CE80 color CMYK value is (45,0,38,19).

  • cyan value is 45.15%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(45,0,38,19)
C45M0Y38K19 
(45%,0%,38%,19%)
(0.45/0.00/0.38/0.19)	

CMYK percentages

%45.15
%0
%37.86
%19.22

Codes

Color #71CE80 in popluar color models

71CE80
RGB113206128
HSL130°48.69%62.55%
HSB/HSV130°45.15%80.78%
CMYK45.15%0.00%37.86%
19.22%

Color #71CE80 in popluar number systems.

HEX71CE80
Decimal113206128
Binary11100011100111010000000
Octal161316200

Shades and tints

Shades of #71CE80

#71CE80
(113,206,128)
#67BC75
(103,188,117)
#5DAA6A
(93,170,106)
#53985F
(83,152,95)
#498654
(73,134,84)
#3F7449
(63,116,73)
#35623E
(53,98,62)
#2B5033
(43,80,51)
#213E28
(33,62,40)
#172C1D
(23,44,29)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #71CE80

#71CE80
(113,206,128)
#7DD28B
(125,210,139)
#89D696
(137,214,150)
#95DAA1
(149,218,161)
#A1DEAC
(161,222,172)
#ADE2B7
(173,226,183)
#B9E6C2
(185,230,194)
#C5EACD
(197,234,205)
#D1EED8
(209,238,216)
#DDF2E3
(221,242,227)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CE80; }

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

This text font color is #71CE80.


Background Color

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

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

This div background color is #71CE80.


Border color

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

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

This div border color is #71CE80.


Opacity

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

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

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

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

This text has shadow with #71CE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CE80 on black background.


Color preview on white background

This text has color #71CE80 on white background.



Black color preview on #71CE80 background

This text has black color on #71CE80 background.


White color preview on #71CE80 background

This text has white color on #71CE80 background.