COLOR #85C485

HEX: #85C485
RGB: (133,196,133)

Color info

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

RGB color model

#85C485 color RGB value is (133,196,133).

  • red value is 133;
  • green value is 196;
  • blue value is 133.
RGB:
(133,196,133)
(52%,77%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 196 of 255 = 77%
B 133 of 255 = 52%

133
196
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 196 + 133 = 462 (100%)
R 133 of 462 ~ 28.79%
G 196 of 462 ~ 42.42%
B 133 of 462 ~ 28.79%

%28.79
%42.42
%28.79

CMYK color model

#85C485 color CMYK value is (32,0,32,23).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK:
(32,0,32,23)
C32M0Y32K23 
(32%,0%,32%,23%)
(0.32/0.00/0.32/0.23)	

CMYK percentages

%32.14
%0
%32.14
%23.14

Codes

Color #85C485 in popluar color models

85C485
RGB133196133
HSL120°34.81%64.51%
HSB/HSV120°32.14%76.86%
CMYK32.14%0.00%32.14%
23.14%

Color #85C485 in popluar number systems.

HEX85C485
Decimal133196133
Binary100001011100010010000101
Octal205304205

Shades and tints

Shades of #85C485

#85C485
(133,196,133)
#79B379
(121,179,121)
#6DA26D
(109,162,109)
#619161
(97,145,97)
#558055
(85,128,85)
#496F49
(73,111,73)
#3D5E3D
(61,94,61)
#314D31
(49,77,49)
#253C25
(37,60,37)
#192B19
(25,43,25)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #85C485

#85C485
(133,196,133)
#90C990
(144,201,144)
#9BCE9B
(155,206,155)
#A6D3A6
(166,211,166)
#B1D8B1
(177,216,177)
#BCDDBC
(188,221,188)
#C7E2C7
(199,226,199)
#D2E7D2
(210,231,210)
#DDECDD
(221,236,221)
#E8F1E8
(232,241,232)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C485; }

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

This text font color is #85C485.


Background Color

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

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

This div background color is #85C485.


Border color

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

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

This div border color is #85C485.


Opacity

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

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

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

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

This text has shadow with #85C485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C485 on black background.


Color preview on white background

This text has color #85C485 on white background.



Black color preview on #85C485 background

This text has black color on #85C485 background.


White color preview on #85C485 background

This text has white color on #85C485 background.