COLOR #82C271

HEX: #82C271 RGB: (130,194,113)

Color info

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

RGB color model

#82C271 color RGB value is (130,194,113).

RGB: (130,194,113) (51%, 76%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 113 of 255 = 44%

130
194
113

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

Portions of RGB colors in percentages

R + G + B = 130 + 194 + 113 = 437 (100%)
R 130 of 437 ~ 29.75%
G 194 of 437 ~ 44.39%
B 113 of 437 ~ 25.86'%

%29.75
%44.39
%25.86

CMYK color model

#82C271 color CMYK value is (33,0,42,24).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 23.92%

CMYK: (33,0,42,24)
C33M0Y42K24 (33%, 0%, 42%, 24%)
(0.33 / 0.00 / 0.42 / 0.24)

CMYK percentages

%32.99
%0
%41.75
%23.92

Codes

Color #82C271 in popluar color models

82 C2 71
RGB 130 194 113
HSL 107° 39.90% 60.20%
HSB/HSV 107° 41.75% 76.08%
CMYK 32.99% 0.00% 41.75%
23.92%

Color #82C271 in popluar number systems.

HEX 82 C2 71
Decimal 130 194 113
Binary 10000010 11000010 1110001
Octal 202 302 161

Shades and tints

Shades of #82C271

#82C271
(130,194,113)
#77B167
(119,177,103)
#6CA05D
(108,160,93)
#618F53
(97,143,83)
#567E49
(86,126,73)
#4B6D3F
(75,109,63)
#405C35
(64,92,53)
#354B2B
(53,75,43)
#2A3A21
(42,58,33)
#1F2917
(31,41,23)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #82C271

#82C271
(130,194,113)
#8DC77D
(141,199,125)
#98CC89
(152,204,137)
#A3D195
(163,209,149)
#AED6A1
(174,214,161)
#B9DBAD
(185,219,173)
#C4E0B9
(196,224,185)
#CFE5C5
(207,229,197)
#DAEAD1
(218,234,209)
#E5EFDD
(229,239,221)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C271; }

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

This text font color is #82C271.

Background Color

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

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

This div background color is #82C271.

Border color

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

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

This div border color is #82C271.

Opacity

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

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

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

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

This text has shadow with #82C271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C271.

Preview

Color preview on black background

This text has color #82C271 on black background.


Color preview on white background

This text has color #82C271 on white background.


Black color preview on #82C271 background

This text has black color on #82C271 background.


White color preview on #82C271 background

This text has white color on #82C271 background.


Related colors

Complementary color

Complementary color for #hex is #7D3D8E.


I love getcolorcode.com

Triadic colors

1 #7182C2 and #C27182 with #82C271 are triadic colors.

2 #71C282 and #C28271 with #82C271 are triadic colors.