COLOR #B1F85E

HEX: #B1F85E
RGB: (177,248,94)

Color info

#B1F85E contains mainly green color. Web safe color of #B1F85E is #99FF66 (or #9F6).

RGB color model

#B1F85E color RGB value is (177,248,94).

  • red value is 177;
  • green value is 248;
  • blue value is 94.
RGB:
(177,248,94)
(69%,97%,37%)

RGB channels and saturation

R 177 of 255 = 69%
G 248 of 255 = 97%
B 94 of 255 = 37%

177
248
94

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

Portions of RGB colors in percentages

R + G + B =
177 + 248 + 94 = 519 (100%)
R 177 of 519 ~ 34.1%
G 248 of 519 ~ 47.78%
B 94 of 519 ~ 18.11%

%34.1
%47.78
%18.11

CMYK color model

#B1F85E color CMYK value is (29,0,62,3).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 62.10%
  • key color value is 2.75%
CMYK:
(29,0,62,3)
C29M0Y62K3 
(29%,0%,62%,3%)
(0.29/0.00/0.62/0.03)	

CMYK percentages

%28.63
%0
%62.1
%2.75

Codes

Color #B1F85E in popluar color models

B1F85E
RGB17724894
HSL88°91.67%67.06%
HSB/HSV88°62.10%97.25%
CMYK28.63%0.00%62.10%
2.75%

Color #B1F85E in popluar number systems.

HEXB1F85E
Decimal17724894
Binary10110001111110001011110
Octal261370136

Shades and tints

Shades of #B1F85E

#B1F85E
(177,248,94)
#A1E256
(161,226,86)
#91CC4E
(145,204,78)
#81B646
(129,182,70)
#71A03E
(113,160,62)
#618A36
(97,138,54)
#51742E
(81,116,46)
#415E26
(65,94,38)
#31481E
(49,72,30)
#213216
(33,50,22)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #B1F85E

#B1F85E
(177,248,94)
#B8F86C
(184,248,108)
#BFF87A
(191,248,122)
#C6F888
(198,248,136)
#CDF896
(205,248,150)
#D4F8A4
(212,248,164)
#DBF8B2
(219,248,178)
#E2F8C0
(226,248,192)
#E9F8CE
(233,248,206)
#F0F8DC
(240,248,220)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F85E color. Also use rgb(177,248,94) instead hex code.

Text Font Color

.myTextColor { color: #B1F85E; }

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

This text font color is #B1F85E.


Background Color

.myBgColor { background-color: #B1F85E; }

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

This div background color is #B1F85E.


Border color

.myBorderColor { border: 1px solid #B1F85E; }

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

This div border color is #B1F85E.


Opacity

.myOpacity80 { color: #B1F85E; opacity: 0.8; }

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

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

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

This text has shadow with #B1F85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F85E on black background.


Color preview on white background

This text has color #B1F85E on white background.



Black color preview on #B1F85E background

This text has black color on #B1F85E background.


White color preview on #B1F85E background

This text has white color on #B1F85E background.