COLOR #85FC8E

HEX: #85FC8E
RGB: (133,252,142)

Color info

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

RGB color model

#85FC8E color RGB value is (133,252,142).

  • red value is 133;
  • green value is 252;
  • blue value is 142.
RGB:
(133,252,142)
(52%,99%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 252 of 255 = 99%
B 142 of 255 = 56%

133
252
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 252 + 142 = 527 (100%)
R 133 of 527 ~ 25.24%
G 252 of 527 ~ 47.82%
B 142 of 527 ~ 26.94%

%25.24
%47.82
%26.94

CMYK color model

#85FC8E color CMYK value is (47,0,44,1).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 1.18%
CMYK:
(47,0,44,1)
C47M0Y44K1 
(47%,0%,44%,1%)
(0.47/0.00/0.44/0.01)	

CMYK percentages

%47.22
%0
%43.65
%1.18

Codes

Color #85FC8E in popluar color models

85FC8E
RGB133252142
HSL125°95.20%75.49%
HSB/HSV125°47.22%98.82%
CMYK47.22%0.00%43.65%
1.18%

Color #85FC8E in popluar number systems.

HEX85FC8E
Decimal133252142
Binary100001011111110010001110
Octal205374216

Shades and tints

Shades of #85FC8E

#85FC8E
(133,252,142)
#79E682
(121,230,130)
#6DD076
(109,208,118)
#61BA6A
(97,186,106)
#55A45E
(85,164,94)
#498E52
(73,142,82)
#3D7846
(61,120,70)
#31623A
(49,98,58)
#254C2E
(37,76,46)
#193622
(25,54,34)
#0D2016
(13,32,22)
#000000
(0,0,0)

Tints of #85FC8E

#85FC8E
(133,252,142)
#90FC98
(144,252,152)
#9BFCA2
(155,252,162)
#A6FCAC
(166,252,172)
#B1FCB6
(177,252,182)
#BCFCC0
(188,252,192)
#C7FCCA
(199,252,202)
#D2FCD4
(210,252,212)
#DDFCDE
(221,252,222)
#E8FCE8
(232,252,232)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85FC8E color. Also use rgb(133,252,142) instead hex code.

Text Font Color

.myTextColor { color: #85FC8E; }

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

This text font color is #85FC8E.


Background Color

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

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

This div background color is #85FC8E.


Border color

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

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

This div border color is #85FC8E.


Opacity

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

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

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

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

This text has shadow with #85FC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85FC8E on black background.


Color preview on white background

This text has color #85FC8E on white background.



Black color preview on #85FC8E background

This text has black color on #85FC8E background.


White color preview on #85FC8E background

This text has white color on #85FC8E background.