COLOR #86FC7D

HEX: #86FC7D
RGB: (134,252,125)

Color info

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

RGB color model

#86FC7D color RGB value is (134,252,125).

  • red value is 134;
  • green value is 252;
  • blue value is 125.
RGB:
(134,252,125)
(53%,99%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 252 of 255 = 99%
B 125 of 255 = 49%

134
252
125

R + G + B ~ 67%. #86FC7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 252 + 125 = 511 (100%)
R 134 of 511 ~ 26.22%
G 252 of 511 ~ 49.32%
B 125 of 511 ~ 24.46%

%26.22
%49.32
%24.46

CMYK color model

#86FC7D color CMYK value is (47,0,50,1).

  • cyan value is 46.83%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 1.18%
CMYK:
(47,0,50,1)
C47M0Y50K1 
(47%,0%,50%,1%)
(0.47/0.00/0.50/0.01)	

CMYK percentages

%46.83
%0
%50.4
%1.18

Codes

Color #86FC7D in popluar color models

86FC7D
RGB134252125
HSL116°95.49%73.92%
HSB/HSV116°50.40%98.82%
CMYK46.83%0.00%50.40%
1.18%

Color #86FC7D in popluar number systems.

HEX86FC7D
Decimal134252125
Binary10000110111111001111101
Octal206374175

Shades and tints

Shades of #86FC7D

#86FC7D
(134,252,125)
#7AE672
(122,230,114)
#6ED067
(110,208,103)
#62BA5C
(98,186,92)
#56A451
(86,164,81)
#4A8E46
(74,142,70)
#3E783B
(62,120,59)
#326230
(50,98,48)
#264C25
(38,76,37)
#1A361A
(26,54,26)
#0E200F
(14,32,15)
#000000
(0,0,0)

Tints of #86FC7D

#86FC7D
(134,252,125)
#91FC88
(145,252,136)
#9CFC93
(156,252,147)
#A7FC9E
(167,252,158)
#B2FCA9
(178,252,169)
#BDFCB4
(189,252,180)
#C8FCBF
(200,252,191)
#D3FCCA
(211,252,202)
#DEFCD5
(222,252,213)
#E9FCE0
(233,252,224)
#F4FCEB
(244,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86FC7D color. Also use rgb(134,252,125) instead hex code.

Text Font Color

.myTextColor { color: #86FC7D; }

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

This text font color is #86FC7D.


Background Color

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

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

This div background color is #86FC7D.


Border color

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

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

This div border color is #86FC7D.


Opacity

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

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

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

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

This text has shadow with #86FC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86FC7D on black background.


Color preview on white background

This text has color #86FC7D on white background.



Black color preview on #86FC7D background

This text has black color on #86FC7D background.


White color preview on #86FC7D background

This text has white color on #86FC7D background.