COLOR #85E4A0

HEX: #85E4A0
RGB: (133,228,160)

Color info

#85E4A0 contains mainly green color. Web safe color of #85E4A0 is #99CC99 (or #9C9).

RGB color model

#85E4A0 color RGB value is (133,228,160).

  • red value is 133;
  • green value is 228;
  • blue value is 160.
RGB:
(133,228,160)
(52%,89%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 228 of 255 = 89%
B 160 of 255 = 63%

133
228
160

R + G + B ~ 68%. #85E4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 228 + 160 = 521 (100%)
R 133 of 521 ~ 25.53%
G 228 of 521 ~ 43.76%
B 160 of 521 ~ 30.71%

%25.53
%43.76
%30.71

CMYK color model

#85E4A0 color CMYK value is (42,0,30,11).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(42,0,30,11)
C42M0Y30K11 
(42%,0%,30%,11%)
(0.42/0.00/0.30/0.11)	

CMYK percentages

%41.67
%0
%29.82
%10.59

Codes

Color #85E4A0 in popluar color models

85E4A0
RGB133228160
HSL137°63.76%70.78%
HSB/HSV137°41.67%89.41%
CMYK41.67%0.00%29.82%
10.59%

Color #85E4A0 in popluar number systems.

HEX85E4A0
Decimal133228160
Binary100001011110010010100000
Octal205344240

Shades and tints

Shades of #85E4A0

#85E4A0
(133,228,160)
#79D092
(121,208,146)
#6DBC84
(109,188,132)
#61A876
(97,168,118)
#559468
(85,148,104)
#49805A
(73,128,90)
#3D6C4C
(61,108,76)
#31583E
(49,88,62)
#254430
(37,68,48)
#193022
(25,48,34)
#0D1C14
(13,28,20)
#000000
(0,0,0)

Tints of #85E4A0

#85E4A0
(133,228,160)
#90E6A8
(144,230,168)
#9BE8B0
(155,232,176)
#A6EAB8
(166,234,184)
#B1ECC0
(177,236,192)
#BCEEC8
(188,238,200)
#C7F0D0
(199,240,208)
#D2F2D8
(210,242,216)
#DDF4E0
(221,244,224)
#E8F6E8
(232,246,232)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E4A0 color. Also use rgb(133,228,160) instead hex code.

Text Font Color

.myTextColor { color: #85E4A0; }

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

This text font color is #85E4A0.


Background Color

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

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

This div background color is #85E4A0.


Border color

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

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

This div border color is #85E4A0.


Opacity

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

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

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

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

This text has shadow with #85E4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E4A0 on black background.


Color preview on white background

This text has color #85E4A0 on white background.



Black color preview on #85E4A0 background

This text has black color on #85E4A0 background.


White color preview on #85E4A0 background

This text has white color on #85E4A0 background.