COLOR #85D386

HEX: #85D386
RGB: (133,211,134)

Color info

#85D386 contains mainly green color. Web safe color of #85D386 is #99CC99 (or #9C9).

RGB color model

#85D386 color RGB value is (133,211,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 134 of 255 = 53%

133
211
134

R + G + B ~ 63%. #85D386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 134 = 478 (100%)
R 133 of 478 ~ 27.82%
G 211 of 478 ~ 44.14%
B 134 of 478 ~ 28.03%

%27.82
%44.14
%28.03

CMYK color model

#85D386 color CMYK value is (37,0,36,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 17.25%
CMYK:
(37,0,36,17)
C37M0Y36K17 
(37%,0%,36%,17%)
(0.37/0.00/0.36/0.17)	

CMYK percentages

%36.97
%0
%36.49
%17.25

Codes

Color #85D386 in popluar color models

85D386
RGB133211134
HSL121°46.99%67.45%
HSB/HSV121°36.97%82.75%
CMYK36.97%0.00%36.49%
17.25%

Color #85D386 in popluar number systems.

HEX85D386
Decimal133211134
Binary100001011101001110000110
Octal205323206

Shades and tints

Shades of #85D386

#85D386
(133,211,134)
#79C07A
(121,192,122)
#6DAD6E
(109,173,110)
#619A62
(97,154,98)
#558756
(85,135,86)
#49744A
(73,116,74)
#3D613E
(61,97,62)
#314E32
(49,78,50)
#253B26
(37,59,38)
#19281A
(25,40,26)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #85D386

#85D386
(133,211,134)
#90D791
(144,215,145)
#9BDB9C
(155,219,156)
#A6DFA7
(166,223,167)
#B1E3B2
(177,227,178)
#BCE7BD
(188,231,189)
#C7EBC8
(199,235,200)
#D2EFD3
(210,239,211)
#DDF3DE
(221,243,222)
#E8F7E9
(232,247,233)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D386 color. Also use rgb(133,211,134) instead hex code.

Text Font Color

.myTextColor { color: #85D386; }

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

This text font color is #85D386.


Background Color

.myBgColor { background-color: #85D386; }

<div style="background-color:#85D386">Inner text</div>

This div background color is #85D386.


Border color

.myBorderColor { border: 1px solid #85D386; }

<div style="border:3px solid #85D386">Div</div>

This div border color is #85D386.


Opacity

.myOpacity80 { color: #85D386; opacity: 0.8; }

<p style="color:#85D386;opacity:0.8;">80%</p>

Text with #85D386 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 #85D386;}

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

This text has shadow with #85D386 color.

.textShadow {text-shadow: 3px 3px 1px #85D386, 3px 3px 1px red;}

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

This text has shadow with #85D386 primary color and red secondary color.


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

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

This text has shadow with #85D386 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D386 on black background.


Color preview on white background

This text has color #85D386 on white background.



Black color preview on #85D386 background

This text has black color on #85D386 background.


White color preview on #85D386 background

This text has white color on #85D386 background.