COLOR #82C35F

HEX: #82C35F
RGB: (130,195,95)

Color info

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

RGB color model

#82C35F color RGB value is (130,195,95).

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

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 95 of 255 = 37%

130
195
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 95 = 420 (100%)
R 130 of 420 ~ 30.95%
G 195 of 420 ~ 46.43%
B 95 of 420 ~ 22.62%

%30.95
%46.43
%22.62

CMYK color model

#82C35F color CMYK value is (33,0,51,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 23.53%
CMYK:
(33,0,51,24)
C33M0Y51K24 
(33%,0%,51%,24%)
(0.33/0.00/0.51/0.24)	

CMYK percentages

%33.33
%0
%51.28
%23.53

Codes

Color #82C35F in popluar color models

82C35F
RGB13019595
HSL99°45.45%56.86%
HSB/HSV99°51.28%76.47%
CMYK33.33%0.00%51.28%
23.53%

Color #82C35F in popluar number systems.

HEX82C35F
Decimal13019595
Binary10000010110000111011111
Octal202303137

Shades and tints

Shades of #82C35F

#82C35F
(130,195,95)
#77B257
(119,178,87)
#6CA14F
(108,161,79)
#619047
(97,144,71)
#567F3F
(86,127,63)
#4B6E37
(75,110,55)
#405D2F
(64,93,47)
#354C27
(53,76,39)
#2A3B1F
(42,59,31)
#1F2A17
(31,42,23)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #82C35F

#82C35F
(130,195,95)
#8DC86D
(141,200,109)
#98CD7B
(152,205,123)
#A3D289
(163,210,137)
#AED797
(174,215,151)
#B9DCA5
(185,220,165)
#C4E1B3
(196,225,179)
#CFE6C1
(207,230,193)
#DAEBCF
(218,235,207)
#E5F0DD
(229,240,221)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C35F; }

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

This text font color is #82C35F.


Background Color

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

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

This div background color is #82C35F.


Border color

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

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

This div border color is #82C35F.


Opacity

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

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

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

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

This text has shadow with #82C35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C35F on black background.


Color preview on white background

This text has color #82C35F on white background.



Black color preview on #82C35F background

This text has black color on #82C35F background.


White color preview on #82C35F background

This text has white color on #82C35F background.