COLOR #85FF86

HEX: #85FF86
RGB: (133,255,134)

Color info

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

RGB color model

#85FF86 color RGB value is (133,255,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 255 of 255 = 100%
B 134 of 255 = 53%

133
255
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 255 + 134 = 522 (100%)
R 133 of 522 ~ 25.48%
G 255 of 522 ~ 48.85%
B 134 of 522 ~ 25.67%

%25.48
%48.85
%25.67

CMYK color model

#85FF86 color CMYK value is (48,0,47,0).

  • cyan value is 47.84%
  • magenta value is 0.00%
  • yellow value is 47.45%
  • key color value is 0.00%
CMYK:
(48,0,47,0)
C48M0Y47K0 
(48%,0%,47%,0%)
(0.48/0.00/0.47/0.00)	

CMYK percentages

%47.84
%0
%47.45
%0

Codes

Color #85FF86 in popluar color models

85FF86
RGB133255134
HSL120°100.00%76.08%
HSB/HSV120°47.84%100.00%
CMYK47.84%0.00%47.45%
0.00%

Color #85FF86 in popluar number systems.

HEX85FF86
Decimal133255134
Binary100001011111111110000110
Octal205377206

Shades and tints

Shades of #85FF86

#85FF86
(133,255,134)
#79E87A
(121,232,122)
#6DD16E
(109,209,110)
#61BA62
(97,186,98)
#55A356
(85,163,86)
#498C4A
(73,140,74)
#3D753E
(61,117,62)
#315E32
(49,94,50)
#254726
(37,71,38)
#19301A
(25,48,26)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #85FF86

#85FF86
(133,255,134)
#90FF91
(144,255,145)
#9BFF9C
(155,255,156)
#A6FFA7
(166,255,167)
#B1FFB2
(177,255,178)
#BCFFBD
(188,255,189)
#C7FFC8
(199,255,200)
#D2FFD3
(210,255,211)
#DDFFDE
(221,255,222)
#E8FFE9
(232,255,233)
#F3FFF4
(243,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85FF86; }

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

This text font color is #85FF86.


Background Color

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

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

This div background color is #85FF86.


Border color

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

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

This div border color is #85FF86.


Opacity

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

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

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

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

This text has shadow with #85FF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85FF86 on black background.


Color preview on white background

This text has color #85FF86 on white background.



Black color preview on #85FF86 background

This text has black color on #85FF86 background.


White color preview on #85FF86 background

This text has white color on #85FF86 background.