COLOR #82EE65

HEX: #82EE65
RGB: (130,238,101)

Color info

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

RGB color model

#82EE65 color RGB value is (130,238,101).

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

RGB channels and saturation

R 130 of 255 = 51%
G 238 of 255 = 93%
B 101 of 255 = 40%

130
238
101

R + G + B ~ 61%. #82EE65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 238 + 101 = 469 (100%)
R 130 of 469 ~ 27.72%
G 238 of 469 ~ 50.75%
B 101 of 469 ~ 21.54%

%27.72
%50.75
%21.54

CMYK color model

#82EE65 color CMYK value is (45,0,58,7).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(45,0,58,7)
C45M0Y58K7 
(45%,0%,58%,7%)
(0.45/0.00/0.58/0.07)	

CMYK percentages

%45.38
%0
%57.56
%6.67

Codes

Color #82EE65 in popluar color models

82EE65
RGB130238101
HSL107°80.12%66.47%
HSB/HSV107°57.56%93.33%
CMYK45.38%0.00%57.56%
6.67%

Color #82EE65 in popluar number systems.

HEX82EE65
Decimal130238101
Binary10000010111011101100101
Octal202356145

Shades and tints

Shades of #82EE65

#82EE65
(130,238,101)
#77D95C
(119,217,92)
#6CC453
(108,196,83)
#61AF4A
(97,175,74)
#569A41
(86,154,65)
#4B8538
(75,133,56)
#40702F
(64,112,47)
#355B26
(53,91,38)
#2A461D
(42,70,29)
#1F3114
(31,49,20)
#141C0B
(20,28,11)
#000000
(0,0,0)

Tints of #82EE65

#82EE65
(130,238,101)
#8DEF73
(141,239,115)
#98F081
(152,240,129)
#A3F18F
(163,241,143)
#AEF29D
(174,242,157)
#B9F3AB
(185,243,171)
#C4F4B9
(196,244,185)
#CFF5C7
(207,245,199)
#DAF6D5
(218,246,213)
#E5F7E3
(229,247,227)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82EE65; }

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

This text font color is #82EE65.


Background Color

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

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

This div background color is #82EE65.


Border color

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

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

This div border color is #82EE65.


Opacity

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

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

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

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

This text has shadow with #82EE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82EE65 on black background.


Color preview on white background

This text has color #82EE65 on white background.



Black color preview on #82EE65 background

This text has black color on #82EE65 background.


White color preview on #82EE65 background

This text has white color on #82EE65 background.