COLOR #85D976

HEX: #85D976
RGB: (133,217,118)

Color info

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

RGB color model

#85D976 color RGB value is (133,217,118).

  • red value is 133;
  • green value is 217;
  • blue value is 118.
RGB:
(133,217,118)
(52%,85%,46%)

RGB channels and saturation

R 133 of 255 = 52%
G 217 of 255 = 85%
B 118 of 255 = 46%

133
217
118

R + G + B ~ 61%. #85D976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 217 + 118 = 468 (100%)
R 133 of 468 ~ 28.42%
G 217 of 468 ~ 46.37%
B 118 of 468 ~ 25.21%

%28.42
%46.37
%25.21

CMYK color model

#85D976 color CMYK value is (39,0,46,15).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 45.62%
  • key color value is 14.90%
CMYK:
(39,0,46,15)
C39M0Y46K15 
(39%,0%,46%,15%)
(0.39/0.00/0.46/0.15)	

CMYK percentages

%38.71
%0
%45.62
%14.9

Codes

Color #85D976 in popluar color models

85D976
RGB133217118
HSL111°56.57%65.69%
HSB/HSV111°45.62%85.10%
CMYK38.71%0.00%45.62%
14.90%

Color #85D976 in popluar number systems.

HEX85D976
Decimal133217118
Binary10000101110110011110110
Octal205331166

Shades and tints

Shades of #85D976

#85D976
(133,217,118)
#79C66C
(121,198,108)
#6DB362
(109,179,98)
#61A058
(97,160,88)
#558D4E
(85,141,78)
#497A44
(73,122,68)
#3D673A
(61,103,58)
#315430
(49,84,48)
#254126
(37,65,38)
#192E1C
(25,46,28)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #85D976

#85D976
(133,217,118)
#90DC82
(144,220,130)
#9BDF8E
(155,223,142)
#A6E29A
(166,226,154)
#B1E5A6
(177,229,166)
#BCE8B2
(188,232,178)
#C7EBBE
(199,235,190)
#D2EECA
(210,238,202)
#DDF1D6
(221,241,214)
#E8F4E2
(232,244,226)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D976 color. Also use rgb(133,217,118) instead hex code.

Text Font Color

.myTextColor { color: #85D976; }

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

This text font color is #85D976.


Background Color

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

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

This div background color is #85D976.


Border color

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

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

This div border color is #85D976.


Opacity

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

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

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

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

This text has shadow with #85D976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D976 on black background.


Color preview on white background

This text has color #85D976 on white background.



Black color preview on #85D976 background

This text has black color on #85D976 background.


White color preview on #85D976 background

This text has white color on #85D976 background.