COLOR #86EC75

HEX: #86EC75
RGB: (134,236,117)

Color info

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

RGB color model

#86EC75 color RGB value is (134,236,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 236 of 255 = 93%
B 117 of 255 = 46%

134
236
117

R + G + B ~ 64%. #86EC75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 236 + 117 = 487 (100%)
R 134 of 487 ~ 27.52%
G 236 of 487 ~ 48.46%
B 117 of 487 ~ 24.02%

%27.52
%48.46
%24.02

CMYK color model

#86EC75 color CMYK value is (43,0,50,7).

  • cyan value is 43.22%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 7.45%
CMYK:
(43,0,50,7)
C43M0Y50K7 
(43%,0%,50%,7%)
(0.43/0.00/0.50/0.07)	

CMYK percentages

%43.22
%0
%50.42
%7.45

Codes

Color #86EC75 in popluar color models

86EC75
RGB134236117
HSL111°75.80%69.22%
HSB/HSV111°50.42%92.55%
CMYK43.22%0.00%50.42%
7.45%

Color #86EC75 in popluar number systems.

HEX86EC75
Decimal134236117
Binary10000110111011001110101
Octal206354165

Shades and tints

Shades of #86EC75

#86EC75
(134,236,117)
#7AD76B
(122,215,107)
#6EC261
(110,194,97)
#62AD57
(98,173,87)
#56984D
(86,152,77)
#4A8343
(74,131,67)
#3E6E39
(62,110,57)
#32592F
(50,89,47)
#264425
(38,68,37)
#1A2F1B
(26,47,27)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #86EC75

#86EC75
(134,236,117)
#91ED81
(145,237,129)
#9CEE8D
(156,238,141)
#A7EF99
(167,239,153)
#B2F0A5
(178,240,165)
#BDF1B1
(189,241,177)
#C8F2BD
(200,242,189)
#D3F3C9
(211,243,201)
#DEF4D5
(222,244,213)
#E9F5E1
(233,245,225)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86EC75; }

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

This text font color is #86EC75.


Background Color

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

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

This div background color is #86EC75.


Border color

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

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

This div border color is #86EC75.


Opacity

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

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

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

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

This text has shadow with #86EC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EC75 on black background.


Color preview on white background

This text has color #86EC75 on white background.



Black color preview on #86EC75 background

This text has black color on #86EC75 background.


White color preview on #86EC75 background

This text has white color on #86EC75 background.