COLOR #86FF85

HEX: #86FF85
RGB: (134,255,133)

Color info

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

RGB color model

#86FF85 color RGB value is (134,255,133).

  • red value is 134;
  • green value is 255;
  • blue value is 133.
RGB:
(134,255,133)
(53%,100%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 255 of 255 = 100%
B 133 of 255 = 52%

134
255
133

R + G + B ~ 68%. #86FF85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 255 + 133 = 522 (100%)
R 134 of 522 ~ 25.67%
G 255 of 522 ~ 48.85%
B 133 of 522 ~ 25.48%

%25.67
%48.85
%25.48

CMYK color model

#86FF85 color CMYK value is (47,0,48,0).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(47,0,48,0)
C47M0Y48K0 
(47%,0%,48%,0%)
(0.47/0.00/0.48/0.00)	

CMYK percentages

%47.45
%0
%47.84
%0

Codes

Color #86FF85 in popluar color models

86FF85
RGB134255133
HSL120°100.00%76.08%
HSB/HSV120°47.84%100.00%
CMYK47.45%0.00%47.84%
0.00%

Color #86FF85 in popluar number systems.

HEX86FF85
Decimal134255133
Binary100001101111111110000101
Octal206377205

Shades and tints

Shades of #86FF85

#86FF85
(134,255,133)
#7AE879
(122,232,121)
#6ED16D
(110,209,109)
#62BA61
(98,186,97)
#56A355
(86,163,85)
#4A8C49
(74,140,73)
#3E753D
(62,117,61)
#325E31
(50,94,49)
#264725
(38,71,37)
#1A3019
(26,48,25)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #86FF85

#86FF85
(134,255,133)
#91FF90
(145,255,144)
#9CFF9B
(156,255,155)
#A7FFA6
(167,255,166)
#B2FFB1
(178,255,177)
#BDFFBC
(189,255,188)
#C8FFC7
(200,255,199)
#D3FFD2
(211,255,210)
#DEFFDD
(222,255,221)
#E9FFE8
(233,255,232)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86FF85 color. Also use rgb(134,255,133) instead hex code.

Text Font Color

.myTextColor { color: #86FF85; }

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

This text font color is #86FF85.


Background Color

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

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

This div background color is #86FF85.


Border color

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

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

This div border color is #86FF85.


Opacity

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

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

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

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

This text has shadow with #86FF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86FF85 on black background.


Color preview on white background

This text has color #86FF85 on white background.



Black color preview on #86FF85 background

This text has black color on #86FF85 background.


White color preview on #86FF85 background

This text has white color on #86FF85 background.