COLOR #86EC59

HEX: #86EC59
RGB: (134,236,89)

Color info

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

RGB color model

#86EC59 color RGB value is (134,236,89).

  • red value is 134;
  • green value is 236;
  • blue value is 89.
RGB:
(134,236,89)
(53%,93%,35%)

RGB channels and saturation

R 134 of 255 = 53%
G 236 of 255 = 93%
B 89 of 255 = 35%

134
236
89

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

Portions of RGB colors in percentages

R + G + B =
134 + 236 + 89 = 459 (100%)
R 134 of 459 ~ 29.19%
G 236 of 459 ~ 51.42%
B 89 of 459 ~ 19.39%

%29.19
%51.42
%19.39

CMYK color model

#86EC59 color CMYK value is (43,0,62,7).

  • cyan value is 43.22%
  • magenta value is 0.00%
  • yellow value is 62.29%
  • key color value is 7.45%
CMYK:
(43,0,62,7)
C43M0Y62K7 
(43%,0%,62%,7%)
(0.43/0.00/0.62/0.07)	

CMYK percentages

%43.22
%0
%62.29
%7.45

Codes

Color #86EC59 in popluar color models

86EC59
RGB13423689
HSL102°79.46%63.73%
HSB/HSV102°62.29%92.55%
CMYK43.22%0.00%62.29%
7.45%

Color #86EC59 in popluar number systems.

HEX86EC59
Decimal13423689
Binary10000110111011001011001
Octal206354131

Shades and tints

Shades of #86EC59

#86EC59
(134,236,89)
#7AD751
(122,215,81)
#6EC249
(110,194,73)
#62AD41
(98,173,65)
#569839
(86,152,57)
#4A8331
(74,131,49)
#3E6E29
(62,110,41)
#325921
(50,89,33)
#264419
(38,68,25)
#1A2F11
(26,47,17)
#0E1A09
(14,26,9)
#000000
(0,0,0)

Tints of #86EC59

#86EC59
(134,236,89)
#91ED68
(145,237,104)
#9CEE77
(156,238,119)
#A7EF86
(167,239,134)
#B2F095
(178,240,149)
#BDF1A4
(189,241,164)
#C8F2B3
(200,242,179)
#D3F3C2
(211,243,194)
#DEF4D1
(222,244,209)
#E9F5E0
(233,245,224)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86EC59 color. Also use rgb(134,236,89) instead hex code.

Text Font Color

.myTextColor { color: #86EC59; }

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

This text font color is #86EC59.


Background Color

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

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

This div background color is #86EC59.


Border color

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

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

This div border color is #86EC59.


Opacity

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

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

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

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

This text has shadow with #86EC59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EC59 on black background.


Color preview on white background

This text has color #86EC59 on white background.



Black color preview on #86EC59 background

This text has black color on #86EC59 background.


White color preview on #86EC59 background

This text has white color on #86EC59 background.