COLOR #85FF89

HEX: #85FF89
RGB: (133,255,137)

Color info

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

RGB color model

#85FF89 color RGB value is (133,255,137).

  • red value is 133;
  • green value is 255;
  • blue value is 137.
RGB:
(133,255,137)
(52%,100%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 255 of 255 = 100%
B 137 of 255 = 54%

133
255
137

R + G + B ~ 69%. #85FF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 255 + 137 = 525 (100%)
R 133 of 525 ~ 25.33%
G 255 of 525 ~ 48.57%
B 137 of 525 ~ 26.1%

%25.33
%48.57
%26.1

CMYK color model

#85FF89 color CMYK value is (48,0,46,0).

  • cyan value is 47.84%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(48,0,46,0)
C48M0Y46K0 
(48%,0%,46%,0%)
(0.48/0.00/0.46/0.00)	

CMYK percentages

%47.84
%0
%46.27
%0

Codes

Color #85FF89 in popluar color models

85FF89
RGB133255137
HSL122°100.00%76.08%
HSB/HSV122°47.84%100.00%
CMYK47.84%0.00%46.27%
0.00%

Color #85FF89 in popluar number systems.

HEX85FF89
Decimal133255137
Binary100001011111111110001001
Octal205377211

Shades and tints

Shades of #85FF89

#85FF89
(133,255,137)
#79E87D
(121,232,125)
#6DD171
(109,209,113)
#61BA65
(97,186,101)
#55A359
(85,163,89)
#498C4D
(73,140,77)
#3D7541
(61,117,65)
#315E35
(49,94,53)
#254729
(37,71,41)
#19301D
(25,48,29)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #85FF89

#85FF89
(133,255,137)
#90FF93
(144,255,147)
#9BFF9D
(155,255,157)
#A6FFA7
(166,255,167)
#B1FFB1
(177,255,177)
#BCFFBB
(188,255,187)
#C7FFC5
(199,255,197)
#D2FFCF
(210,255,207)
#DDFFD9
(221,255,217)
#E8FFE3
(232,255,227)
#F3FFED
(243,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85FF89 color. Also use rgb(133,255,137) instead hex code.

Text Font Color

.myTextColor { color: #85FF89; }

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

This text font color is #85FF89.


Background Color

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

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

This div background color is #85FF89.


Border color

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

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

This div border color is #85FF89.


Opacity

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

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

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

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

This text has shadow with #85FF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85FF89 on black background.


Color preview on white background

This text has color #85FF89 on white background.



Black color preview on #85FF89 background

This text has black color on #85FF89 background.


White color preview on #85FF89 background

This text has white color on #85FF89 background.