COLOR #82D43F

HEX: #82D43F
RGB: (130,212,63)

Color info

#82D43F contains mainly green color. Web safe color of #82D43F is #99CC33 (or #9C3).

RGB color model

#82D43F color RGB value is (130,212,63).

  • red value is 130;
  • green value is 212;
  • blue value is 63.
RGB:
(130,212,63)
(51%,83%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 212 of 255 = 83%
B 63 of 255 = 25%

130
212
63

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

Portions of RGB colors in percentages

R + G + B =
130 + 212 + 63 = 405 (100%)
R 130 of 405 ~ 32.1%
G 212 of 405 ~ 52.35%
B 63 of 405 ~ 15.56%

%32.1
%52.35
%15.56

CMYK color model

#82D43F color CMYK value is (39,0,70,17).

  • cyan value is 38.68%
  • magenta value is 0.00%
  • yellow value is 70.28%
  • key color value is 16.86%
CMYK:
(39,0,70,17)
C39M0Y70K17 
(39%,0%,70%,17%)
(0.39/0.00/0.70/0.17)	

CMYK percentages

%38.68
%0
%70.28
%16.86

Codes

Color #82D43F in popluar color models

82D43F
RGB13021263
HSL93°63.40%53.92%
HSB/HSV93°70.28%83.14%
CMYK38.68%0.00%70.28%
16.86%

Color #82D43F in popluar number systems.

HEX82D43F
Decimal13021263
Binary1000001011010100111111
Octal20232477

Shades and tints

Shades of #82D43F

#82D43F
(130,212,63)
#77C13A
(119,193,58)
#6CAE35
(108,174,53)
#619B30
(97,155,48)
#56882B
(86,136,43)
#4B7526
(75,117,38)
#406221
(64,98,33)
#354F1C
(53,79,28)
#2A3C17
(42,60,23)
#1F2912
(31,41,18)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #82D43F

#82D43F
(130,212,63)
#8DD750
(141,215,80)
#98DA61
(152,218,97)
#A3DD72
(163,221,114)
#AEE083
(174,224,131)
#B9E394
(185,227,148)
#C4E6A5
(196,230,165)
#CFE9B6
(207,233,182)
#DAECC7
(218,236,199)
#E5EFD8
(229,239,216)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D43F color. Also use rgb(130,212,63) instead hex code.

Text Font Color

.myTextColor { color: #82D43F; }

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

This text font color is #82D43F.


Background Color

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

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

This div background color is #82D43F.


Border color

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

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

This div border color is #82D43F.


Opacity

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

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

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

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

This text has shadow with #82D43F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D43F on black background.


Color preview on white background

This text has color #82D43F on white background.



Black color preview on #82D43F background

This text has black color on #82D43F background.


White color preview on #82D43F background

This text has white color on #82D43F background.