COLOR #82D764

HEX: #82D764
RGB: (130,215,100)

Color info

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

RGB color model

#82D764 color RGB value is (130,215,100).

  • red value is 130;
  • green value is 215;
  • blue value is 100.
RGB:
(130,215,100)
(51%,84%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 215 of 255 = 84%
B 100 of 255 = 39%

130
215
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 215 + 100 = 445 (100%)
R 130 of 445 ~ 29.21%
G 215 of 445 ~ 48.31%
B 100 of 445 ~ 22.47%

%29.21
%48.31
%22.47

CMYK color model

#82D764 color CMYK value is (40,0,53,16).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 15.69%
CMYK:
(40,0,53,16)
C40M0Y53K16 
(40%,0%,53%,16%)
(0.40/0.00/0.53/0.16)	

CMYK percentages

%39.53
%0
%53.49
%15.69

Codes

Color #82D764 in popluar color models

82D764
RGB130215100
HSL104°58.97%61.76%
HSB/HSV104°53.49%84.31%
CMYK39.53%0.00%53.49%
15.69%

Color #82D764 in popluar number systems.

HEX82D764
Decimal130215100
Binary10000010110101111100100
Octal202327144

Shades and tints

Shades of #82D764

#82D764
(130,215,100)
#77C45B
(119,196,91)
#6CB152
(108,177,82)
#619E49
(97,158,73)
#568B40
(86,139,64)
#4B7837
(75,120,55)
#40652E
(64,101,46)
#355225
(53,82,37)
#2A3F1C
(42,63,28)
#1F2C13
(31,44,19)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #82D764

#82D764
(130,215,100)
#8DDA72
(141,218,114)
#98DD80
(152,221,128)
#A3E08E
(163,224,142)
#AEE39C
(174,227,156)
#B9E6AA
(185,230,170)
#C4E9B8
(196,233,184)
#CFECC6
(207,236,198)
#DAEFD4
(218,239,212)
#E5F2E2
(229,242,226)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D764 color. Also use rgb(130,215,100) instead hex code.

Text Font Color

.myTextColor { color: #82D764; }

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

This text font color is #82D764.


Background Color

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

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

This div background color is #82D764.


Border color

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

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

This div border color is #82D764.


Opacity

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

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

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

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

This text has shadow with #82D764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D764 on black background.


Color preview on white background

This text has color #82D764 on white background.



Black color preview on #82D764 background

This text has black color on #82D764 background.


White color preview on #82D764 background

This text has white color on #82D764 background.