COLOR #83DC5C

HEX: #83DC5C RGB: (131,220,92)

Color info

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

RGB color model

#83DC5C color RGB value is (131,220,92).

RGB: (131,220,92) (51%, 86%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 220 of 255 = 86%
B 92 of 255 = 36%

131
220
92

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

Portions of RGB colors in percentages

R + G + B = 131 + 220 + 92 = 443 (100%)
R 131 of 443 ~ 29.57%
G 220 of 443 ~ 49.66%
B 92 of 443 ~ 20.77'%

%29.57
%49.66
%20.77

CMYK color model

#83DC5C color CMYK value is (40,0,58,14).

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

CMYK: (40,0,58,14)
C40M0Y58K14 (40%, 0%, 58%, 14%)
(0.40 / 0.00 / 0.58 / 0.14)

CMYK percentages

%40.45
%0
%58.18
%13.73

Codes

Color #83DC5C in popluar color models

83 DC 5C
RGB 131 220 92
HSL 102° 64.65% 61.18%
HSB/HSV 102° 58.18% 86.27%
CMYK 40.45% 0.00% 58.18%
13.73%

Color #83DC5C in popluar number systems.

HEX 83 DC 5C
Decimal 131 220 92
Binary 10000011 11011100 1011100
Octal 203 334 134

Shades and tints

Shades of #83DC5C

#83DC5C
(131,220,92)
#78C854
(120,200,84)
#6DB44C
(109,180,76)
#62A044
(98,160,68)
#578C3C
(87,140,60)
#4C7834
(76,120,52)
#41642C
(65,100,44)
#365024
(54,80,36)
#2B3C1C
(43,60,28)
#202814
(32,40,20)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #83DC5C

#83DC5C
(131,220,92)
#8EDF6A
(142,223,106)
#99E278
(153,226,120)
#A4E586
(164,229,134)
#AFE894
(175,232,148)
#BAEBA2
(186,235,162)
#C5EEB0
(197,238,176)
#D0F1BE
(208,241,190)
#DBF4CC
(219,244,204)
#E6F7DA
(230,247,218)
#F1FAE8
(241,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DC5C; }

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

This text font color is #83DC5C.

Background Color

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

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

This div background color is #83DC5C.

Border color

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

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

This div border color is #83DC5C.

Opacity

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

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

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

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

This text has shadow with #83DC5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DC5C.

Preview

Color preview on black background

This text has color #83DC5C on black background.


Color preview on white background

This text has color #83DC5C on white background.


Black color preview on #83DC5C background

This text has black color on #83DC5C background.


White color preview on #83DC5C background

This text has white color on #83DC5C background.


Related colors

Complementary color

Complementary color for #hex is #7C23A3.


I love getcolorcode.com

Triadic colors

1 #5C83DC and #DC5C83 with #83DC5C are triadic colors.

2 #5CDC83 and #DC835C with #83DC5C are triadic colors.