COLOR #82D76E

HEX: #82D76E RGB: (130,215,110)

Color info

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

RGB color model

#82D76E color RGB value is (130,215,110).

RGB: (130,215,110) (51%, 84%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 215 of 255 = 84%
B 110 of 255 = 43%

130
215
110

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

Portions of RGB colors in percentages

R + G + B = 130 + 215 + 110 = 455 (100%)
R 130 of 455 ~ 28.57%
G 215 of 455 ~ 47.25%
B 110 of 455 ~ 24.18'%

%28.57
%47.25
%24.18

CMYK color model

#82D76E color CMYK value is (40,0,49,16).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 15.69%

CMYK: (40,0,49,16)
C40M0Y49K16 (40%, 0%, 49%, 16%)
(0.40 / 0.00 / 0.49 / 0.16)

CMYK percentages

%39.53
%0
%48.84
%15.69

Codes

Color #82D76E in popluar color models

82 D7 6E
RGB 130 215 110
HSL 109° 56.76% 63.73%
HSB/HSV 109° 48.84% 84.31%
CMYK 39.53% 0.00% 48.84%
15.69%

Color #82D76E in popluar number systems.

HEX 82 D7 6E
Decimal 130 215 110
Binary 10000010 11010111 1101110
Octal 202 327 156

Shades and tints

Shades of #82D76E

#82D76E
(130,215,110)
#77C464
(119,196,100)
#6CB15A
(108,177,90)
#619E50
(97,158,80)
#568B46
(86,139,70)
#4B783C
(75,120,60)
#406532
(64,101,50)
#355228
(53,82,40)
#2A3F1E
(42,63,30)
#1F2C14
(31,44,20)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #82D76E

#82D76E
(130,215,110)
#8DDA7B
(141,218,123)
#98DD88
(152,221,136)
#A3E095
(163,224,149)
#AEE3A2
(174,227,162)
#B9E6AF
(185,230,175)
#C4E9BC
(196,233,188)
#CFECC9
(207,236,201)
#DAEFD6
(218,239,214)
#E5F2E3
(229,242,227)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D76E; }

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

This text font color is #82D76E.

Background Color

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

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

This div background color is #82D76E.

Border color

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

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

This div border color is #82D76E.

Opacity

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

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

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

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

This text has shadow with #82D76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82D76E.

Preview

Color preview on black background

This text has color #82D76E on black background.


Color preview on white background

This text has color #82D76E on white background.


Black color preview on #82D76E background

This text has black color on #82D76E background.


White color preview on #82D76E background

This text has white color on #82D76E background.


Related colors

Complementary color

Complementary color for #hex is #7D2891.


I love getcolorcode.com

Triadic colors

1 #6E82D7 and #D76E82 with #82D76E are triadic colors.

2 #6ED782 and #D7826E with #82D76E are triadic colors.