COLOR #85EE91

HEX: #85EE91
RGB: (133,238,145)

Color info

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

RGB color model

#85EE91 color RGB value is (133,238,145).

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

RGB channels and saturation

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

133
238
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 238 + 145 = 516 (100%)
R 133 of 516 ~ 25.78%
G 238 of 516 ~ 46.12%
B 145 of 516 ~ 28.1%

%25.78
%46.12
%28.1

CMYK color model

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

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

CMYK percentages

%44.12
%0
%39.08
%6.67

Codes

Color #85EE91 in popluar color models

85EE91
RGB133238145
HSL127°75.54%72.75%
HSB/HSV127°44.12%93.33%
CMYK44.12%0.00%39.08%
6.67%

Color #85EE91 in popluar number systems.

HEX85EE91
Decimal133238145
Binary100001011110111010010001
Octal205356221

Shades and tints

Shades of #85EE91

#85EE91
(133,238,145)
#79D984
(121,217,132)
#6DC477
(109,196,119)
#61AF6A
(97,175,106)
#559A5D
(85,154,93)
#498550
(73,133,80)
#3D7043
(61,112,67)
#315B36
(49,91,54)
#254629
(37,70,41)
#19311C
(25,49,28)
#0D1C0F
(13,28,15)
#000000
(0,0,0)

Tints of #85EE91

#85EE91
(133,238,145)
#90EF9B
(144,239,155)
#9BF0A5
(155,240,165)
#A6F1AF
(166,241,175)
#B1F2B9
(177,242,185)
#BCF3C3
(188,243,195)
#C7F4CD
(199,244,205)
#D2F5D7
(210,245,215)
#DDF6E1
(221,246,225)
#E8F7EB
(232,247,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EE91; }

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

This text font color is #85EE91.


Background Color

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

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

This div background color is #85EE91.


Border color

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

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

This div border color is #85EE91.


Opacity

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

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

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

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

This text has shadow with #85EE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EE91 on black background.


Color preview on white background

This text has color #85EE91 on white background.



Black color preview on #85EE91 background

This text has black color on #85EE91 background.


White color preview on #85EE91 background

This text has white color on #85EE91 background.