COLOR #85BE81

HEX: #85BE81
RGB: (133,190,129)

Color info

#85BE81 contains mainly red and green colors. Web safe color of #85BE81 is #99CC99 (or #9C9).

RGB color model

#85BE81 color RGB value is (133,190,129).

  • red value is 133;
  • green value is 190;
  • blue value is 129.
RGB:
(133,190,129)
(52%,75%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 129 of 255 = 51%

133
190
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 129 = 452 (100%)
R 133 of 452 ~ 29.42%
G 190 of 452 ~ 42.04%
B 129 of 452 ~ 28.54%

%29.42
%42.04
%28.54

CMYK color model

#85BE81 color CMYK value is (30,0,32,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 25.49%
CMYK:
(30,0,32,25)
C30M0Y32K25 
(30%,0%,32%,25%)
(0.30/0.00/0.32/0.25)	

CMYK percentages

%30
%0
%32.11
%25.49

Codes

Color #85BE81 in popluar color models

85BE81
RGB133190129
HSL116°31.94%62.55%
HSB/HSV116°32.11%74.51%
CMYK30.00%0.00%32.11%
25.49%

Color #85BE81 in popluar number systems.

HEX85BE81
Decimal133190129
Binary100001011011111010000001
Octal205276201

Shades and tints

Shades of #85BE81

#85BE81
(133,190,129)
#79AD76
(121,173,118)
#6D9C6B
(109,156,107)
#618B60
(97,139,96)
#557A55
(85,122,85)
#49694A
(73,105,74)
#3D583F
(61,88,63)
#314734
(49,71,52)
#253629
(37,54,41)
#19251E
(25,37,30)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85BE81

#85BE81
(133,190,129)
#90C38C
(144,195,140)
#9BC897
(155,200,151)
#A6CDA2
(166,205,162)
#B1D2AD
(177,210,173)
#BCD7B8
(188,215,184)
#C7DCC3
(199,220,195)
#D2E1CE
(210,225,206)
#DDE6D9
(221,230,217)
#E8EBE4
(232,235,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BE81; }

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

This text font color is #85BE81.


Background Color

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

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

This div background color is #85BE81.


Border color

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

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

This div border color is #85BE81.


Opacity

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

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

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

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

This text has shadow with #85BE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BE81 on black background.


Color preview on white background

This text has color #85BE81 on white background.



Black color preview on #85BE81 background

This text has black color on #85BE81 background.


White color preview on #85BE81 background

This text has white color on #85BE81 background.