COLOR #82D281

HEX: #82D281
RGB: (130,210,129)

Color info

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

RGB color model

#82D281 color RGB value is (130,210,129).

  • red value is 130;
  • green value is 210;
  • blue value is 129.
RGB:
(130,210,129)
(51%,82%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 210 of 255 = 82%
B 129 of 255 = 51%

130
210
129

R + G + B ~ 61%. #82D281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 210 + 129 = 469 (100%)
R 130 of 469 ~ 27.72%
G 210 of 469 ~ 44.78%
B 129 of 469 ~ 27.51%

%27.72
%44.78
%27.51

CMYK color model

#82D281 color CMYK value is (38,0,39,18).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 17.65%
CMYK:
(38,0,39,18)
C38M0Y39K18 
(38%,0%,39%,18%)
(0.38/0.00/0.39/0.18)	

CMYK percentages

%38.1
%0
%38.57
%17.65

Codes

Color #82D281 in popluar color models

82D281
RGB130210129
HSL119°47.37%66.47%
HSB/HSV119°38.57%82.35%
CMYK38.10%0.00%38.57%
17.65%

Color #82D281 in popluar number systems.

HEX82D281
Decimal130210129
Binary100000101101001010000001
Octal202322201

Shades and tints

Shades of #82D281

#82D281
(130,210,129)
#77BF76
(119,191,118)
#6CAC6B
(108,172,107)
#619960
(97,153,96)
#568655
(86,134,85)
#4B734A
(75,115,74)
#40603F
(64,96,63)
#354D34
(53,77,52)
#2A3A29
(42,58,41)
#1F271E
(31,39,30)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82D281

#82D281
(130,210,129)
#8DD68C
(141,214,140)
#98DA97
(152,218,151)
#A3DEA2
(163,222,162)
#AEE2AD
(174,226,173)
#B9E6B8
(185,230,184)
#C4EAC3
(196,234,195)
#CFEECE
(207,238,206)
#DAF2D9
(218,242,217)
#E5F6E4
(229,246,228)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D281 color. Also use rgb(130,210,129) instead hex code.

Text Font Color

.myTextColor { color: #82D281; }

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

This text font color is #82D281.


Background Color

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

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

This div background color is #82D281.


Border color

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

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

This div border color is #82D281.


Opacity

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

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

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

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

This text has shadow with #82D281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D281 on black background.


Color preview on white background

This text has color #82D281 on white background.



Black color preview on #82D281 background

This text has black color on #82D281 background.


White color preview on #82D281 background

This text has white color on #82D281 background.