COLOR #82EE5E

HEX: #82EE5E
RGB: (130,238,94)

Color info

#82EE5E contains mainly green color. Web safe color of #82EE5E is #99FF66 (or #9F6).

RGB color model

#82EE5E color RGB value is (130,238,94).

  • red value is 130;
  • green value is 238;
  • blue value is 94.
RGB:
(130,238,94)
(51%,93%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 238 of 255 = 93%
B 94 of 255 = 37%

130
238
94

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

Portions of RGB colors in percentages

R + G + B =
130 + 238 + 94 = 462 (100%)
R 130 of 462 ~ 28.14%
G 238 of 462 ~ 51.52%
B 94 of 462 ~ 20.35%

%28.14
%51.52
%20.35

CMYK color model

#82EE5E color CMYK value is (45,0,61,7).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 60.50%
  • key color value is 6.67%
CMYK:
(45,0,61,7)
C45M0Y61K7 
(45%,0%,61%,7%)
(0.45/0.00/0.61/0.07)	

CMYK percentages

%45.38
%0
%60.5
%6.67

Codes

Color #82EE5E in popluar color models

82EE5E
RGB13023894
HSL105°80.90%65.10%
HSB/HSV105°60.50%93.33%
CMYK45.38%0.00%60.50%
6.67%

Color #82EE5E in popluar number systems.

HEX82EE5E
Decimal13023894
Binary10000010111011101011110
Octal202356136

Shades and tints

Shades of #82EE5E

#82EE5E
(130,238,94)
#77D956
(119,217,86)
#6CC44E
(108,196,78)
#61AF46
(97,175,70)
#569A3E
(86,154,62)
#4B8536
(75,133,54)
#40702E
(64,112,46)
#355B26
(53,91,38)
#2A461E
(42,70,30)
#1F3116
(31,49,22)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #82EE5E

#82EE5E
(130,238,94)
#8DEF6C
(141,239,108)
#98F07A
(152,240,122)
#A3F188
(163,241,136)
#AEF296
(174,242,150)
#B9F3A4
(185,243,164)
#C4F4B2
(196,244,178)
#CFF5C0
(207,245,192)
#DAF6CE
(218,246,206)
#E5F7DC
(229,247,220)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82EE5E color. Also use rgb(130,238,94) instead hex code.

Text Font Color

.myTextColor { color: #82EE5E; }

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

This text font color is #82EE5E.


Background Color

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

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

This div background color is #82EE5E.


Border color

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

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

This div border color is #82EE5E.


Opacity

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

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

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

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

This text has shadow with #82EE5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82EE5E on black background.


Color preview on white background

This text has color #82EE5E on white background.



Black color preview on #82EE5E background

This text has black color on #82EE5E background.


White color preview on #82EE5E background

This text has white color on #82EE5E background.