COLOR #85E5A0

HEX: #85E5A0
RGB: (133,229,160)

Color info

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

RGB color model

#85E5A0 color RGB value is (133,229,160).

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

RGB channels and saturation

R 133 of 255 = 52%
G 229 of 255 = 90%
B 160 of 255 = 63%

133
229
160

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

Portions of RGB colors in percentages

R + G + B =
133 + 229 + 160 = 522 (100%)
R 133 of 522 ~ 25.48%
G 229 of 522 ~ 43.87%
B 160 of 522 ~ 30.65%

%25.48
%43.87
%30.65

CMYK color model

#85E5A0 color CMYK value is (42,0,30,10).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK:
(42,0,30,10)
C42M0Y30K10 
(42%,0%,30%,10%)
(0.42/0.00/0.30/0.10)	

CMYK percentages

%41.92
%0
%30.13
%10.2

Codes

Color #85E5A0 in popluar color models

85E5A0
RGB133229160
HSL137°64.86%70.98%
HSB/HSV137°41.92%89.80%
CMYK41.92%0.00%30.13%
10.20%

Color #85E5A0 in popluar number systems.

HEX85E5A0
Decimal133229160
Binary100001011110010110100000
Octal205345240

Shades and tints

Shades of #85E5A0

#85E5A0
(133,229,160)
#79D192
(121,209,146)
#6DBD84
(109,189,132)
#61A976
(97,169,118)
#559568
(85,149,104)
#49815A
(73,129,90)
#3D6D4C
(61,109,76)
#31593E
(49,89,62)
#254530
(37,69,48)
#193122
(25,49,34)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #85E5A0

#85E5A0
(133,229,160)
#90E7A8
(144,231,168)
#9BE9B0
(155,233,176)
#A6EBB8
(166,235,184)
#B1EDC0
(177,237,192)
#BCEFC8
(188,239,200)
#C7F1D0
(199,241,208)
#D2F3D8
(210,243,216)
#DDF5E0
(221,245,224)
#E8F7E8
(232,247,232)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E5A0; }

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

This text font color is #85E5A0.


Background Color

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

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

This div background color is #85E5A0.


Border color

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

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

This div border color is #85E5A0.


Opacity

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

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

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

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

This text has shadow with #85E5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E5A0 on black background.


Color preview on white background

This text has color #85E5A0 on white background.



Black color preview on #85E5A0 background

This text has black color on #85E5A0 background.


White color preview on #85E5A0 background

This text has white color on #85E5A0 background.