COLOR #85BD40

HEX: #85BD40
RGB: (133,189,64)

Color info

#85BD40 contains mainly red and green colors. Web safe color of #85BD40 is #99CC33 (or #9C3).

RGB color model

#85BD40 color RGB value is (133,189,64).

  • red value is 133;
  • green value is 189;
  • blue value is 64.
RGB:
(133,189,64)
(52%,74%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 64 of 255 = 25%

133
189
64

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

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 64 = 386 (100%)
R 133 of 386 ~ 34.46%
G 189 of 386 ~ 48.96%
B 64 of 386 ~ 16.58%

%34.46
%48.96
%16.58

CMYK color model

#85BD40 color CMYK value is (30,0,66,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 66.14%
  • key color value is 25.88%
CMYK:
(30,0,66,26)
C30M0Y66K26 
(30%,0%,66%,26%)
(0.30/0.00/0.66/0.26)	

CMYK percentages

%29.63
%0
%66.14
%25.88

Codes

Color #85BD40 in popluar color models

85BD40
RGB13318964
HSL87°49.41%49.61%
HSB/HSV87°66.14%74.12%
CMYK29.63%0.00%66.14%
25.88%

Color #85BD40 in popluar number systems.

HEX85BD40
Decimal13318964
Binary10000101101111011000000
Octal205275100

Shades and tints

Shades of #85BD40

#85BD40
(133,189,64)
#79AC3B
(121,172,59)
#6D9B36
(109,155,54)
#618A31
(97,138,49)
#55792C
(85,121,44)
#496827
(73,104,39)
#3D5722
(61,87,34)
#31461D
(49,70,29)
#253518
(37,53,24)
#192413
(25,36,19)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #85BD40

#85BD40
(133,189,64)
#90C351
(144,195,81)
#9BC962
(155,201,98)
#A6CF73
(166,207,115)
#B1D584
(177,213,132)
#BCDB95
(188,219,149)
#C7E1A6
(199,225,166)
#D2E7B7
(210,231,183)
#DDEDC8
(221,237,200)
#E8F3D9
(232,243,217)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BD40; }

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

This text font color is #85BD40.


Background Color

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

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

This div background color is #85BD40.


Border color

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

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

This div border color is #85BD40.


Opacity

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

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

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

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

This text has shadow with #85BD40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BD40 on black background.


Color preview on white background

This text has color #85BD40 on white background.



Black color preview on #85BD40 background

This text has black color on #85BD40 background.


White color preview on #85BD40 background

This text has white color on #85BD40 background.