COLOR #82D20F

HEX: #82D20F
RGB: (130,210,15)

Color info

#82D20F contains mainly green color. Web safe color of #82D20F is #99CC00 (or #9C0).

RGB color model

#82D20F color RGB value is (130,210,15).

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

RGB channels and saturation

R 130 of 255 = 51%
G 210 of 255 = 82%
B 15 of 255 = 6%

130
210
15

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

Portions of RGB colors in percentages

R + G + B =
130 + 210 + 15 = 355 (100%)
R 130 of 355 ~ 36.62%
G 210 of 355 ~ 59.15%
B 15 of 355 ~ 4.23%

%36.62
%59.15

CMYK color model

#82D20F color CMYK value is (38,0,93,18).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 17.65%
CMYK:
(38,0,93,18)
C38M0Y93K18 
(38%,0%,93%,18%)
(0.38/0.00/0.93/0.18)	

CMYK percentages

%38.1
%0
%92.86
%17.65

Codes

Color #82D20F in popluar color models

82D20F
RGB13021015
HSL85°86.67%44.12%
HSB/HSV85°92.86%82.35%
CMYK38.10%0.00%92.86%
17.65%

Color #82D20F in popluar number systems.

HEX82D20F
Decimal13021015
Binary10000010110100101111
Octal20232217

Shades and tints

Shades of #82D20F

#82D20F
(130,210,15)
#77BF0E
(119,191,14)
#6CAC0D
(108,172,13)
#61990C
(97,153,12)
#56860B
(86,134,11)
#4B730A
(75,115,10)
#406009
(64,96,9)
#354D08
(53,77,8)
#2A3A07
(42,58,7)
#1F2706
(31,39,6)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #82D20F

#82D20F
(130,210,15)
#8DD624
(141,214,36)
#98DA39
(152,218,57)
#A3DE4E
(163,222,78)
#AEE263
(174,226,99)
#B9E678
(185,230,120)
#C4EA8D
(196,234,141)
#CFEEA2
(207,238,162)
#DAF2B7
(218,242,183)
#E5F6CC
(229,246,204)
#F0FAE1
(240,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82D20F; }

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

This text font color is #82D20F.


Background Color

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

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

This div background color is #82D20F.


Border color

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

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

This div border color is #82D20F.


Opacity

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

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

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

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

This text has shadow with #82D20F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D20F on black background.


Color preview on white background

This text has color #82D20F on white background.



Black color preview on #82D20F background

This text has black color on #82D20F background.


White color preview on #82D20F background

This text has white color on #82D20F background.