COLOR #85C970

HEX: #85C970
RGB: (133,201,112)

Color info

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

RGB color model

#85C970 color RGB value is (133,201,112).

  • red value is 133;
  • green value is 201;
  • blue value is 112.
RGB:
(133,201,112)
(52%,79%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 201 of 255 = 79%
B 112 of 255 = 44%

133
201
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 201 + 112 = 446 (100%)
R 133 of 446 ~ 29.82%
G 201 of 446 ~ 45.07%
B 112 of 446 ~ 25.11%

%29.82
%45.07
%25.11

CMYK color model

#85C970 color CMYK value is (34,0,44,21).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 44.28%
  • key color value is 21.18%
CMYK:
(34,0,44,21)
C34M0Y44K21 
(34%,0%,44%,21%)
(0.34/0.00/0.44/0.21)	

CMYK percentages

%33.83
%0
%44.28
%21.18

Codes

Color #85C970 in popluar color models

85C970
RGB133201112
HSL106°45.18%61.37%
HSB/HSV106°44.28%78.82%
CMYK33.83%0.00%44.28%
21.18%

Color #85C970 in popluar number systems.

HEX85C970
Decimal133201112
Binary10000101110010011110000
Octal205311160

Shades and tints

Shades of #85C970

#85C970
(133,201,112)
#79B766
(121,183,102)
#6DA55C
(109,165,92)
#619352
(97,147,82)
#558148
(85,129,72)
#496F3E
(73,111,62)
#3D5D34
(61,93,52)
#314B2A
(49,75,42)
#253920
(37,57,32)
#192716
(25,39,22)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #85C970

#85C970
(133,201,112)
#90CD7D
(144,205,125)
#9BD18A
(155,209,138)
#A6D597
(166,213,151)
#B1D9A4
(177,217,164)
#BCDDB1
(188,221,177)
#C7E1BE
(199,225,190)
#D2E5CB
(210,229,203)
#DDE9D8
(221,233,216)
#E8EDE5
(232,237,229)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C970 color. Also use rgb(133,201,112) instead hex code.

Text Font Color

.myTextColor { color: #85C970; }

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

This text font color is #85C970.


Background Color

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

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

This div background color is #85C970.


Border color

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

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

This div border color is #85C970.


Opacity

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

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

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

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

This text has shadow with #85C970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C970 on black background.


Color preview on white background

This text has color #85C970 on white background.



Black color preview on #85C970 background

This text has black color on #85C970 background.


White color preview on #85C970 background

This text has white color on #85C970 background.