COLOR #85F89F

HEX: #85F89F
RGB: (133,248,159)

Color info

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

RGB color model

#85F89F color RGB value is (133,248,159).

  • red value is 133;
  • green value is 248;
  • blue value is 159.
RGB:
(133,248,159)
(52%,97%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 248 of 255 = 97%
B 159 of 255 = 62%

133
248
159

R + G + B ~ 70%. #85F89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 248 + 159 = 540 (100%)
R 133 of 540 ~ 24.63%
G 248 of 540 ~ 45.93%
B 159 of 540 ~ 29.44%

%24.63
%45.93
%29.44

CMYK color model

#85F89F color CMYK value is (46,0,36,3).

  • cyan value is 46.37%
  • magenta value is 0.00%
  • yellow value is 35.89%
  • key color value is 2.75%
CMYK:
(46,0,36,3)
C46M0Y36K3 
(46%,0%,36%,3%)
(0.46/0.00/0.36/0.03)	

CMYK percentages

%46.37
%0
%35.89
%2.75

Codes

Color #85F89F in popluar color models

85F89F
RGB133248159
HSL134°89.15%74.71%
HSB/HSV134°46.37%97.25%
CMYK46.37%0.00%35.89%
2.75%

Color #85F89F in popluar number systems.

HEX85F89F
Decimal133248159
Binary100001011111100010011111
Octal205370237

Shades and tints

Shades of #85F89F

#85F89F
(133,248,159)
#79E291
(121,226,145)
#6DCC83
(109,204,131)
#61B675
(97,182,117)
#55A067
(85,160,103)
#498A59
(73,138,89)
#3D744B
(61,116,75)
#315E3D
(49,94,61)
#25482F
(37,72,47)
#193221
(25,50,33)
#0D1C13
(13,28,19)
#000000
(0,0,0)

Tints of #85F89F

#85F89F
(133,248,159)
#90F8A7
(144,248,167)
#9BF8AF
(155,248,175)
#A6F8B7
(166,248,183)
#B1F8BF
(177,248,191)
#BCF8C7
(188,248,199)
#C7F8CF
(199,248,207)
#D2F8D7
(210,248,215)
#DDF8DF
(221,248,223)
#E8F8E7
(232,248,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F89F; }

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

This text font color is #85F89F.


Background Color

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

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

This div background color is #85F89F.


Border color

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

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

This div border color is #85F89F.


Opacity

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

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

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

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

This text has shadow with #85F89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F89F on black background.


Color preview on white background

This text has color #85F89F on white background.



Black color preview on #85F89F background

This text has black color on #85F89F background.


White color preview on #85F89F background

This text has white color on #85F89F background.