COLOR #83C983

HEX: #83C983
RGB: (131,201,131)

Color info

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

RGB color model

#83C983 color RGB value is (131,201,131).

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

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 131 of 255 = 51%

131
201
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 201 + 131 = 463 (100%)
R 131 of 463 ~ 28.29%
G 201 of 463 ~ 43.41%
B 131 of 463 ~ 28.29%

%28.29
%43.41
%28.29

CMYK color model

#83C983 color CMYK value is (35,0,35,21).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 21.18%
CMYK:
(35,0,35,21)
C35M0Y35K21 
(35%,0%,35%,21%)
(0.35/0.00/0.35/0.21)	

CMYK percentages

%34.83
%0
%34.83
%21.18

Codes

Color #83C983 in popluar color models

83C983
RGB131201131
HSL120°39.33%65.10%
HSB/HSV120°34.83%78.82%
CMYK34.83%0.00%34.83%
21.18%

Color #83C983 in popluar number systems.

HEX83C983
Decimal131201131
Binary100000111100100110000011
Octal203311203

Shades and tints

Shades of #83C983

#83C983
(131,201,131)
#78B778
(120,183,120)
#6DA56D
(109,165,109)
#629362
(98,147,98)
#578157
(87,129,87)
#4C6F4C
(76,111,76)
#415D41
(65,93,65)
#364B36
(54,75,54)
#2B392B
(43,57,43)
#202720
(32,39,32)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #83C983

#83C983
(131,201,131)
#8ECD8E
(142,205,142)
#99D199
(153,209,153)
#A4D5A4
(164,213,164)
#AFD9AF
(175,217,175)
#BADDBA
(186,221,186)
#C5E1C5
(197,225,197)
#D0E5D0
(208,229,208)
#DBE9DB
(219,233,219)
#E6EDE6
(230,237,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C983; }

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

This text font color is #83C983.


Background Color

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

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

This div background color is #83C983.


Border color

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

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

This div border color is #83C983.


Opacity

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

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

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

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

This text has shadow with #83C983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C983 on black background.


Color preview on white background

This text has color #83C983 on white background.



Black color preview on #83C983 background

This text has black color on #83C983 background.


White color preview on #83C983 background

This text has white color on #83C983 background.