COLOR #83D983

HEX: #83D983
RGB: (131,217,131)

Color info

#83D983 contains mainly green color. Web safe color of #83D983 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

131
217
131

R + G + B ~ 62%. #83D983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 217 + 131 = 479 (100%)
R 131 of 479 ~ 27.35%
G 217 of 479 ~ 45.3%
B 131 of 479 ~ 27.35%

%27.35
%45.3
%27.35

CMYK color model

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

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

CMYK percentages

%39.63
%0
%39.63
%14.9

Codes

Color #83D983 in popluar color models

83D983
RGB131217131
HSL120°53.09%68.24%
HSB/HSV120°39.63%85.10%
CMYK39.63%0.00%39.63%
14.90%

Color #83D983 in popluar number systems.

HEX83D983
Decimal131217131
Binary100000111101100110000011
Octal203331203

Shades and tints

Shades of #83D983

#83D983
(131,217,131)
#78C678
(120,198,120)
#6DB36D
(109,179,109)
#62A062
(98,160,98)
#578D57
(87,141,87)
#4C7A4C
(76,122,76)
#416741
(65,103,65)
#365436
(54,84,54)
#2B412B
(43,65,43)
#202E20
(32,46,32)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #83D983

#83D983
(131,217,131)
#8EDC8E
(142,220,142)
#99DF99
(153,223,153)
#A4E2A4
(164,226,164)
#AFE5AF
(175,229,175)
#BAE8BA
(186,232,186)
#C5EBC5
(197,235,197)
#D0EED0
(208,238,208)
#DBF1DB
(219,241,219)
#E6F4E6
(230,244,230)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D983; }

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

This text font color is #83D983.


Background Color

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

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

This div background color is #83D983.


Border color

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

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

This div border color is #83D983.


Opacity

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

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

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

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

This text has shadow with #83D983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D983 on black background.


Color preview on white background

This text has color #83D983 on white background.



Black color preview on #83D983 background

This text has black color on #83D983 background.


White color preview on #83D983 background

This text has white color on #83D983 background.