COLOR #85D871

HEX: #85D871
RGB: (133,216,113)

Color info

#85D871 contains mainly green color. Web safe color of #85D871 is #99CC66 (or #9C6).

RGB color model

#85D871 color RGB value is (133,216,113).

  • red value is 133;
  • green value is 216;
  • blue value is 113.
RGB:
(133,216,113)
(52%,85%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 216 of 255 = 85%
B 113 of 255 = 44%

133
216
113

R + G + B ~ 60%. #85D871 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 216 + 113 = 462 (100%)
R 133 of 462 ~ 28.79%
G 216 of 462 ~ 46.75%
B 113 of 462 ~ 24.46%

%28.79
%46.75
%24.46

CMYK color model

#85D871 color CMYK value is (38,0,48,15).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 47.69%
  • key color value is 15.29%
CMYK:
(38,0,48,15)
C38M0Y48K15 
(38%,0%,48%,15%)
(0.38/0.00/0.48/0.15)	

CMYK percentages

%38.43
%0
%47.69
%15.29

Codes

Color #85D871 in popluar color models

85D871
RGB133216113
HSL108°56.91%64.51%
HSB/HSV108°47.69%84.71%
CMYK38.43%0.00%47.69%
15.29%

Color #85D871 in popluar number systems.

HEX85D871
Decimal133216113
Binary10000101110110001110001
Octal205330161

Shades and tints

Shades of #85D871

#85D871
(133,216,113)
#79C567
(121,197,103)
#6DB25D
(109,178,93)
#619F53
(97,159,83)
#558C49
(85,140,73)
#49793F
(73,121,63)
#3D6635
(61,102,53)
#31532B
(49,83,43)
#254021
(37,64,33)
#192D17
(25,45,23)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #85D871

#85D871
(133,216,113)
#90DB7D
(144,219,125)
#9BDE89
(155,222,137)
#A6E195
(166,225,149)
#B1E4A1
(177,228,161)
#BCE7AD
(188,231,173)
#C7EAB9
(199,234,185)
#D2EDC5
(210,237,197)
#DDF0D1
(221,240,209)
#E8F3DD
(232,243,221)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D871 color. Also use rgb(133,216,113) instead hex code.

Text Font Color

.myTextColor { color: #85D871; }

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

This text font color is #85D871.


Background Color

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

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

This div background color is #85D871.


Border color

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

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

This div border color is #85D871.


Opacity

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

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

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

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

This text has shadow with #85D871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D871 on black background.


Color preview on white background

This text has color #85D871 on white background.



Black color preview on #85D871 background

This text has black color on #85D871 background.


White color preview on #85D871 background

This text has white color on #85D871 background.