COLOR #83D170

HEX: #83D170 RGB: (131,209,112)

Color info

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

RGB color model

#83D170 color RGB value is (131,209,112).

RGB: (131,209,112) (51%, 82%, 44%)

RGB channels and saturation

R 131 of 255 = 51%
G 209 of 255 = 82%
B 112 of 255 = 44%

131
209
112

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

Portions of RGB colors in percentages

R + G + B = 131 + 209 + 112 = 452 (100%)
R 131 of 452 ~ 28.98%
G 209 of 452 ~ 46.24%
B 112 of 452 ~ 24.78'%

%28.98
%46.24
%24.78

CMYK color model

#83D170 color CMYK value is (37,0,46,18).

  • cyan value is 37.32%
  • magenta value is 0.00%
  • yellow value is 46.41%
  • key color value is 18.04%

CMYK: (37,0,46,18)
C37M0Y46K18 (37%, 0%, 46%, 18%)
(0.37 / 0.00 / 0.46 / 0.18)

CMYK percentages

%37.32
%0
%46.41
%18.04

Codes

Color #83D170 in popluar color models

83 D1 70
RGB 131 209 112
HSL 108° 51.32% 62.94%
HSB/HSV 108° 46.41% 81.96%
CMYK 37.32% 0.00% 46.41%
18.04%

Color #83D170 in popluar number systems.

HEX 83 D1 70
Decimal 131 209 112
Binary 10000011 11010001 1110000
Octal 203 321 160

Shades and tints

Shades of #83D170

#83D170
(131,209,112)
#78BE66
(120,190,102)
#6DAB5C
(109,171,92)
#629852
(98,152,82)
#578548
(87,133,72)
#4C723E
(76,114,62)
#415F34
(65,95,52)
#364C2A
(54,76,42)
#2B3920
(43,57,32)
#202616
(32,38,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #83D170

#83D170
(131,209,112)
#8ED57D
(142,213,125)
#99D98A
(153,217,138)
#A4DD97
(164,221,151)
#AFE1A4
(175,225,164)
#BAE5B1
(186,229,177)
#C5E9BE
(197,233,190)
#D0EDCB
(208,237,203)
#DBF1D8
(219,241,216)
#E6F5E5
(230,245,229)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D170; }

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

This text font color is #83D170.

Background Color

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

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

This div background color is #83D170.

Border color

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

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

This div border color is #83D170.

Opacity

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

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

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

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

This text has shadow with #83D170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D170.

Preview

Color preview on black background

This text has color #83D170 on black background.


Color preview on white background

This text has color #83D170 on white background.


Black color preview on #83D170 background

This text has black color on #83D170 background.


White color preview on #83D170 background

This text has white color on #83D170 background.


Related colors

Complementary color

Complementary color for #hex is #7C2E8F.


I love getcolorcode.com

Triadic colors

1 #7083D1 and #D17083 with #83D170 are triadic colors.

2 #70D183 and #D18370 with #83D170 are triadic colors.