COLOR #82E65F

HEX: #82E65F
RGB: (130,230,95)

Color info

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

RGB color model

#82E65F color RGB value is (130,230,95).

  • red value is 130;
  • green value is 230;
  • blue value is 95.
RGB:
(130,230,95)
(51%,90%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 230 of 255 = 90%
B 95 of 255 = 37%

130
230
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 230 + 95 = 455 (100%)
R 130 of 455 ~ 28.57%
G 230 of 455 ~ 50.55%
B 95 of 455 ~ 20.88%

%28.57
%50.55
%20.88

CMYK color model

#82E65F color CMYK value is (43,0,59,10).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 9.80%
CMYK:
(43,0,59,10)
C43M0Y59K10 
(43%,0%,59%,10%)
(0.43/0.00/0.59/0.10)	

CMYK percentages

%43.48
%0
%58.7
%9.8

Codes

Color #82E65F in popluar color models

82E65F
RGB13023095
HSL104°72.97%63.73%
HSB/HSV104°58.70%90.20%
CMYK43.48%0.00%58.70%
9.80%

Color #82E65F in popluar number systems.

HEX82E65F
Decimal13023095
Binary10000010111001101011111
Octal202346137

Shades and tints

Shades of #82E65F

#82E65F
(130,230,95)
#77D257
(119,210,87)
#6CBE4F
(108,190,79)
#61AA47
(97,170,71)
#56963F
(86,150,63)
#4B8237
(75,130,55)
#406E2F
(64,110,47)
#355A27
(53,90,39)
#2A461F
(42,70,31)
#1F3217
(31,50,23)
#141E0F
(20,30,15)
#000000
(0,0,0)

Tints of #82E65F

#82E65F
(130,230,95)
#8DE86D
(141,232,109)
#98EA7B
(152,234,123)
#A3EC89
(163,236,137)
#AEEE97
(174,238,151)
#B9F0A5
(185,240,165)
#C4F2B3
(196,242,179)
#CFF4C1
(207,244,193)
#DAF6CF
(218,246,207)
#E5F8DD
(229,248,221)
#F0FAEB
(240,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E65F color. Also use rgb(130,230,95) instead hex code.

Text Font Color

.myTextColor { color: #82E65F; }

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

This text font color is #82E65F.


Background Color

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

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

This div background color is #82E65F.


Border color

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

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

This div border color is #82E65F.


Opacity

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

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

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

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

This text has shadow with #82E65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E65F on black background.


Color preview on white background

This text has color #82E65F on white background.



Black color preview on #82E65F background

This text has black color on #82E65F background.


White color preview on #82E65F background

This text has white color on #82E65F background.