COLOR #86EE82

HEX: #86EE82
RGB: (134,238,130)

Color info

#86EE82 contains mainly green color. Web safe color of #86EE82 is #99FF99 (or #9F9).

RGB color model

#86EE82 color RGB value is (134,238,130).

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

RGB channels and saturation

R 134 of 255 = 53%
G 238 of 255 = 93%
B 130 of 255 = 51%

134
238
130

R + G + B ~ 66%. #86EE82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 238 + 130 = 502 (100%)
R 134 of 502 ~ 26.69%
G 238 of 502 ~ 47.41%
B 130 of 502 ~ 25.9%

%26.69
%47.41
%25.9

CMYK color model

#86EE82 color CMYK value is (44,0,45,7).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 6.67%
CMYK:
(44,0,45,7)
C44M0Y45K7 
(44%,0%,45%,7%)
(0.44/0.00/0.45/0.07)	

CMYK percentages

%43.7
%0
%45.38
%6.67

Codes

Color #86EE82 in popluar color models

86EE82
RGB134238130
HSL118°76.06%72.16%
HSB/HSV118°45.38%93.33%
CMYK43.70%0.00%45.38%
6.67%

Color #86EE82 in popluar number systems.

HEX86EE82
Decimal134238130
Binary100001101110111010000010
Octal206356202

Shades and tints

Shades of #86EE82

#86EE82
(134,238,130)
#7AD977
(122,217,119)
#6EC46C
(110,196,108)
#62AF61
(98,175,97)
#569A56
(86,154,86)
#4A854B
(74,133,75)
#3E7040
(62,112,64)
#325B35
(50,91,53)
#26462A
(38,70,42)
#1A311F
(26,49,31)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #86EE82

#86EE82
(134,238,130)
#91EF8D
(145,239,141)
#9CF098
(156,240,152)
#A7F1A3
(167,241,163)
#B2F2AE
(178,242,174)
#BDF3B9
(189,243,185)
#C8F4C4
(200,244,196)
#D3F5CF
(211,245,207)
#DEF6DA
(222,246,218)
#E9F7E5
(233,247,229)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86EE82 color. Also use rgb(134,238,130) instead hex code.

Text Font Color

.myTextColor { color: #86EE82; }

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

This text font color is #86EE82.


Background Color

.myBgColor { background-color: #86EE82; }

<div style="background-color:#86EE82">Inner text</div>

This div background color is #86EE82.


Border color

.myBorderColor { border: 1px solid #86EE82; }

<div style="border:3px solid #86EE82">Div</div>

This div border color is #86EE82.


Opacity

.myOpacity80 { color: #86EE82; opacity: 0.8; }

<p style="color:#86EE82;opacity:0.8;">80%</p>

Text with #86EE82 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 #86EE82;}

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

This text has shadow with #86EE82 color.

.textShadow {text-shadow: 3px 3px 1px #86EE82, 3px 3px 1px red;}

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

This text has shadow with #86EE82 primary color and red secondary color.


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

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

This text has shadow with #86EE82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EE82 on black background.


Color preview on white background

This text has color #86EE82 on white background.



Black color preview on #86EE82 background

This text has black color on #86EE82 background.


White color preview on #86EE82 background

This text has white color on #86EE82 background.