COLOR #82C982

HEX: #82C982
RGB: (130,201,130)

Color info

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

RGB color model

#82C982 color RGB value is (130,201,130).

  • red value is 130;
  • green value is 201;
  • blue value is 130.
RGB:
(130,201,130)
(51%,79%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 130 of 255 = 51%

130
201
130

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 130 = 461 (100%)
R 130 of 461 ~ 28.2%
G 201 of 461 ~ 43.6%
B 130 of 461 ~ 28.2%

%28.2
%43.6
%28.2

CMYK color model

#82C982 color CMYK value is (35,0,35,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 21.18%
CMYK:
(35,0,35,21)
C35M0Y35K21 
(35%,0%,35%,21%)
(0.35/0.00/0.35/0.21)	

CMYK percentages

%35.32
%0
%35.32
%21.18

Codes

Color #82C982 in popluar color models

82C982
RGB130201130
HSL120°39.66%64.90%
HSB/HSV120°35.32%78.82%
CMYK35.32%0.00%35.32%
21.18%

Color #82C982 in popluar number systems.

HEX82C982
Decimal130201130
Binary100000101100100110000010
Octal202311202

Shades and tints

Shades of #82C982

#82C982
(130,201,130)
#77B777
(119,183,119)
#6CA56C
(108,165,108)
#619361
(97,147,97)
#568156
(86,129,86)
#4B6F4B
(75,111,75)
#405D40
(64,93,64)
#354B35
(53,75,53)
#2A392A
(42,57,42)
#1F271F
(31,39,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82C982

#82C982
(130,201,130)
#8DCD8D
(141,205,141)
#98D198
(152,209,152)
#A3D5A3
(163,213,163)
#AED9AE
(174,217,174)
#B9DDB9
(185,221,185)
#C4E1C4
(196,225,196)
#CFE5CF
(207,229,207)
#DAE9DA
(218,233,218)
#E5EDE5
(229,237,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C982 color. Also use rgb(130,201,130) instead hex code.

Text Font Color

.myTextColor { color: #82C982; }

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

This text font color is #82C982.


Background Color

.myBgColor { background-color: #82C982; }

<div style="background-color:#82C982">Inner text</div>

This div background color is #82C982.


Border color

.myBorderColor { border: 1px solid #82C982; }

<div style="border:3px solid #82C982">Div</div>

This div border color is #82C982.


Opacity

.myOpacity80 { color: #82C982; opacity: 0.8; }

<p style="color:#82C982;opacity:0.8;">80%</p>

Text with #82C982 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 #82C982;}

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

This text has shadow with #82C982 color.

.textShadow {text-shadow: 3px 3px 1px #82C982, 3px 3px 1px red;}

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

This text has shadow with #82C982 primary color and red secondary color.


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

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

This text has shadow with #82C982 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82C982;
-webkit-box-shadow: 1px 1px 3px 2px #82C982;
box-shadow:1px 1px 3px 2px #82C982;">
Div content here</div>
This div box has shadow with color #82C982.

Preview

Color preview on black background

This text has color #82C982 on black background.


Color preview on white background

This text has color #82C982 on white background.



Black color preview on #82C982 background

This text has black color on #82C982 background.


White color preview on #82C982 background

This text has white color on #82C982 background.