COLOR #86E775

HEX: #86E775
RGB: (134,231,117)

Color info

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

RGB color model

#86E775 color RGB value is (134,231,117).

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

RGB channels and saturation

R 134 of 255 = 53%
G 231 of 255 = 91%
B 117 of 255 = 46%

134
231
117

R + G + B ~ 63%. #86E775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 231 + 117 = 482 (100%)
R 134 of 482 ~ 27.8%
G 231 of 482 ~ 47.93%
B 117 of 482 ~ 24.27%

%27.8
%47.93
%24.27

CMYK color model

#86E775 color CMYK value is (42,0,49,9).

  • cyan value is 41.99%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 9.41%
CMYK:
(42,0,49,9)
C42M0Y49K9 
(42%,0%,49%,9%)
(0.42/0.00/0.49/0.09)	

CMYK percentages

%41.99
%0
%49.35
%9.41

Codes

Color #86E775 in popluar color models

86E775
RGB134231117
HSL111°70.37%68.24%
HSB/HSV111°49.35%90.59%
CMYK41.99%0.00%49.35%
9.41%

Color #86E775 in popluar number systems.

HEX86E775
Decimal134231117
Binary10000110111001111110101
Octal206347165

Shades and tints

Shades of #86E775

#86E775
(134,231,117)
#7AD26B
(122,210,107)
#6EBD61
(110,189,97)
#62A857
(98,168,87)
#56934D
(86,147,77)
#4A7E43
(74,126,67)
#3E6939
(62,105,57)
#32542F
(50,84,47)
#263F25
(38,63,37)
#1A2A1B
(26,42,27)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #86E775

#86E775
(134,231,117)
#91E981
(145,233,129)
#9CEB8D
(156,235,141)
#A7ED99
(167,237,153)
#B2EFA5
(178,239,165)
#BDF1B1
(189,241,177)
#C8F3BD
(200,243,189)
#D3F5C9
(211,245,201)
#DEF7D5
(222,247,213)
#E9F9E1
(233,249,225)
#F4FBED
(244,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86E775; }

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

This text font color is #86E775.


Background Color

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

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

This div background color is #86E775.


Border color

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

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

This div border color is #86E775.


Opacity

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

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

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

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

This text has shadow with #86E775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E775 on black background.


Color preview on white background

This text has color #86E775 on white background.



Black color preview on #86E775 background

This text has black color on #86E775 background.


White color preview on #86E775 background

This text has white color on #86E775 background.