COLOR #85E29F

HEX: #85E29F RGB: (133,226,159)

Color info

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

RGB color model

#85E29F color RGB value is (133,226,159).

RGB: (133,226,159) (52%, 89%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 226 of 255 = 89%
B 159 of 255 = 62%

133
226
159

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

Portions of RGB colors in percentages

R + G + B = 133 + 226 + 159 = 518 (100%)
R 133 of 518 ~ 25.68%
G 226 of 518 ~ 43.63%
B 159 of 518 ~ 30.69'%

%25.68
%43.63
%30.69

CMYK color model

#85E29F color CMYK value is (41,0,30,11).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 11.37%

CMYK: (41,0,30,11)
C41M0Y30K11 (41%, 0%, 30%, 11%)
(0.41 / 0.00 / 0.30 / 0.11)

CMYK percentages

%41.15
%0
%29.65
%11.37

Codes

Color #85E29F in popluar color models

85 E2 9F
RGB 133 226 159
HSL 137° 61.59% 70.39%
HSB/HSV 137° 41.15% 88.63%
CMYK 41.15% 0.00% 29.65%
11.37%

Color #85E29F in popluar number systems.

HEX 85 E2 9F
Decimal 133 226 159
Binary 10000101 11100010 10011111
Octal 205 342 237

Shades and tints

Shades of #85E29F

#85E29F
(133,226,159)
#79CE91
(121,206,145)
#6DBA83
(109,186,131)
#61A675
(97,166,117)
#559267
(85,146,103)
#497E59
(73,126,89)
#3D6A4B
(61,106,75)
#31563D
(49,86,61)
#25422F
(37,66,47)
#192E21
(25,46,33)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #85E29F

#85E29F
(133,226,159)
#90E4A7
(144,228,167)
#9BE6AF
(155,230,175)
#A6E8B7
(166,232,183)
#B1EABF
(177,234,191)
#BCECC7
(188,236,199)
#C7EECF
(199,238,207)
#D2F0D7
(210,240,215)
#DDF2DF
(221,242,223)
#E8F4E7
(232,244,231)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E29F color. Also use rgb(133,226,159) instead hex code.

Text Font Color

.myTextColor { color: #85E29F; }

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

This text font color is #85E29F.

Background Color

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

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

This div background color is #85E29F.

Border color

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

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

This div border color is #85E29F.

Opacity

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

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

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

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

This text has shadow with #85E29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E29F.

Preview

Color preview on black background

This text has color #85E29F on black background.


Color preview on white background

This text has color #85E29F on white background.


Black color preview on #85E29F background

This text has black color on #85E29F background.


White color preview on #85E29F background

This text has white color on #85E29F background.


Related colors

Complementary color

Complementary color for #hex is #7A1D60.


I love getcolorcode.com

Triadic colors

1 #9F85E2 and #E29F85 with #85E29F are triadic colors.

2 #9FE285 and #E2859F with #85E29F are triadic colors.