COLOR #85F19B

HEX: #85F19B
RGB: (133,241,155)

Color info

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

RGB color model

#85F19B color RGB value is (133,241,155).

  • red value is 133;
  • green value is 241;
  • blue value is 155.
RGB:
(133,241,155)
(52%,95%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 241 of 255 = 95%
B 155 of 255 = 61%

133
241
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 241 + 155 = 529 (100%)
R 133 of 529 ~ 25.14%
G 241 of 529 ~ 45.56%
B 155 of 529 ~ 29.3%

%25.14
%45.56
%29.3

CMYK color model

#85F19B color CMYK value is (45,0,36,5).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 5.49%
CMYK:
(45,0,36,5)
C45M0Y36K5 
(45%,0%,36%,5%)
(0.45/0.00/0.36/0.05)	

CMYK percentages

%44.81
%0
%35.68
%5.49

Codes

Color #85F19B in popluar color models

85F19B
RGB133241155
HSL132°79.41%73.33%
HSB/HSV132°44.81%94.51%
CMYK44.81%0.00%35.68%
5.49%

Color #85F19B in popluar number systems.

HEX85F19B
Decimal133241155
Binary100001011111000110011011
Octal205361233

Shades and tints

Shades of #85F19B

#85F19B
(133,241,155)
#79DC8D
(121,220,141)
#6DC77F
(109,199,127)
#61B271
(97,178,113)
#559D63
(85,157,99)
#498855
(73,136,85)
#3D7347
(61,115,71)
#315E39
(49,94,57)
#25492B
(37,73,43)
#19341D
(25,52,29)
#0D1F0F
(13,31,15)
#000000
(0,0,0)

Tints of #85F19B

#85F19B
(133,241,155)
#90F2A4
(144,242,164)
#9BF3AD
(155,243,173)
#A6F4B6
(166,244,182)
#B1F5BF
(177,245,191)
#BCF6C8
(188,246,200)
#C7F7D1
(199,247,209)
#D2F8DA
(210,248,218)
#DDF9E3
(221,249,227)
#E8FAEC
(232,250,236)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F19B color. Also use rgb(133,241,155) instead hex code.

Text Font Color

.myTextColor { color: #85F19B; }

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

This text font color is #85F19B.


Background Color

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

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

This div background color is #85F19B.


Border color

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

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

This div border color is #85F19B.


Opacity

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

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

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

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

This text has shadow with #85F19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F19B on black background.


Color preview on white background

This text has color #85F19B on white background.



Black color preview on #85F19B background

This text has black color on #85F19B background.


White color preview on #85F19B background

This text has white color on #85F19B background.