COLOR #82C950

HEX: #82C950
RGB: (130,201,80)

Color info

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

RGB color model

#82C950 color RGB value is (130,201,80).

  • red value is 130;
  • green value is 201;
  • blue value is 80.
RGB:
(130,201,80)
(51%,79%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 80 of 255 = 31%

130
201
80

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 80 = 411 (100%)
R 130 of 411 ~ 31.63%
G 201 of 411 ~ 48.91%
B 80 of 411 ~ 19.46%

%31.63
%48.91
%19.46

CMYK color model

#82C950 color CMYK value is (35,0,60,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 60.20%
  • key color value is 21.18%
CMYK:
(35,0,60,21)
C35M0Y60K21 
(35%,0%,60%,21%)
(0.35/0.00/0.60/0.21)	

CMYK percentages

%35.32
%0
%60.2
%21.18

Codes

Color #82C950 in popluar color models

82C950
RGB13020180
HSL95°52.84%55.10%
HSB/HSV95°60.20%78.82%
CMYK35.32%0.00%60.20%
21.18%

Color #82C950 in popluar number systems.

HEX82C950
Decimal13020180
Binary10000010110010011010000
Octal202311120

Shades and tints

Shades of #82C950

#82C950
(130,201,80)
#77B749
(119,183,73)
#6CA542
(108,165,66)
#61933B
(97,147,59)
#568134
(86,129,52)
#4B6F2D
(75,111,45)
#405D26
(64,93,38)
#354B1F
(53,75,31)
#2A3918
(42,57,24)
#1F2711
(31,39,17)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #82C950

#82C950
(130,201,80)
#8DCD5F
(141,205,95)
#98D16E
(152,209,110)
#A3D57D
(163,213,125)
#AED98C
(174,217,140)
#B9DD9B
(185,221,155)
#C4E1AA
(196,225,170)
#CFE5B9
(207,229,185)
#DAE9C8
(218,233,200)
#E5EDD7
(229,237,215)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C950; }

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

This text font color is #82C950.


Background Color

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

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

This div background color is #82C950.


Border color

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

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

This div border color is #82C950.


Opacity

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

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

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

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

This text has shadow with #82C950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C950 on black background.


Color preview on white background

This text has color #82C950 on white background.



Black color preview on #82C950 background

This text has black color on #82C950 background.


White color preview on #82C950 background

This text has white color on #82C950 background.