COLOR #85BE40

HEX: #85BE40 RGB: (133,190,64)

Color info

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

RGB color model

#85BE40 color RGB value is (133,190,64).

RGB: (133,190,64) (52%, 75%, 25%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 64 of 255 = 25%

133
190
64

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

Portions of RGB colors in percentages

R + G + B = 133 + 190 + 64 = 387 (100%)
R 133 of 387 ~ 34.37%
G 190 of 387 ~ 49.1%
B 64 of 387 ~ 16.54'%

%34.37
%49.1
%16.54

CMYK color model

#85BE40 color CMYK value is (30,0,66,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 66.32%
  • key color value is 25.49%

CMYK: (30,0,66,25)
C30M0Y66K25 (30%, 0%, 66%, 25%)
(0.30 / 0.00 / 0.66 / 0.25)

CMYK percentages

%30
%0
%66.32
%25.49

Codes

Color #85BE40 in popluar color models

85 BE 40
RGB 133 190 64
HSL 87° 49.61% 49.80%
HSB/HSV 87° 66.32% 74.51%
CMYK 30.00% 0.00% 66.32%
25.49%

Color #85BE40 in popluar number systems.

HEX 85 BE 40
Decimal 133 190 64
Binary 10000101 10111110 1000000
Octal 205 276 100

Shades and tints

Shades of #85BE40

#85BE40
(133,190,64)
#79AD3B
(121,173,59)
#6D9C36
(109,156,54)
#618B31
(97,139,49)
#557A2C
(85,122,44)
#496927
(73,105,39)
#3D5822
(61,88,34)
#31471D
(49,71,29)
#253618
(37,54,24)
#192513
(25,37,19)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #85BE40

#85BE40
(133,190,64)
#90C351
(144,195,81)
#9BC862
(155,200,98)
#A6CD73
(166,205,115)
#B1D284
(177,210,132)
#BCD795
(188,215,149)
#C7DCA6
(199,220,166)
#D2E1B7
(210,225,183)
#DDE6C8
(221,230,200)
#E8EBD9
(232,235,217)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BE40; }

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

This text font color is #85BE40.

Background Color

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

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

This div background color is #85BE40.

Border color

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

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

This div border color is #85BE40.

Opacity

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

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

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

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

This text has shadow with #85BE40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BE40.

Preview

Color preview on black background

This text has color #85BE40 on black background.


Color preview on white background

This text has color #85BE40 on white background.


Black color preview on #85BE40 background

This text has black color on #85BE40 background.


White color preview on #85BE40 background

This text has white color on #85BE40 background.


Related colors

Complementary color

Complementary color for #hex is #7A41BF.


I love getcolorcode.com

Triadic colors

1 #4085BE and #BE4085 with #85BE40 are triadic colors.

2 #40BE85 and #BE8540 with #85BE40 are triadic colors.