COLOR #71BF92

HEX: #71BF92
RGB: (113,191,146)

Color info

#71BF92 contains mainly green and blue colors. Web safe color of #71BF92 is #66CC99 (or #6C9).

RGB color model

#71BF92 color RGB value is (113,191,146).

  • red value is 113;
  • green value is 191;
  • blue value is 146.
RGB:
(113,191,146)
(44%,75%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 191 of 255 = 75%
B 146 of 255 = 57%

113
191
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 191 + 146 = 450 (100%)
R 113 of 450 ~ 25.11%
G 191 of 450 ~ 42.44%
B 146 of 450 ~ 32.44%

%25.11
%42.44
%32.44

CMYK color model

#71BF92 color CMYK value is (41,0,24,25).

  • cyan value is 40.84%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 25.10%
CMYK:
(41,0,24,25)
C41M0Y24K25 
(41%,0%,24%,25%)
(0.41/0.00/0.24/0.25)	

CMYK percentages

%40.84
%0
%23.56
%25.1

Codes

Color #71BF92 in popluar color models

71BF92
RGB113191146
HSL145°37.86%59.61%
HSB/HSV145°40.84%74.90%
CMYK40.84%0.00%23.56%
25.10%

Color #71BF92 in popluar number systems.

HEX71BF92
Decimal113191146
Binary11100011011111110010010
Octal161277222

Shades and tints

Shades of #71BF92

#71BF92
(113,191,146)
#67AE85
(103,174,133)
#5D9D78
(93,157,120)
#538C6B
(83,140,107)
#497B5E
(73,123,94)
#3F6A51
(63,106,81)
#355944
(53,89,68)
#2B4837
(43,72,55)
#21372A
(33,55,42)
#17261D
(23,38,29)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #71BF92

#71BF92
(113,191,146)
#7DC49B
(125,196,155)
#89C9A4
(137,201,164)
#95CEAD
(149,206,173)
#A1D3B6
(161,211,182)
#ADD8BF
(173,216,191)
#B9DDC8
(185,221,200)
#C5E2D1
(197,226,209)
#D1E7DA
(209,231,218)
#DDECE3
(221,236,227)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BF92; }

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

This text font color is #71BF92.


Background Color

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

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

This div background color is #71BF92.


Border color

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

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

This div border color is #71BF92.


Opacity

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

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

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

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

This text has shadow with #71BF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BF92 on black background.


Color preview on white background

This text has color #71BF92 on white background.



Black color preview on #71BF92 background

This text has black color on #71BF92 background.


White color preview on #71BF92 background

This text has white color on #71BF92 background.