COLOR #83D46D

HEX: #83D46D RGB: (131,212,109)

Color info

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

RGB color model

#83D46D color RGB value is (131,212,109).

RGB: (131,212,109) (51%, 83%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 212 of 255 = 83%
B 109 of 255 = 43%

131
212
109

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

Portions of RGB colors in percentages

R + G + B = 131 + 212 + 109 = 452 (100%)
R 131 of 452 ~ 28.98%
G 212 of 452 ~ 46.9%
B 109 of 452 ~ 24.12'%

%28.98
%46.9
%24.12

CMYK color model

#83D46D color CMYK value is (38,0,49,17).

  • cyan value is 38.21%
  • magenta value is 0.00%
  • yellow value is 48.58%
  • key color value is 16.86%

CMYK: (38,0,49,17)
C38M0Y49K17 (38%, 0%, 49%, 17%)
(0.38 / 0.00 / 0.49 / 0.17)

CMYK percentages

%38.21
%0
%48.58
%16.86

Codes

Color #83D46D in popluar color models

83 D4 6D
RGB 131 212 109
HSL 107° 54.50% 62.94%
HSB/HSV 107° 48.58% 83.14%
CMYK 38.21% 0.00% 48.58%
16.86%

Color #83D46D in popluar number systems.

HEX 83 D4 6D
Decimal 131 212 109
Binary 10000011 11010100 1101101
Octal 203 324 155

Shades and tints

Shades of #83D46D

#83D46D
(131,212,109)
#78C164
(120,193,100)
#6DAE5B
(109,174,91)
#629B52
(98,155,82)
#578849
(87,136,73)
#4C7540
(76,117,64)
#416237
(65,98,55)
#364F2E
(54,79,46)
#2B3C25
(43,60,37)
#20291C
(32,41,28)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #83D46D

#83D46D
(131,212,109)
#8ED77A
(142,215,122)
#99DA87
(153,218,135)
#A4DD94
(164,221,148)
#AFE0A1
(175,224,161)
#BAE3AE
(186,227,174)
#C5E6BB
(197,230,187)
#D0E9C8
(208,233,200)
#DBECD5
(219,236,213)
#E6EFE2
(230,239,226)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D46D; }

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

This text font color is #83D46D.

Background Color

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

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

This div background color is #83D46D.

Border color

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

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

This div border color is #83D46D.

Opacity

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

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

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

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

This text has shadow with #83D46D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83D46D.

Preview

Color preview on black background

This text has color #83D46D on black background.


Color preview on white background

This text has color #83D46D on white background.


Black color preview on #83D46D background

This text has black color on #83D46D background.


White color preview on #83D46D background

This text has white color on #83D46D background.


Related colors

Complementary color

Complementary color for #hex is #7C2B92.


I love getcolorcode.com

Triadic colors

1 #6D83D4 and #D46D83 with #83D46D are triadic colors.

2 #6DD483 and #D4836D with #83D46D are triadic colors.