COLOR #85E35B

HEX: #85E35B
RGB: (133,227,91)

Color info

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

RGB color model

#85E35B color RGB value is (133,227,91).

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

RGB channels and saturation

R 133 of 255 = 52%
G 227 of 255 = 89%
B 91 of 255 = 36%

133
227
91

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

Portions of RGB colors in percentages

R + G + B =
133 + 227 + 91 = 451 (100%)
R 133 of 451 ~ 29.49%
G 227 of 451 ~ 50.33%
B 91 of 451 ~ 20.18%

%29.49
%50.33
%20.18

CMYK color model

#85E35B color CMYK value is (41,0,60,11).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 10.98%
CMYK:
(41,0,60,11)
C41M0Y60K11 
(41%,0%,60%,11%)
(0.41/0.00/0.60/0.11)	

CMYK percentages

%41.41
%0
%59.91
%10.98

Codes

Color #85E35B in popluar color models

85E35B
RGB13322791
HSL101°70.83%62.35%
HSB/HSV101°59.91%89.02%
CMYK41.41%0.00%59.91%
10.98%

Color #85E35B in popluar number systems.

HEX85E35B
Decimal13322791
Binary10000101111000111011011
Octal205343133

Shades and tints

Shades of #85E35B

#85E35B
(133,227,91)
#79CF53
(121,207,83)
#6DBB4B
(109,187,75)
#61A743
(97,167,67)
#55933B
(85,147,59)
#497F33
(73,127,51)
#3D6B2B
(61,107,43)
#315723
(49,87,35)
#25431B
(37,67,27)
#192F13
(25,47,19)
#0D1B0B
(13,27,11)
#000000
(0,0,0)

Tints of #85E35B

#85E35B
(133,227,91)
#90E569
(144,229,105)
#9BE777
(155,231,119)
#A6E985
(166,233,133)
#B1EB93
(177,235,147)
#BCEDA1
(188,237,161)
#C7EFAF
(199,239,175)
#D2F1BD
(210,241,189)
#DDF3CB
(221,243,203)
#E8F5D9
(232,245,217)
#F3F7E7
(243,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E35B; }

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

This text font color is #85E35B.


Background Color

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

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

This div background color is #85E35B.


Border color

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

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

This div border color is #85E35B.


Opacity

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

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

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

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

This text has shadow with #85E35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E35B on black background.


Color preview on white background

This text has color #85E35B on white background.



Black color preview on #85E35B background

This text has black color on #85E35B background.


White color preview on #85E35B background

This text has white color on #85E35B background.