COLOR #86DD41

HEX: #86DD41
RGB: (134,221,65)

Color info

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

RGB color model

#86DD41 color RGB value is (134,221,65).

  • red value is 134;
  • green value is 221;
  • blue value is 65.
RGB:
(134,221,65)
(53%,87%,25%)

RGB channels and saturation

R 134 of 255 = 53%
G 221 of 255 = 87%
B 65 of 255 = 25%

134
221
65

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

Portions of RGB colors in percentages

R + G + B =
134 + 221 + 65 = 420 (100%)
R 134 of 420 ~ 31.9%
G 221 of 420 ~ 52.62%
B 65 of 420 ~ 15.48%

%31.9
%52.62
%15.48

CMYK color model

#86DD41 color CMYK value is (39,0,71,13).

  • cyan value is 39.37%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 13.33%
CMYK:
(39,0,71,13)
C39M0Y71K13 
(39%,0%,71%,13%)
(0.39/0.00/0.71/0.13)	

CMYK percentages

%39.37
%0
%70.59
%13.33

Codes

Color #86DD41 in popluar color models

86DD41
RGB13422165
HSL93°69.64%56.08%
HSB/HSV93°70.59%86.67%
CMYK39.37%0.00%70.59%
13.33%

Color #86DD41 in popluar number systems.

HEX86DD41
Decimal13422165
Binary10000110110111011000001
Octal206335101

Shades and tints

Shades of #86DD41

#86DD41
(134,221,65)
#7AC93C
(122,201,60)
#6EB537
(110,181,55)
#62A132
(98,161,50)
#568D2D
(86,141,45)
#4A7928
(74,121,40)
#3E6523
(62,101,35)
#32511E
(50,81,30)
#263D19
(38,61,25)
#1A2914
(26,41,20)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #86DD41

#86DD41
(134,221,65)
#91E052
(145,224,82)
#9CE363
(156,227,99)
#A7E674
(167,230,116)
#B2E985
(178,233,133)
#BDEC96
(189,236,150)
#C8EFA7
(200,239,167)
#D3F2B8
(211,242,184)
#DEF5C9
(222,245,201)
#E9F8DA
(233,248,218)
#F4FBEB
(244,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86DD41 color. Also use rgb(134,221,65) instead hex code.

Text Font Color

.myTextColor { color: #86DD41; }

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

This text font color is #86DD41.


Background Color

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

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

This div background color is #86DD41.


Border color

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

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

This div border color is #86DD41.


Opacity

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

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

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

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

This text has shadow with #86DD41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86DD41 on black background.


Color preview on white background

This text has color #86DD41 on white background.



Black color preview on #86DD41 background

This text has black color on #86DD41 background.


White color preview on #86DD41 background

This text has white color on #86DD41 background.