COLOR #86DA31

HEX: #86DA31
RGB: (134,218,49)

Color info

#86DA31 contains mainly green color. Web safe color of #86DA31 is #99CC33 (or #9C3).

RGB color model

#86DA31 color RGB value is (134,218,49).

  • red value is 134;
  • green value is 218;
  • blue value is 49.
RGB:
(134,218,49)
(53%,85%,19%)

RGB channels and saturation

R 134 of 255 = 53%
G 218 of 255 = 85%
B 49 of 255 = 19%

134
218
49

R + G + B ~ 52%. #86DA31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 218 + 49 = 401 (100%)
R 134 of 401 ~ 33.42%
G 218 of 401 ~ 54.36%
B 49 of 401 ~ 12.22%

%33.42
%54.36
%12.22

CMYK color model

#86DA31 color CMYK value is (39,0,78,15).

  • cyan value is 38.53%
  • magenta value is 0.00%
  • yellow value is 77.52%
  • key color value is 14.51%
CMYK:
(39,0,78,15)
C39M0Y78K15 
(39%,0%,78%,15%)
(0.39/0.00/0.78/0.15)	

CMYK percentages

%38.53
%0
%77.52
%14.51

Codes

Color #86DA31 in popluar color models

86DA31
RGB13421849
HSL90°69.55%52.35%
HSB/HSV90°77.52%85.49%
CMYK38.53%0.00%77.52%
14.51%

Color #86DA31 in popluar number systems.

HEX86DA31
Decimal13421849
Binary1000011011011010110001
Octal20633261

Shades and tints

Shades of #86DA31

#86DA31
(134,218,49)
#7AC72D
(122,199,45)
#6EB429
(110,180,41)
#62A125
(98,161,37)
#568E21
(86,142,33)
#4A7B1D
(74,123,29)
#3E6819
(62,104,25)
#325515
(50,85,21)
#264211
(38,66,17)
#1A2F0D
(26,47,13)
#0E1C09
(14,28,9)
#000000
(0,0,0)

Tints of #86DA31

#86DA31
(134,218,49)
#91DD43
(145,221,67)
#9CE055
(156,224,85)
#A7E367
(167,227,103)
#B2E679
(178,230,121)
#BDE98B
(189,233,139)
#C8EC9D
(200,236,157)
#D3EFAF
(211,239,175)
#DEF2C1
(222,242,193)
#E9F5D3
(233,245,211)
#F4F8E5
(244,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86DA31 color. Also use rgb(134,218,49) instead hex code.

Text Font Color

.myTextColor { color: #86DA31; }

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

This text font color is #86DA31.


Background Color

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

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

This div background color is #86DA31.


Border color

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

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

This div border color is #86DA31.


Opacity

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

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

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

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

This text has shadow with #86DA31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86DA31 on black background.


Color preview on white background

This text has color #86DA31 on white background.



Black color preview on #86DA31 background

This text has black color on #86DA31 background.


White color preview on #86DA31 background

This text has white color on #86DA31 background.