COLOR #82C378

HEX: #82C378
RGB: (130,195,120)

Color info

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

RGB color model

#82C378 color RGB value is (130,195,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 120 of 255 = 47%

130
195
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 120 = 445 (100%)
R 130 of 445 ~ 29.21%
G 195 of 445 ~ 43.82%
B 120 of 445 ~ 26.97%

%29.21
%43.82
%26.97

CMYK color model

#82C378 color CMYK value is (33,0,38,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(33,0,38,24)
C33M0Y38K24 
(33%,0%,38%,24%)
(0.33/0.00/0.38/0.24)	

CMYK percentages

%33.33
%0
%38.46
%23.53

Codes

Color #82C378 in popluar color models

82C378
RGB130195120
HSL112°38.46%61.76%
HSB/HSV112°38.46%76.47%
CMYK33.33%0.00%38.46%
23.53%

Color #82C378 in popluar number systems.

HEX82C378
Decimal130195120
Binary10000010110000111111000
Octal202303170

Shades and tints

Shades of #82C378

#82C378
(130,195,120)
#77B26E
(119,178,110)
#6CA164
(108,161,100)
#61905A
(97,144,90)
#567F50
(86,127,80)
#4B6E46
(75,110,70)
#405D3C
(64,93,60)
#354C32
(53,76,50)
#2A3B28
(42,59,40)
#1F2A1E
(31,42,30)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #82C378

#82C378
(130,195,120)
#8DC884
(141,200,132)
#98CD90
(152,205,144)
#A3D29C
(163,210,156)
#AED7A8
(174,215,168)
#B9DCB4
(185,220,180)
#C4E1C0
(196,225,192)
#CFE6CC
(207,230,204)
#DAEBD8
(218,235,216)
#E5F0E4
(229,240,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C378; }

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

This text font color is #82C378.


Background Color

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

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

This div background color is #82C378.


Border color

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

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

This div border color is #82C378.


Opacity

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

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

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

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

This text has shadow with #82C378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C378 on black background.


Color preview on white background

This text has color #82C378 on white background.



Black color preview on #82C378 background

This text has black color on #82C378 background.


White color preview on #82C378 background

This text has white color on #82C378 background.