COLOR #86C835

HEX: #86C835
RGB: (134,200,53)

Color info

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

RGB color model

#86C835 color RGB value is (134,200,53).

  • red value is 134;
  • green value is 200;
  • blue value is 53.
RGB:
(134,200,53)
(53%,78%,21%)

RGB channels and saturation

R 134 of 255 = 53%
G 200 of 255 = 78%
B 53 of 255 = 21%

134
200
53

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

Portions of RGB colors in percentages

R + G + B =
134 + 200 + 53 = 387 (100%)
R 134 of 387 ~ 34.63%
G 200 of 387 ~ 51.68%
B 53 of 387 ~ 13.7%

%34.63
%51.68
%13.7

CMYK color model

#86C835 color CMYK value is (33,0,74,22).

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 73.50%
  • key color value is 21.57%
CMYK:
(33,0,74,22)
C33M0Y74K22 
(33%,0%,74%,22%)
(0.33/0.00/0.74/0.22)	

CMYK percentages

%33
%0
%73.5
%21.57

Codes

Color #86C835 in popluar color models

86C835
RGB13420053
HSL87°58.10%49.61%
HSB/HSV87°73.50%78.43%
CMYK33.00%0.00%73.50%
21.57%

Color #86C835 in popluar number systems.

HEX86C835
Decimal13420053
Binary1000011011001000110101
Octal20631065

Shades and tints

Shades of #86C835

#86C835
(134,200,53)
#7AB631
(122,182,49)
#6EA42D
(110,164,45)
#629229
(98,146,41)
#568025
(86,128,37)
#4A6E21
(74,110,33)
#3E5C1D
(62,92,29)
#324A19
(50,74,25)
#263815
(38,56,21)
#1A2611
(26,38,17)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #86C835

#86C835
(134,200,53)
#91CD47
(145,205,71)
#9CD259
(156,210,89)
#A7D76B
(167,215,107)
#B2DC7D
(178,220,125)
#BDE18F
(189,225,143)
#C8E6A1
(200,230,161)
#D3EBB3
(211,235,179)
#DEF0C5
(222,240,197)
#E9F5D7
(233,245,215)
#F4FAE9
(244,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C835 color. Also use rgb(134,200,53) instead hex code.

Text Font Color

.myTextColor { color: #86C835; }

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

This text font color is #86C835.


Background Color

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

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

This div background color is #86C835.


Border color

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

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

This div border color is #86C835.


Opacity

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

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

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

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

This text has shadow with #86C835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C835 on black background.


Color preview on white background

This text has color #86C835 on white background.



Black color preview on #86C835 background

This text has black color on #86C835 background.


White color preview on #86C835 background

This text has white color on #86C835 background.