COLOR #86F863

HEX: #86F863
RGB: (134,248,99)

Color info

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

RGB color model

#86F863 color RGB value is (134,248,99).

  • red value is 134;
  • green value is 248;
  • blue value is 99.
RGB:
(134,248,99)
(53%,97%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 248 of 255 = 97%
B 99 of 255 = 39%

134
248
99

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

Portions of RGB colors in percentages

R + G + B =
134 + 248 + 99 = 481 (100%)
R 134 of 481 ~ 27.86%
G 248 of 481 ~ 51.56%
B 99 of 481 ~ 20.58%

%27.86
%51.56
%20.58

CMYK color model

#86F863 color CMYK value is (46,0,60,3).

  • cyan value is 45.97%
  • magenta value is 0.00%
  • yellow value is 60.08%
  • key color value is 2.75%
CMYK:
(46,0,60,3)
C46M0Y60K3 
(46%,0%,60%,3%)
(0.46/0.00/0.60/0.03)	

CMYK percentages

%45.97
%0
%60.08
%2.75

Codes

Color #86F863 in popluar color models

86F863
RGB13424899
HSL106°91.41%68.04%
HSB/HSV106°60.08%97.25%
CMYK45.97%0.00%60.08%
2.75%

Color #86F863 in popluar number systems.

HEX86F863
Decimal13424899
Binary10000110111110001100011
Octal206370143

Shades and tints

Shades of #86F863

#86F863
(134,248,99)
#7AE25A
(122,226,90)
#6ECC51
(110,204,81)
#62B648
(98,182,72)
#56A03F
(86,160,63)
#4A8A36
(74,138,54)
#3E742D
(62,116,45)
#325E24
(50,94,36)
#26481B
(38,72,27)
#1A3212
(26,50,18)
#0E1C09
(14,28,9)
#000000
(0,0,0)

Tints of #86F863

#86F863
(134,248,99)
#91F871
(145,248,113)
#9CF87F
(156,248,127)
#A7F88D
(167,248,141)
#B2F89B
(178,248,155)
#BDF8A9
(189,248,169)
#C8F8B7
(200,248,183)
#D3F8C5
(211,248,197)
#DEF8D3
(222,248,211)
#E9F8E1
(233,248,225)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86F863 color. Also use rgb(134,248,99) instead hex code.

Text Font Color

.myTextColor { color: #86F863; }

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

This text font color is #86F863.


Background Color

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

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

This div background color is #86F863.


Border color

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

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

This div border color is #86F863.


Opacity

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

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

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

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

This text has shadow with #86F863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86F863 on black background.


Color preview on white background

This text has color #86F863 on white background.



Black color preview on #86F863 background

This text has black color on #86F863 background.


White color preview on #86F863 background

This text has white color on #86F863 background.