COLOR #82C57E

HEX: #82C57E RGB: (130,197,126)

Color info

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

RGB color model

#82C57E color RGB value is (130,197,126).

RGB: (130,197,126) (51%, 77%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 197 of 255 = 77%
B 126 of 255 = 49%

130
197
126

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

Portions of RGB colors in percentages

R + G + B = 130 + 197 + 126 = 453 (100%)
R 130 of 453 ~ 28.7%
G 197 of 453 ~ 43.49%
B 126 of 453 ~ 27.81'%

%28.7
%43.49
%27.81

CMYK color model

#82C57E color CMYK value is (34,0,36,23).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 36.04%
  • key color value is 22.75%

CMYK: (34,0,36,23)
C34M0Y36K23 (34%, 0%, 36%, 23%)
(0.34 / 0.00 / 0.36 / 0.23)

CMYK percentages

%34.01
%0
%36.04
%22.75

Codes

Color #82C57E in popluar color models

82 C5 7E
RGB 130 197 126
HSL 117° 37.97% 63.33%
HSB/HSV 117° 36.04% 77.25%
CMYK 34.01% 0.00% 36.04%
22.75%

Color #82C57E in popluar number systems.

HEX 82 C5 7E
Decimal 130 197 126
Binary 10000010 11000101 1111110
Octal 202 305 176

Shades and tints

Shades of #82C57E

#82C57E
(130,197,126)
#77B473
(119,180,115)
#6CA368
(108,163,104)
#61925D
(97,146,93)
#568152
(86,129,82)
#4B7047
(75,112,71)
#405F3C
(64,95,60)
#354E31
(53,78,49)
#2A3D26
(42,61,38)
#1F2C1B
(31,44,27)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #82C57E

#82C57E
(130,197,126)
#8DCA89
(141,202,137)
#98CF94
(152,207,148)
#A3D49F
(163,212,159)
#AED9AA
(174,217,170)
#B9DEB5
(185,222,181)
#C4E3C0
(196,227,192)
#CFE8CB
(207,232,203)
#DAEDD6
(218,237,214)
#E5F2E1
(229,242,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C57E; }

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

This text font color is #82C57E.

Background Color

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

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

This div background color is #82C57E.

Border color

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

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

This div border color is #82C57E.

Opacity

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

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

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

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

This text has shadow with #82C57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C57E.

Preview

Color preview on black background

This text has color #82C57E on black background.


Color preview on white background

This text has color #82C57E on white background.


Black color preview on #82C57E background

This text has black color on #82C57E background.


White color preview on #82C57E background

This text has white color on #82C57E background.


Related colors

Complementary color

Complementary color for #hex is #7D3A81.


I love getcolorcode.com

Triadic colors

1 #7E82C5 and #C57E82 with #82C57E are triadic colors.

2 #7EC582 and #C5827E with #82C57E are triadic colors.