COLOR #82D582

HEX: #82D582
RGB: (130,213,130)

Color info

#82D582 contains mainly green color. Web safe color of #82D582 is #99CC99 (or #9C9).

RGB color model

#82D582 color RGB value is (130,213,130).

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

RGB channels and saturation

R 130 of 255 = 51%
G 213 of 255 = 84%
B 130 of 255 = 51%

130
213
130

R + G + B ~ 62%. #82D582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 213 + 130 = 473 (100%)
R 130 of 473 ~ 27.48%
G 213 of 473 ~ 45.03%
B 130 of 473 ~ 27.48%

%27.48
%45.03
%27.48

CMYK color model

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

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 38.97%
  • key color value is 16.47%
CMYK:
(39,0,39,16)
C39M0Y39K16 
(39%,0%,39%,16%)
(0.39/0.00/0.39/0.16)	

CMYK percentages

%38.97
%0
%38.97
%16.47

Codes

Color #82D582 in popluar color models

82D582
RGB130213130
HSL120°49.70%67.25%
HSB/HSV120°38.97%83.53%
CMYK38.97%0.00%38.97%
16.47%

Color #82D582 in popluar number systems.

HEX82D582
Decimal130213130
Binary100000101101010110000010
Octal202325202

Shades and tints

Shades of #82D582

#82D582
(130,213,130)
#77C277
(119,194,119)
#6CAF6C
(108,175,108)
#619C61
(97,156,97)
#568956
(86,137,86)
#4B764B
(75,118,75)
#406340
(64,99,64)
#355035
(53,80,53)
#2A3D2A
(42,61,42)
#1F2A1F
(31,42,31)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #82D582

#82D582
(130,213,130)
#8DD88D
(141,216,141)
#98DB98
(152,219,152)
#A3DEA3
(163,222,163)
#AEE1AE
(174,225,174)
#B9E4B9
(185,228,185)
#C4E7C4
(196,231,196)
#CFEACF
(207,234,207)
#DAEDDA
(218,237,218)
#E5F0E5
(229,240,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D582; }

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

This text font color is #82D582.


Background Color

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

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

This div background color is #82D582.


Border color

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

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

This div border color is #82D582.


Opacity

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

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

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

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

This text has shadow with #82D582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D582 on black background.


Color preview on white background

This text has color #82D582 on white background.



Black color preview on #82D582 background

This text has black color on #82D582 background.


White color preview on #82D582 background

This text has white color on #82D582 background.