COLOR #85FE99

HEX: #85FE99 RGB: (133,254,153)

Color info

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

RGB color model

#85FE99 color RGB value is (133,254,153).

RGB: (133,254,153) (52%, 100%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 254 of 255 = 100%
B 153 of 255 = 60%

133
254
153

R + G + B ~ 71%. #85FE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 254 + 153 = 540 (100%)
R 133 of 540 ~ 24.63%
G 254 of 540 ~ 47.04%
B 153 of 540 ~ 28.33'%

%24.63
%47.04
%28.33

CMYK color model

#85FE99 color CMYK value is (48,0,40,0).

  • cyan value is 47.64%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 0.39%

CMYK: (48,0,40,0)
C48M0Y40K0 (48%, 0%, 40%, 0%)
(0.48 / 0.00 / 0.40 / 0.00)

CMYK percentages

%47.64
%0
%39.76
%0.39

Codes

Color #85FE99 in popluar color models

85 FE 99
RGB 133 254 153
HSL 130° 98.37% 75.88%
HSB/HSV 130° 47.64% 99.61%
CMYK 47.64% 0.00% 39.76%
0.39%

Color #85FE99 in popluar number systems.

HEX 85 FE 99
Decimal 133 254 153
Binary 10000101 11111110 10011001
Octal 205 376 231

Shades and tints

Shades of #85FE99

#85FE99
(133,254,153)
#79E78C
(121,231,140)
#6DD07F
(109,208,127)
#61B972
(97,185,114)
#55A265
(85,162,101)
#498B58
(73,139,88)
#3D744B
(61,116,75)
#315D3E
(49,93,62)
#254631
(37,70,49)
#192F24
(25,47,36)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #85FE99

#85FE99
(133,254,153)
#90FEA2
(144,254,162)
#9BFEAB
(155,254,171)
#A6FEB4
(166,254,180)
#B1FEBD
(177,254,189)
#BCFEC6
(188,254,198)
#C7FECF
(199,254,207)
#D2FED8
(210,254,216)
#DDFEE1
(221,254,225)
#E8FEEA
(232,254,234)
#F3FEF3
(243,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85FE99 color. Also use rgb(133,254,153) instead hex code.

Text Font Color

.myTextColor { color: #85FE99; }

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

This text font color is #85FE99.

Background Color

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

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

This div background color is #85FE99.

Border color

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

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

This div border color is #85FE99.

Opacity

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

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

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

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

This text has shadow with #85FE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85FE99.

Preview

Color preview on black background

This text has color #85FE99 on black background.


Color preview on white background

This text has color #85FE99 on white background.


Black color preview on #85FE99 background

This text has black color on #85FE99 background.


White color preview on #85FE99 background

This text has white color on #85FE99 background.


Related colors

Complementary color

Complementary color for #hex is #7A0166.


I love getcolorcode.com

Triadic colors

1 #9985FE and #FE9985 with #85FE99 are triadic colors.

2 #99FE85 and #FE8599 with #85FE99 are triadic colors.