COLOR #83DA83

HEX: #83DA83 RGB: (131,218,131)

Color info

#83DA83 contains mainly green color. Web safe color of #83DA83 is #99CC99 (or #9C9).

RGB color model

#83DA83 color RGB value is (131,218,131).

RGB: (131,218,131) (51%, 85%, 51%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 131 of 255 = 51%

131
218
131

R + G + B ~ 62%. #83DA83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 218 + 131 = 480 (100%)
R 131 of 480 ~ 27.29%
G 218 of 480 ~ 45.42%
B 131 of 480 ~ 27.29'%

%27.29
%45.42
%27.29

CMYK color model

#83DA83 color CMYK value is (40,0,40,15).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 14.51%

CMYK: (40,0,40,15)
C40M0Y40K15 (40%, 0%, 40%, 15%)
(0.40 / 0.00 / 0.40 / 0.15)

CMYK percentages

%39.91
%0
%39.91
%14.51

Codes

Color #83DA83 in popluar color models

83 DA 83
RGB 131 218 131
HSL 120° 54.04% 68.43%
HSB/HSV 120° 39.91% 85.49%
CMYK 39.91% 0.00% 39.91%
14.51%

Color #83DA83 in popluar number systems.

HEX 83 DA 83
Decimal 131 218 131
Binary 10000011 11011010 10000011
Octal 203 332 203

Shades and tints

Shades of #83DA83

#83DA83
(131,218,131)
#78C778
(120,199,120)
#6DB46D
(109,180,109)
#62A162
(98,161,98)
#578E57
(87,142,87)
#4C7B4C
(76,123,76)
#416841
(65,104,65)
#365536
(54,85,54)
#2B422B
(43,66,43)
#202F20
(32,47,32)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #83DA83

#83DA83
(131,218,131)
#8EDD8E
(142,221,142)
#99E099
(153,224,153)
#A4E3A4
(164,227,164)
#AFE6AF
(175,230,175)
#BAE9BA
(186,233,186)
#C5ECC5
(197,236,197)
#D0EFD0
(208,239,208)
#DBF2DB
(219,242,219)
#E6F5E6
(230,245,230)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DA83; }

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

This text font color is #83DA83.

Background Color

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

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

This div background color is #83DA83.

Border color

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

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

This div border color is #83DA83.

Opacity

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

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

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

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

This text has shadow with #83DA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DA83.

Preview

Color preview on black background

This text has color #83DA83 on black background.


Color preview on white background

This text has color #83DA83 on white background.


Black color preview on #83DA83 background

This text has black color on #83DA83 background.


White color preview on #83DA83 background

This text has white color on #83DA83 background.


Related colors

Complementary color

Complementary color for #hex is #7C257C.


I love getcolorcode.com

Triadic colors

1 #8383DA and #DA8383 with #83DA83 are triadic colors.

2 #83DA83 and #DA8383 with #83DA83 are triadic colors.