COLOR #82E15D

HEX: #82E15D
RGB: (130,225,93)

Color info

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

RGB color model

#82E15D color RGB value is (130,225,93).

  • red value is 130;
  • green value is 225;
  • blue value is 93.
RGB:
(130,225,93)
(51%,88%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 225 of 255 = 88%
B 93 of 255 = 36%

130
225
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 225 + 93 = 448 (100%)
R 130 of 448 ~ 29.02%
G 225 of 448 ~ 50.22%
B 93 of 448 ~ 20.76%

%29.02
%50.22
%20.76

CMYK color model

#82E15D color CMYK value is (42,0,59,12).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 11.76%
CMYK:
(42,0,59,12)
C42M0Y59K12 
(42%,0%,59%,12%)
(0.42/0.00/0.59/0.12)	

CMYK percentages

%42.22
%0
%58.67
%11.76

Codes

Color #82E15D in popluar color models

82E15D
RGB13022593
HSL103°68.75%62.35%
HSB/HSV103°58.67%88.24%
CMYK42.22%0.00%58.67%
11.76%

Color #82E15D in popluar number systems.

HEX82E15D
Decimal13022593
Binary10000010111000011011101
Octal202341135

Shades and tints

Shades of #82E15D

#82E15D
(130,225,93)
#77CD55
(119,205,85)
#6CB94D
(108,185,77)
#61A545
(97,165,69)
#56913D
(86,145,61)
#4B7D35
(75,125,53)
#40692D
(64,105,45)
#355525
(53,85,37)
#2A411D
(42,65,29)
#1F2D15
(31,45,21)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #82E15D

#82E15D
(130,225,93)
#8DE36B
(141,227,107)
#98E579
(152,229,121)
#A3E787
(163,231,135)
#AEE995
(174,233,149)
#B9EBA3
(185,235,163)
#C4EDB1
(196,237,177)
#CFEFBF
(207,239,191)
#DAF1CD
(218,241,205)
#E5F3DB
(229,243,219)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E15D color. Also use rgb(130,225,93) instead hex code.

Text Font Color

.myTextColor { color: #82E15D; }

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

This text font color is #82E15D.


Background Color

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

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

This div background color is #82E15D.


Border color

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

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

This div border color is #82E15D.


Opacity

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

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

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

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

This text has shadow with #82E15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E15D on black background.


Color preview on white background

This text has color #82E15D on white background.



Black color preview on #82E15D background

This text has black color on #82E15D background.


White color preview on #82E15D background

This text has white color on #82E15D background.