COLOR #71CF6F

HEX: #71CF6F
RGB: (113,207,111)

Color info

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

RGB color model

#71CF6F color RGB value is (113,207,111).

  • red value is 113;
  • green value is 207;
  • blue value is 111.
RGB:
(113,207,111)
(44%,81%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 207 of 255 = 81%
B 111 of 255 = 44%

113
207
111

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

Portions of RGB colors in percentages

R + G + B =
113 + 207 + 111 = 431 (100%)
R 113 of 431 ~ 26.22%
G 207 of 431 ~ 48.03%
B 111 of 431 ~ 25.75%

%26.22
%48.03
%25.75

CMYK color model

#71CF6F color CMYK value is (45,0,46,19).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 18.82%
CMYK:
(45,0,46,19)
C45M0Y46K19 
(45%,0%,46%,19%)
(0.45/0.00/0.46/0.19)	

CMYK percentages

%45.41
%0
%46.38
%18.82

Codes

Color #71CF6F in popluar color models

71CF6F
RGB113207111
HSL119°50.00%62.35%
HSB/HSV119°46.38%81.18%
CMYK45.41%0.00%46.38%
18.82%

Color #71CF6F in popluar number systems.

HEX71CF6F
Decimal113207111
Binary1110001110011111101111
Octal161317157

Shades and tints

Shades of #71CF6F

#71CF6F
(113,207,111)
#67BD65
(103,189,101)
#5DAB5B
(93,171,91)
#539951
(83,153,81)
#498747
(73,135,71)
#3F753D
(63,117,61)
#356333
(53,99,51)
#2B5129
(43,81,41)
#213F1F
(33,63,31)
#172D15
(23,45,21)
#0D1B0B
(13,27,11)
#000000
(0,0,0)

Tints of #71CF6F

#71CF6F
(113,207,111)
#7DD37C
(125,211,124)
#89D789
(137,215,137)
#95DB96
(149,219,150)
#A1DFA3
(161,223,163)
#ADE3B0
(173,227,176)
#B9E7BD
(185,231,189)
#C5EBCA
(197,235,202)
#D1EFD7
(209,239,215)
#DDF3E4
(221,243,228)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CF6F; }

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

This text font color is #71CF6F.


Background Color

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

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

This div background color is #71CF6F.


Border color

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

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

This div border color is #71CF6F.


Opacity

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

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

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

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

This text has shadow with #71CF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CF6F on black background.


Color preview on white background

This text has color #71CF6F on white background.



Black color preview on #71CF6F background

This text has black color on #71CF6F background.


White color preview on #71CF6F background

This text has white color on #71CF6F background.