COLOR #85EC91

HEX: #85EC91
RGB: (133,236,145)

Color info

#85EC91 contains mainly green color. Web safe color of #85EC91 is #99FF99 (or #9F9).

RGB color model

#85EC91 color RGB value is (133,236,145).

  • red value is 133;
  • green value is 236;
  • blue value is 145.
RGB:
(133,236,145)
(52%,93%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 236 of 255 = 93%
B 145 of 255 = 57%

133
236
145

R + G + B ~ 67%. #85EC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 236 + 145 = 514 (100%)
R 133 of 514 ~ 25.88%
G 236 of 514 ~ 45.91%
B 145 of 514 ~ 28.21%

%25.88
%45.91
%28.21

CMYK color model

#85EC91 color CMYK value is (44,0,39,7).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 7.45%
CMYK:
(44,0,39,7)
C44M0Y39K7 
(44%,0%,39%,7%)
(0.44/0.00/0.39/0.07)	

CMYK percentages

%43.64
%0
%38.56
%7.45

Codes

Color #85EC91 in popluar color models

85EC91
RGB133236145
HSL127°73.05%72.35%
HSB/HSV127°43.64%92.55%
CMYK43.64%0.00%38.56%
7.45%

Color #85EC91 in popluar number systems.

HEX85EC91
Decimal133236145
Binary100001011110110010010001
Octal205354221

Shades and tints

Shades of #85EC91

#85EC91
(133,236,145)
#79D784
(121,215,132)
#6DC277
(109,194,119)
#61AD6A
(97,173,106)
#55985D
(85,152,93)
#498350
(73,131,80)
#3D6E43
(61,110,67)
#315936
(49,89,54)
#254429
(37,68,41)
#192F1C
(25,47,28)
#0D1A0F
(13,26,15)
#000000
(0,0,0)

Tints of #85EC91

#85EC91
(133,236,145)
#90ED9B
(144,237,155)
#9BEEA5
(155,238,165)
#A6EFAF
(166,239,175)
#B1F0B9
(177,240,185)
#BCF1C3
(188,241,195)
#C7F2CD
(199,242,205)
#D2F3D7
(210,243,215)
#DDF4E1
(221,244,225)
#E8F5EB
(232,245,235)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EC91 color. Also use rgb(133,236,145) instead hex code.

Text Font Color

.myTextColor { color: #85EC91; }

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

This text font color is #85EC91.


Background Color

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

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

This div background color is #85EC91.


Border color

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

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

This div border color is #85EC91.


Opacity

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

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

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

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

This text has shadow with #85EC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EC91 on black background.


Color preview on white background

This text has color #85EC91 on white background.



Black color preview on #85EC91 background

This text has black color on #85EC91 background.


White color preview on #85EC91 background

This text has white color on #85EC91 background.