COLOR #83D96F

HEX: #83D96F
RGB: (131,217,111)

Color info

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

RGB color model

#83D96F color RGB value is (131,217,111).

  • red value is 131;
  • green value is 217;
  • blue value is 111.
RGB:
(131,217,111)
(51%,85%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 217 of 255 = 85%
B 111 of 255 = 44%

131
217
111

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

Portions of RGB colors in percentages

R + G + B =
131 + 217 + 111 = 459 (100%)
R 131 of 459 ~ 28.54%
G 217 of 459 ~ 47.28%
B 111 of 459 ~ 24.18%

%28.54
%47.28
%24.18

CMYK color model

#83D96F color CMYK value is (40,0,49,15).

  • cyan value is 39.63%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 14.90%
CMYK:
(40,0,49,15)
C40M0Y49K15 
(40%,0%,49%,15%)
(0.40/0.00/0.49/0.15)	

CMYK percentages

%39.63
%0
%48.85
%14.9

Codes

Color #83D96F in popluar color models

83D96F
RGB131217111
HSL109°58.24%64.31%
HSB/HSV109°48.85%85.10%
CMYK39.63%0.00%48.85%
14.90%

Color #83D96F in popluar number systems.

HEX83D96F
Decimal131217111
Binary10000011110110011101111
Octal203331157

Shades and tints

Shades of #83D96F

#83D96F
(131,217,111)
#78C665
(120,198,101)
#6DB35B
(109,179,91)
#62A051
(98,160,81)
#578D47
(87,141,71)
#4C7A3D
(76,122,61)
#416733
(65,103,51)
#365429
(54,84,41)
#2B411F
(43,65,31)
#202E15
(32,46,21)
#151B0B
(21,27,11)
#000000
(0,0,0)

Tints of #83D96F

#83D96F
(131,217,111)
#8EDC7C
(142,220,124)
#99DF89
(153,223,137)
#A4E296
(164,226,150)
#AFE5A3
(175,229,163)
#BAE8B0
(186,232,176)
#C5EBBD
(197,235,189)
#D0EECA
(208,238,202)
#DBF1D7
(219,241,215)
#E6F4E4
(230,244,228)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D96F color. Also use rgb(131,217,111) instead hex code.

Text Font Color

.myTextColor { color: #83D96F; }

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

This text font color is #83D96F.


Background Color

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

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

This div background color is #83D96F.


Border color

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

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

This div border color is #83D96F.


Opacity

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

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

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

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

This text has shadow with #83D96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D96F on black background.


Color preview on white background

This text has color #83D96F on white background.



Black color preview on #83D96F background

This text has black color on #83D96F background.


White color preview on #83D96F background

This text has white color on #83D96F background.