COLOR #83BF71

HEX: #83BF71
RGB: (131,191,113)

Color info

#83BF71 contains mainly green color. Web safe color of #83BF71 is #99CC66 (or #9C6).

RGB color model

#83BF71 color RGB value is (131,191,113).

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

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 113 of 255 = 44%

131
191
113

R + G + B ~ 57%. #83BF71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 191 + 113 = 435 (100%)
R 131 of 435 ~ 30.11%
G 191 of 435 ~ 43.91%
B 113 of 435 ~ 25.98%

%30.11
%43.91
%25.98

CMYK color model

#83BF71 color CMYK value is (31,0,41,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 40.84%
  • key color value is 25.10%
CMYK:
(31,0,41,25)
C31M0Y41K25 
(31%,0%,41%,25%)
(0.31/0.00/0.41/0.25)	

CMYK percentages

%31.41
%0
%40.84
%25.1

Codes

Color #83BF71 in popluar color models

83BF71
RGB131191113
HSL106°37.86%59.61%
HSB/HSV106°40.84%74.90%
CMYK31.41%0.00%40.84%
25.10%

Color #83BF71 in popluar number systems.

HEX83BF71
Decimal131191113
Binary10000011101111111110001
Octal203277161

Shades and tints

Shades of #83BF71

#83BF71
(131,191,113)
#78AE67
(120,174,103)
#6D9D5D
(109,157,93)
#628C53
(98,140,83)
#577B49
(87,123,73)
#4C6A3F
(76,106,63)
#415935
(65,89,53)
#36482B
(54,72,43)
#2B3721
(43,55,33)
#202617
(32,38,23)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #83BF71

#83BF71
(131,191,113)
#8EC47D
(142,196,125)
#99C989
(153,201,137)
#A4CE95
(164,206,149)
#AFD3A1
(175,211,161)
#BAD8AD
(186,216,173)
#C5DDB9
(197,221,185)
#D0E2C5
(208,226,197)
#DBE7D1
(219,231,209)
#E6ECDD
(230,236,221)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BF71 color. Also use rgb(131,191,113) instead hex code.

Text Font Color

.myTextColor { color: #83BF71; }

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

This text font color is #83BF71.


Background Color

.myBgColor { background-color: #83BF71; }

<div style="background-color:#83BF71">Inner text</div>

This div background color is #83BF71.


Border color

.myBorderColor { border: 1px solid #83BF71; }

<div style="border:3px solid #83BF71">Div</div>

This div border color is #83BF71.


Opacity

.myOpacity80 { color: #83BF71; opacity: 0.8; }

<p style="color:#83BF71;opacity:0.8;">80%</p>

Text with #83BF71 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 #83BF71;}

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

This text has shadow with #83BF71 color.

.textShadow {text-shadow: 3px 3px 1px #83BF71, 3px 3px 1px red;}

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

This text has shadow with #83BF71 primary color and red secondary color.


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

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

This text has shadow with #83BF71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BF71 on black background.


Color preview on white background

This text has color #83BF71 on white background.



Black color preview on #83BF71 background

This text has black color on #83BF71 background.


White color preview on #83BF71 background

This text has white color on #83BF71 background.