COLOR #83D061

HEX: #83D061
RGB: (131,208,97)

Color info

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

RGB color model

#83D061 color RGB value is (131,208,97).

  • red value is 131;
  • green value is 208;
  • blue value is 97.
RGB:
(131,208,97)
(51%,82%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 208 of 255 = 82%
B 97 of 255 = 38%

131
208
97

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

Portions of RGB colors in percentages

R + G + B =
131 + 208 + 97 = 436 (100%)
R 131 of 436 ~ 30.05%
G 208 of 436 ~ 47.71%
B 97 of 436 ~ 22.25%

%30.05
%47.71
%22.25

CMYK color model

#83D061 color CMYK value is (37,0,53,18).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 53.37%
  • key color value is 18.43%
CMYK:
(37,0,53,18)
C37M0Y53K18 
(37%,0%,53%,18%)
(0.37/0.00/0.53/0.18)	

CMYK percentages

%37.02
%0
%53.37
%18.43

Codes

Color #83D061 in popluar color models

83D061
RGB13120897
HSL102°54.15%59.80%
HSB/HSV102°53.37%81.57%
CMYK37.02%0.00%53.37%
18.43%

Color #83D061 in popluar number systems.

HEX83D061
Decimal13120897
Binary10000011110100001100001
Octal203320141

Shades and tints

Shades of #83D061

#83D061
(131,208,97)
#78BE59
(120,190,89)
#6DAC51
(109,172,81)
#629A49
(98,154,73)
#578841
(87,136,65)
#4C7639
(76,118,57)
#416431
(65,100,49)
#365229
(54,82,41)
#2B4021
(43,64,33)
#202E19
(32,46,25)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #83D061

#83D061
(131,208,97)
#8ED46F
(142,212,111)
#99D87D
(153,216,125)
#A4DC8B
(164,220,139)
#AFE099
(175,224,153)
#BAE4A7
(186,228,167)
#C5E8B5
(197,232,181)
#D0ECC3
(208,236,195)
#DBF0D1
(219,240,209)
#E6F4DF
(230,244,223)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D061; }

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

This text font color is #83D061.


Background Color

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

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

This div background color is #83D061.


Border color

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

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

This div border color is #83D061.


Opacity

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

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

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

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

This text has shadow with #83D061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D061 on black background.


Color preview on white background

This text has color #83D061 on white background.



Black color preview on #83D061 background

This text has black color on #83D061 background.


White color preview on #83D061 background

This text has white color on #83D061 background.