COLOR #83DC6A

HEX: #83DC6A RGB: (131,220,106)

Color info

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

RGB color model

#83DC6A color RGB value is (131,220,106).

RGB: (131,220,106) (51%, 86%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 220 of 255 = 86%
B 106 of 255 = 42%

131
220
106

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

Portions of RGB colors in percentages

R + G + B = 131 + 220 + 106 = 457 (100%)
R 131 of 457 ~ 28.67%
G 220 of 457 ~ 48.14%
B 106 of 457 ~ 23.19'%

%28.67
%48.14
%23.19

CMYK color model

#83DC6A color CMYK value is (40,0,52,14).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 13.73%

CMYK: (40,0,52,14)
C40M0Y52K14 (40%, 0%, 52%, 14%)
(0.40 / 0.00 / 0.52 / 0.14)

CMYK percentages

%40.45
%0
%51.82
%13.73

Codes

Color #83DC6A in popluar color models

83 DC 6A
RGB 131 220 106
HSL 107° 61.96% 63.92%
HSB/HSV 107° 51.82% 86.27%
CMYK 40.45% 0.00% 51.82%
13.73%

Color #83DC6A in popluar number systems.

HEX 83 DC 6A
Decimal 131 220 106
Binary 10000011 11011100 1101010
Octal 203 334 152

Shades and tints

Shades of #83DC6A

#83DC6A
(131,220,106)
#78C861
(120,200,97)
#6DB458
(109,180,88)
#62A04F
(98,160,79)
#578C46
(87,140,70)
#4C783D
(76,120,61)
#416434
(65,100,52)
#36502B
(54,80,43)
#2B3C22
(43,60,34)
#202819
(32,40,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #83DC6A

#83DC6A
(131,220,106)
#8EDF77
(142,223,119)
#99E284
(153,226,132)
#A4E591
(164,229,145)
#AFE89E
(175,232,158)
#BAEBAB
(186,235,171)
#C5EEB8
(197,238,184)
#D0F1C5
(208,241,197)
#DBF4D2
(219,244,210)
#E6F7DF
(230,247,223)
#F1FAEC
(241,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DC6A; }

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

This text font color is #83DC6A.

Background Color

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

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

This div background color is #83DC6A.

Border color

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

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

This div border color is #83DC6A.

Opacity

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

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

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

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

This text has shadow with #83DC6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DC6A.

Preview

Color preview on black background

This text has color #83DC6A on black background.


Color preview on white background

This text has color #83DC6A on white background.


Black color preview on #83DC6A background

This text has black color on #83DC6A background.


White color preview on #83DC6A background

This text has white color on #83DC6A background.


Related colors

Complementary color

Complementary color for #hex is #7C2395.


I love getcolorcode.com

Triadic colors

1 #6A83DC and #DC6A83 with #83DC6A are triadic colors.

2 #6ADC83 and #DC836A with #83DC6A are triadic colors.