COLOR #82D657

HEX: #82D657
RGB: (130,214,87)

Color info

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

RGB color model

#82D657 color RGB value is (130,214,87).

  • red value is 130;
  • green value is 214;
  • blue value is 87.
RGB:
(130,214,87)
(51%,84%,34%)

RGB channels and saturation

R 130 of 255 = 51%
G 214 of 255 = 84%
B 87 of 255 = 34%

130
214
87

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

Portions of RGB colors in percentages

R + G + B =
130 + 214 + 87 = 431 (100%)
R 130 of 431 ~ 30.16%
G 214 of 431 ~ 49.65%
B 87 of 431 ~ 20.19%

%30.16
%49.65
%20.19

CMYK color model

#82D657 color CMYK value is (39,0,59,16).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 59.35%
  • key color value is 16.08%
CMYK:
(39,0,59,16)
C39M0Y59K16 
(39%,0%,59%,16%)
(0.39/0.00/0.59/0.16)	

CMYK percentages

%39.25
%0
%59.35
%16.08

Codes

Color #82D657 in popluar color models

82D657
RGB13021487
HSL100°60.77%59.02%
HSB/HSV100°59.35%83.92%
CMYK39.25%0.00%59.35%
16.08%

Color #82D657 in popluar number systems.

HEX82D657
Decimal13021487
Binary10000010110101101010111
Octal202326127

Shades and tints

Shades of #82D657

#82D657
(130,214,87)
#77C350
(119,195,80)
#6CB049
(108,176,73)
#619D42
(97,157,66)
#568A3B
(86,138,59)
#4B7734
(75,119,52)
#40642D
(64,100,45)
#355126
(53,81,38)
#2A3E1F
(42,62,31)
#1F2B18
(31,43,24)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #82D657

#82D657
(130,214,87)
#8DD966
(141,217,102)
#98DC75
(152,220,117)
#A3DF84
(163,223,132)
#AEE293
(174,226,147)
#B9E5A2
(185,229,162)
#C4E8B1
(196,232,177)
#CFEBC0
(207,235,192)
#DAEECF
(218,238,207)
#E5F1DE
(229,241,222)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D657 color. Also use rgb(130,214,87) instead hex code.

Text Font Color

.myTextColor { color: #82D657; }

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

This text font color is #82D657.


Background Color

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

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

This div background color is #82D657.


Border color

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

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

This div border color is #82D657.


Opacity

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

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

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

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

This text has shadow with #82D657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D657 on black background.


Color preview on white background

This text has color #82D657 on white background.



Black color preview on #82D657 background

This text has black color on #82D657 background.


White color preview on #82D657 background

This text has white color on #82D657 background.