COLOR #82C221

HEX: #82C221 RGB: (130,194,33)

Color info

#82C221 contains mainly green color. Web safe color of #82C221 is #99CC33 (or #9C3).

RGB color model

#82C221 color RGB value is (130,194,33).

RGB: (130,194,33) (51%, 76%, 13%)

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 33 of 255 = 13%

130
194
33

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

Portions of RGB colors in percentages

R + G + B = 130 + 194 + 33 = 357 (100%)
R 130 of 357 ~ 36.41%
G 194 of 357 ~ 54.34%
B 33 of 357 ~ 9.24'%

%36.41
%54.34

CMYK color model

#82C221 color CMYK value is (33,0,83,24).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 82.99%
  • key color value is 23.92%
CMYK: (33,0,83,24) C33M0Y83K24 (33%,0%,83%,24%) (0.33/0.00/0.83/0.24) 

CMYK percentages

%32.99
%0
%82.99
%23.92

Codes

Color #82C221 in popluar color models

82 C2 21
RGB 130 194 33
HSL 84° 70.93% 44.51%
HSB/HSV 84° 82.99% 76.08%
CMYK 32.99% 0.00% 82.99%
23.92%

Color #82C221 in popluar number systems.

HEX 82 C2 21
Decimal 130 194 33
Binary 10000010 11000010 100001
Octal 202 302 41

Shades and tints

Shades of #82C221

#82C221
(130,194,33)
#77B11E
(119,177,30)
#6CA01B
(108,160,27)
#618F18
(97,143,24)
#567E15
(86,126,21)
#4B6D12
(75,109,18)
#405C0F
(64,92,15)
#354B0C
(53,75,12)
#2A3A09
(42,58,9)
#1F2906
(31,41,6)
#141803
(20,24,3)
#000000
(0,0,0)

Tints of #82C221

#82C221
(130,194,33)
#8DC735
(141,199,53)
#98CC49
(152,204,73)
#A3D15D
(163,209,93)
#AED671
(174,214,113)
#B9DB85
(185,219,133)
#C4E099
(196,224,153)
#CFE5AD
(207,229,173)
#DAEAC1
(218,234,193)
#E5EFD5
(229,239,213)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C221; }

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

This text font color is #82C221.

Background Color

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

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

This div background color is #82C221.

Border color

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

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

This div border color is #82C221.

Opacity

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

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

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

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

This text has shadow with #82C221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C221.

Preview

Color preview on black background

This text has color #82C221 on black background.


Color preview on white background

This text has color #82C221 on white background.


Black color preview on #82C221 background

This text has black color on #82C221 background.


White color preview on #82C221 background

This text has white color on #82C221 background.


Related colors

Complementary color

Complementary color for #hex is #7D3DDE.


I love getcolorcode.com

Triadic colors

1 #2182C2 and #C22182 with #82C221 are triadic colors.

2 #21C282 and #C28221 with #82C221 are triadic colors.