COLOR #83D667

HEX: #83D667
RGB: (131,214,103)

Color info

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

RGB color model

#83D667 color RGB value is (131,214,103).

  • red value is 131;
  • green value is 214;
  • blue value is 103.
RGB:
(131,214,103)
(51%,84%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 214 of 255 = 84%
B 103 of 255 = 40%

131
214
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 214 + 103 = 448 (100%)
R 131 of 448 ~ 29.24%
G 214 of 448 ~ 47.77%
B 103 of 448 ~ 22.99%

%29.24
%47.77
%22.99

CMYK color model

#83D667 color CMYK value is (39,0,52,16).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(39,0,52,16)
C39M0Y52K16 
(39%,0%,52%,16%)
(0.39/0.00/0.52/0.16)	

CMYK percentages

%38.79
%0
%51.87
%16.08

Codes

Color #83D667 in popluar color models

83D667
RGB131214103
HSL105°57.51%62.16%
HSB/HSV105°51.87%83.92%
CMYK38.79%0.00%51.87%
16.08%

Color #83D667 in popluar number systems.

HEX83D667
Decimal131214103
Binary10000011110101101100111
Octal203326147

Shades and tints

Shades of #83D667

#83D667
(131,214,103)
#78C35E
(120,195,94)
#6DB055
(109,176,85)
#629D4C
(98,157,76)
#578A43
(87,138,67)
#4C773A
(76,119,58)
#416431
(65,100,49)
#365128
(54,81,40)
#2B3E1F
(43,62,31)
#202B16
(32,43,22)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #83D667

#83D667
(131,214,103)
#8ED974
(142,217,116)
#99DC81
(153,220,129)
#A4DF8E
(164,223,142)
#AFE29B
(175,226,155)
#BAE5A8
(186,229,168)
#C5E8B5
(197,232,181)
#D0EBC2
(208,235,194)
#DBEECF
(219,238,207)
#E6F1DC
(230,241,220)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D667; }

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

This text font color is #83D667.


Background Color

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

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

This div background color is #83D667.


Border color

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

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

This div border color is #83D667.


Opacity

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

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

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

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

This text has shadow with #83D667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D667 on black background.


Color preview on white background

This text has color #83D667 on white background.



Black color preview on #83D667 background

This text has black color on #83D667 background.


White color preview on #83D667 background

This text has white color on #83D667 background.