COLOR #82C370

HEX: #82C370
RGB: (130,195,112)

Color info

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

RGB color model

#82C370 color RGB value is (130,195,112).

  • red value is 130;
  • green value is 195;
  • blue value is 112.
RGB:
(130,195,112)
(51%,76%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 112 of 255 = 44%

130
195
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 112 = 437 (100%)
R 130 of 437 ~ 29.75%
G 195 of 437 ~ 44.62%
B 112 of 437 ~ 25.63%

%29.75
%44.62
%25.63

CMYK color model

#82C370 color CMYK value is (33,0,43,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.56%
  • key color value is 23.53%
CMYK:
(33,0,43,24)
C33M0Y43K24 
(33%,0%,43%,24%)
(0.33/0.00/0.43/0.24)	

CMYK percentages

%33.33
%0
%42.56
%23.53

Codes

Color #82C370 in popluar color models

82C370
RGB130195112
HSL107°40.89%60.20%
HSB/HSV107°42.56%76.47%
CMYK33.33%0.00%42.56%
23.53%

Color #82C370 in popluar number systems.

HEX82C370
Decimal130195112
Binary10000010110000111110000
Octal202303160

Shades and tints

Shades of #82C370

#82C370
(130,195,112)
#77B266
(119,178,102)
#6CA15C
(108,161,92)
#619052
(97,144,82)
#567F48
(86,127,72)
#4B6E3E
(75,110,62)
#405D34
(64,93,52)
#354C2A
(53,76,42)
#2A3B20
(42,59,32)
#1F2A16
(31,42,22)
#14190C
(20,25,12)
#000000
(0,0,0)

Tints of #82C370

#82C370
(130,195,112)
#8DC87D
(141,200,125)
#98CD8A
(152,205,138)
#A3D297
(163,210,151)
#AED7A4
(174,215,164)
#B9DCB1
(185,220,177)
#C4E1BE
(196,225,190)
#CFE6CB
(207,230,203)
#DAEBD8
(218,235,216)
#E5F0E5
(229,240,229)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C370; }

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

This text font color is #82C370.


Background Color

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

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

This div background color is #82C370.


Border color

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

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

This div border color is #82C370.


Opacity

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

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

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

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

This text has shadow with #82C370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C370 on black background.


Color preview on white background

This text has color #82C370 on white background.



Black color preview on #82C370 background

This text has black color on #82C370 background.


White color preview on #82C370 background

This text has white color on #82C370 background.