COLOR #82DA84

HEX: #82DA84
RGB: (130,218,132)

Color info

#82DA84 contains mainly green color. Web safe color of #82DA84 is #99CC99 (or #9C9).

RGB color model

#82DA84 color RGB value is (130,218,132).

  • red value is 130;
  • green value is 218;
  • blue value is 132.
RGB: (130,218,132) (51%,85%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 218 of 255 = 85%
B 132 of 255 = 52%

130
218
132

R + G + B ~ 63%. #82DA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 218 + 132 = 480 (100%)
R 130 of 480 ~ 27.08%
G 218 of 480 ~ 45.42%
B 132 of 480 ~ 27.5%

%27.08
%45.42
%27.5

CMYK color model

#82DA84 color CMYK value is (40,0,39,15).

  • cyan value is 40.37%
  • magenta value is 0.00%
  • yellow value is 39.45%
  • key color value is 14.51%
CMYK: (40,0,39,15) C40M0Y39K15 (40%,0%,39%,15%) (0.40/0.00/0.39/0.15)

CMYK percentages

%40.37
%0
%39.45
%14.51

Codes

Color #82DA84 in popluar color models

82DA84
RGB130218132
HSL121°54.32%68.24%
HSB/HSV121°40.37%85.49%
CMYK40.37%0.00%39.45%
14.51%

Color #82DA84 in popluar number systems.

HEX82DA84
Decimal130218132
Binary100000101101101010000100
Octal202332204

Shades and tints

Shades of #82DA84

#82DA84
(130,218,132)
#77C778
(119,199,120)
#6CB46C
(108,180,108)
#61A160
(97,161,96)
#568E54
(86,142,84)
#4B7B48
(75,123,72)
#40683C
(64,104,60)
#355530
(53,85,48)
#2A4224
(42,66,36)
#1F2F18
(31,47,24)
#141C0C
(20,28,12)
#000000
(0,0,0)

Tints of #82DA84

#82DA84
(130,218,132)
#8DDD8F
(141,221,143)
#98E09A
(152,224,154)
#A3E3A5
(163,227,165)
#AEE6B0
(174,230,176)
#B9E9BB
(185,233,187)
#C4ECC6
(196,236,198)
#CFEFD1
(207,239,209)
#DAF2DC
(218,242,220)
#E5F5E7
(229,245,231)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DA84 color. Also use rgb(130,218,132) instead hex code.

Text Font Color

.myTextColor { color: #82DA84; }

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

This text font color is #82DA84.


Background Color

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

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

This div background color is #82DA84.


Border color

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

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

This div border color is #82DA84.


Opacity

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

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

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

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

This text has shadow with #82DA84 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #82DA84 on black background.


Color preview on white background

This text has color #82DA84 on white background.



Black color preview on #82DA84 background

This text has black color on #82DA84 background.


White color preview on #82DA84 background

This text has white color on #82DA84 background.