COLOR #82C067

HEX: #82C067 RGB: (130,192,103)

Color info

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

RGB color model

#82C067 color RGB value is (130,192,103).

RGB: (130,192,103) (51%, 75%, 40%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 103 of 255 = 40%

130
192
103

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

Portions of RGB colors in percentages

R + G + B = 130 + 192 + 103 = 425 (100%)
R 130 of 425 ~ 30.59%
G 192 of 425 ~ 45.18%
B 103 of 425 ~ 24.24'%

%30.59
%45.18
%24.24

CMYK color model

#82C067 color CMYK value is (32,0,46,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 24.71%

CMYK: (32,0,46,25)
C32M0Y46K25 (32%, 0%, 46%, 25%)
(0.32 / 0.00 / 0.46 / 0.25)

CMYK percentages

%32.29
%0
%46.35
%24.71

Codes

Color #82C067 in popluar color models

82 C0 67
RGB 130 192 103
HSL 102° 41.40% 57.84%
HSB/HSV 102° 46.35% 75.29%
CMYK 32.29% 0.00% 46.35%
24.71%

Color #82C067 in popluar number systems.

HEX 82 C0 67
Decimal 130 192 103
Binary 10000010 11000000 1100111
Octal 202 300 147

Shades and tints

Shades of #82C067

#82C067
(130,192,103)
#77AF5E
(119,175,94)
#6C9E55
(108,158,85)
#618D4C
(97,141,76)
#567C43
(86,124,67)
#4B6B3A
(75,107,58)
#405A31
(64,90,49)
#354928
(53,73,40)
#2A381F
(42,56,31)
#1F2716
(31,39,22)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #82C067

#82C067
(130,192,103)
#8DC574
(141,197,116)
#98CA81
(152,202,129)
#A3CF8E
(163,207,142)
#AED49B
(174,212,155)
#B9D9A8
(185,217,168)
#C4DEB5
(196,222,181)
#CFE3C2
(207,227,194)
#DAE8CF
(218,232,207)
#E5EDDC
(229,237,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C067; }

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

This text font color is #82C067.

Background Color

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

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

This div background color is #82C067.

Border color

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

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

This div border color is #82C067.

Opacity

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

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

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

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

This text has shadow with #82C067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C067.

Preview

Color preview on black background

This text has color #82C067 on black background.


Color preview on white background

This text has color #82C067 on white background.


Black color preview on #82C067 background

This text has black color on #82C067 background.


White color preview on #82C067 background

This text has white color on #82C067 background.


Related colors

Complementary color

Complementary color for #hex is #7D3F98.


I love getcolorcode.com

Triadic colors

1 #6782C0 and #C06782 with #82C067 are triadic colors.

2 #67C082 and #C08267 with #82C067 are triadic colors.