COLOR #71B95E

HEX: #71B95E
RGB: (113,185,94)

Color info

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

RGB color model

#71B95E color RGB value is (113,185,94).

  • red value is 113;
  • green value is 185;
  • blue value is 94.
RGB:
(113,185,94)
(44%,73%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 94 of 255 = 37%

113
185
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 94 = 392 (100%)
R 113 of 392 ~ 28.83%
G 185 of 392 ~ 47.19%
B 94 of 392 ~ 23.98%

%28.83
%47.19
%23.98

CMYK color model

#71B95E color CMYK value is (39,0,49,27).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(39,0,49,27)
C39M0Y49K27 
(39%,0%,49%,27%)
(0.39/0.00/0.49/0.27)	

CMYK percentages

%38.92
%0
%49.19
%27.45

Codes

Color #71B95E in popluar color models

71B95E
RGB11318594
HSL107°39.39%54.71%
HSB/HSV107°49.19%72.55%
CMYK38.92%0.00%49.19%
27.45%

Color #71B95E in popluar number systems.

HEX71B95E
Decimal11318594
Binary1110001101110011011110
Octal161271136

Shades and tints

Shades of #71B95E

#71B95E
(113,185,94)
#67A956
(103,169,86)
#5D994E
(93,153,78)
#538946
(83,137,70)
#49793E
(73,121,62)
#3F6936
(63,105,54)
#35592E
(53,89,46)
#2B4926
(43,73,38)
#21391E
(33,57,30)
#172916
(23,41,22)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #71B95E

#71B95E
(113,185,94)
#7DBF6C
(125,191,108)
#89C57A
(137,197,122)
#95CB88
(149,203,136)
#A1D196
(161,209,150)
#ADD7A4
(173,215,164)
#B9DDB2
(185,221,178)
#C5E3C0
(197,227,192)
#D1E9CE
(209,233,206)
#DDEFDC
(221,239,220)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B95E; }

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

This text font color is #71B95E.


Background Color

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

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

This div background color is #71B95E.


Border color

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

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

This div border color is #71B95E.


Opacity

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

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

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

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

This text has shadow with #71B95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B95E on black background.


Color preview on white background

This text has color #71B95E on white background.



Black color preview on #71B95E background

This text has black color on #71B95E background.


White color preview on #71B95E background

This text has white color on #71B95E background.