COLOR #85D35B

HEX: #85D35B
RGB: (133,211,91)

Color info

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

RGB color model

#85D35B color RGB value is (133,211,91).

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

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 91 of 255 = 36%

133
211
91

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

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 91 = 435 (100%)
R 133 of 435 ~ 30.57%
G 211 of 435 ~ 48.51%
B 91 of 435 ~ 20.92%

%30.57
%48.51
%20.92

CMYK color model

#85D35B color CMYK value is (37,0,57,17).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 56.87%
  • key color value is 17.25%
CMYK:
(37,0,57,17)
C37M0Y57K17 
(37%,0%,57%,17%)
(0.37/0.00/0.57/0.17)	

CMYK percentages

%36.97
%0
%56.87
%17.25

Codes

Color #85D35B in popluar color models

85D35B
RGB13321191
HSL99°57.69%59.22%
HSB/HSV99°56.87%82.75%
CMYK36.97%0.00%56.87%
17.25%

Color #85D35B in popluar number systems.

HEX85D35B
Decimal13321191
Binary10000101110100111011011
Octal205323133

Shades and tints

Shades of #85D35B

#85D35B
(133,211,91)
#79C053
(121,192,83)
#6DAD4B
(109,173,75)
#619A43
(97,154,67)
#55873B
(85,135,59)
#497433
(73,116,51)
#3D612B
(61,97,43)
#314E23
(49,78,35)
#253B1B
(37,59,27)
#192813
(25,40,19)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #85D35B

#85D35B
(133,211,91)
#90D769
(144,215,105)
#9BDB77
(155,219,119)
#A6DF85
(166,223,133)
#B1E393
(177,227,147)
#BCE7A1
(188,231,161)
#C7EBAF
(199,235,175)
#D2EFBD
(210,239,189)
#DDF3CB
(221,243,203)
#E8F7D9
(232,247,217)
#F3FBE7
(243,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D35B; }

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

This text font color is #85D35B.


Background Color

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

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

This div background color is #85D35B.


Border color

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

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

This div border color is #85D35B.


Opacity

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

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

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

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

This text has shadow with #85D35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D35B on black background.


Color preview on white background

This text has color #85D35B on white background.



Black color preview on #85D35B background

This text has black color on #85D35B background.


White color preview on #85D35B background

This text has white color on #85D35B background.