COLOR #82D56F

HEX: #82D56F
RGB: (130,213,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
213
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 213 + 111 = 454 (100%)
R 130 of 454 ~ 28.63%
G 213 of 454 ~ 46.92%
B 111 of 454 ~ 24.45%

%28.63
%46.92
%24.45

CMYK color model

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

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

CMYK percentages

%38.97
%0
%47.89
%16.47

Codes

Color #82D56F in popluar color models

82D56F
RGB130213111
HSL109°54.84%63.53%
HSB/HSV109°47.89%83.53%
CMYK38.97%0.00%47.89%
16.47%

Color #82D56F in popluar number systems.

HEX82D56F
Decimal130213111
Binary10000010110101011101111
Octal202325157

Shades and tints

Shades of #82D56F

#82D56F
(130,213,111)
#77C265
(119,194,101)
#6CAF5B
(108,175,91)
#619C51
(97,156,81)
#568947
(86,137,71)
#4B763D
(75,118,61)
#406333
(64,99,51)
#355029
(53,80,41)
#2A3D1F
(42,61,31)
#1F2A15
(31,42,21)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #82D56F

#82D56F
(130,213,111)
#8DD87C
(141,216,124)
#98DB89
(152,219,137)
#A3DE96
(163,222,150)
#AEE1A3
(174,225,163)
#B9E4B0
(185,228,176)
#C4E7BD
(196,231,189)
#CFEACA
(207,234,202)
#DAEDD7
(218,237,215)
#E5F0E4
(229,240,228)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D56F; }

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

This text font color is #82D56F.


Background Color

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

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

This div background color is #82D56F.


Border color

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

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

This div border color is #82D56F.


Opacity

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

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

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

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

This text has shadow with #82D56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D56F on black background.


Color preview on white background

This text has color #82D56F on white background.



Black color preview on #82D56F background

This text has black color on #82D56F background.


White color preview on #82D56F background

This text has white color on #82D56F background.