COLOR #83C280

HEX: #83C280 RGB: (131,194,128)

Color info

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

RGB color model

#83C280 color RGB value is (131,194,128).

RGB: (131,194,128) (51%, 76%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 194 of 255 = 76%
B 128 of 255 = 50%

131
194
128

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

Portions of RGB colors in percentages

R + G + B = 131 + 194 + 128 = 453 (100%)
R 131 of 453 ~ 28.92%
G 194 of 453 ~ 42.83%
B 128 of 453 ~ 28.26'%

%28.92
%42.83
%28.26

CMYK color model

#83C280 color CMYK value is (32,0,34,24).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%

CMYK: (32,0,34,24)
C32M0Y34K24 (32%, 0%, 34%, 24%)
(0.32 / 0.00 / 0.34 / 0.24)

CMYK percentages

%32.47
%0
%34.02
%23.92

Codes

Color #83C280 in popluar color models

83 C2 80
RGB 131 194 128
HSL 117° 35.11% 63.14%
HSB/HSV 117° 34.02% 76.08%
CMYK 32.47% 0.00% 34.02%
23.92%

Color #83C280 in popluar number systems.

HEX 83 C2 80
Decimal 131 194 128
Binary 10000011 11000010 10000000
Octal 203 302 200

Shades and tints

Shades of #83C280

#83C280
(131,194,128)
#78B175
(120,177,117)
#6DA06A
(109,160,106)
#628F5F
(98,143,95)
#577E54
(87,126,84)
#4C6D49
(76,109,73)
#415C3E
(65,92,62)
#364B33
(54,75,51)
#2B3A28
(43,58,40)
#20291D
(32,41,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #83C280

#83C280
(131,194,128)
#8EC78B
(142,199,139)
#99CC96
(153,204,150)
#A4D1A1
(164,209,161)
#AFD6AC
(175,214,172)
#BADBB7
(186,219,183)
#C5E0C2
(197,224,194)
#D0E5CD
(208,229,205)
#DBEAD8
(219,234,216)
#E6EFE3
(230,239,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C280; }

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

This text font color is #83C280.

Background Color

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

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

This div background color is #83C280.

Border color

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

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

This div border color is #83C280.

Opacity

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

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

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

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

This text has shadow with #83C280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C280.

Preview

Color preview on black background

This text has color #83C280 on black background.


Color preview on white background

This text has color #83C280 on white background.


Black color preview on #83C280 background

This text has black color on #83C280 background.


White color preview on #83C280 background

This text has white color on #83C280 background.


Related colors

Complementary color

Complementary color for #hex is #7C3D7F.


I love getcolorcode.com

Triadic colors

1 #8083C2 and #C28083 with #83C280 are triadic colors.

2 #80C283 and #C28380 with #83C280 are triadic colors.