COLOR #82CD5A

HEX: #82CD5A
RGB: (130,205,90)

Color info

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

RGB color model

#82CD5A color RGB value is (130,205,90).

  • red value is 130;
  • green value is 205;
  • blue value is 90.
RGB:
(130,205,90)
(51%,80%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 205 of 255 = 80%
B 90 of 255 = 35%

130
205
90

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

Portions of RGB colors in percentages

R + G + B =
130 + 205 + 90 = 425 (100%)
R 130 of 425 ~ 30.59%
G 205 of 425 ~ 48.24%
B 90 of 425 ~ 21.18%

%30.59
%48.24
%21.18

CMYK color model

#82CD5A color CMYK value is (37,0,56,20).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 19.61%
CMYK:
(37,0,56,20)
C37M0Y56K20 
(37%,0%,56%,20%)
(0.37/0.00/0.56/0.20)	

CMYK percentages

%36.59
%0
%56.1
%19.61

Codes

Color #82CD5A in popluar color models

82CD5A
RGB13020590
HSL99°53.49%57.84%
HSB/HSV99°56.10%80.39%
CMYK36.59%0.00%56.10%
19.61%

Color #82CD5A in popluar number systems.

HEX82CD5A
Decimal13020590
Binary10000010110011011011010
Octal202315132

Shades and tints

Shades of #82CD5A

#82CD5A
(130,205,90)
#77BB52
(119,187,82)
#6CA94A
(108,169,74)
#619742
(97,151,66)
#56853A
(86,133,58)
#4B7332
(75,115,50)
#40612A
(64,97,42)
#354F22
(53,79,34)
#2A3D1A
(42,61,26)
#1F2B12
(31,43,18)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #82CD5A

#82CD5A
(130,205,90)
#8DD169
(141,209,105)
#98D578
(152,213,120)
#A3D987
(163,217,135)
#AEDD96
(174,221,150)
#B9E1A5
(185,225,165)
#C4E5B4
(196,229,180)
#CFE9C3
(207,233,195)
#DAEDD2
(218,237,210)
#E5F1E1
(229,241,225)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CD5A color. Also use rgb(130,205,90) instead hex code.

Text Font Color

.myTextColor { color: #82CD5A; }

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

This text font color is #82CD5A.


Background Color

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

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

This div background color is #82CD5A.


Border color

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

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

This div border color is #82CD5A.


Opacity

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

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

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

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

This text has shadow with #82CD5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CD5A on black background.


Color preview on white background

This text has color #82CD5A on white background.



Black color preview on #82CD5A background

This text has black color on #82CD5A background.


White color preview on #82CD5A background

This text has white color on #82CD5A background.