COLOR #82C661

HEX: #82C661 RGB: (130,198,97)

Color info

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

RGB color model

#82C661 color RGB value is (130,198,97).

RGB: (130,198,97) (51%, 78%, 38%)

RGB channels and saturation

R 130 of 255 = 51%
G 198 of 255 = 78%
B 97 of 255 = 38%

130
198
97

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

Portions of RGB colors in percentages

R + G + B = 130 + 198 + 97 = 425 (100%)
R 130 of 425 ~ 30.59%
G 198 of 425 ~ 46.59%
B 97 of 425 ~ 22.82'%

%30.59
%46.59
%22.82

CMYK color model

#82C661 color CMYK value is (34,0,51,22).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 51.01%
  • key color value is 22.35%

CMYK: (34,0,51,22)
C34M0Y51K22 (34%, 0%, 51%, 22%)
(0.34 / 0.00 / 0.51 / 0.22)

CMYK percentages

%34.34
%0
%51.01
%22.35

Codes

Color #82C661 in popluar color models

82 C6 61
RGB 130 198 97
HSL 100° 46.98% 57.84%
HSB/HSV 100° 51.01% 77.65%
CMYK 34.34% 0.00% 51.01%
22.35%

Color #82C661 in popluar number systems.

HEX 82 C6 61
Decimal 130 198 97
Binary 10000010 11000110 1100001
Octal 202 306 141

Shades and tints

Shades of #82C661

#82C661
(130,198,97)
#77B459
(119,180,89)
#6CA251
(108,162,81)
#619049
(97,144,73)
#567E41
(86,126,65)
#4B6C39
(75,108,57)
#405A31
(64,90,49)
#354829
(53,72,41)
#2A3621
(42,54,33)
#1F2419
(31,36,25)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #82C661

#82C661
(130,198,97)
#8DCB6F
(141,203,111)
#98D07D
(152,208,125)
#A3D58B
(163,213,139)
#AEDA99
(174,218,153)
#B9DFA7
(185,223,167)
#C4E4B5
(196,228,181)
#CFE9C3
(207,233,195)
#DAEED1
(218,238,209)
#E5F3DF
(229,243,223)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C661; }

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

This text font color is #82C661.

Background Color

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

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

This div background color is #82C661.

Border color

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

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

This div border color is #82C661.

Opacity

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

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

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

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

This text has shadow with #82C661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C661.

Preview

Color preview on black background

This text has color #82C661 on black background.


Color preview on white background

This text has color #82C661 on white background.


Black color preview on #82C661 background

This text has black color on #82C661 background.


White color preview on #82C661 background

This text has white color on #82C661 background.


Related colors

Complementary color

Complementary color for #hex is #7D399E.


I love getcolorcode.com

Triadic colors

1 #6182C6 and #C66182 with #82C661 are triadic colors.

2 #61C682 and #C68261 with #82C661 are triadic colors.