COLOR #B1FA95

HEX: #B1FA95
RGB: (177,250,149)

Color info

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

RGB color model

#B1FA95 color RGB value is (177,250,149).

  • red value is 177;
  • green value is 250;
  • blue value is 149.
RGB:
(177,250,149)
(69%,98%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 250 of 255 = 98%
B 149 of 255 = 58%

177
250
149

R + G + B ~ 75%. #B1FA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 250 + 149 = 576 (100%)
R 177 of 576 ~ 30.73%
G 250 of 576 ~ 43.4%
B 149 of 576 ~ 25.87%

%30.73
%43.4
%25.87

CMYK color model

#B1FA95 color CMYK value is (29,0,40,2).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 1.96%
CMYK:
(29,0,40,2)
C29M0Y40K2 
(29%,0%,40%,2%)
(0.29/0.00/0.40/0.02)	

CMYK percentages

%29.2
%0
%40.4
%1.96

Codes

Color #B1FA95 in popluar color models

B1FA95
RGB177250149
HSL103°90.99%78.24%
HSB/HSV103°40.40%98.04%
CMYK29.20%0.00%40.40%
1.96%

Color #B1FA95 in popluar number systems.

HEXB1FA95
Decimal177250149
Binary101100011111101010010101
Octal261372225

Shades and tints

Shades of #B1FA95

#B1FA95
(177,250,149)
#A1E488
(161,228,136)
#91CE7B
(145,206,123)
#81B86E
(129,184,110)
#71A261
(113,162,97)
#618C54
(97,140,84)
#517647
(81,118,71)
#41603A
(65,96,58)
#314A2D
(49,74,45)
#213420
(33,52,32)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #B1FA95

#B1FA95
(177,250,149)
#B8FA9E
(184,250,158)
#BFFAA7
(191,250,167)
#C6FAB0
(198,250,176)
#CDFAB9
(205,250,185)
#D4FAC2
(212,250,194)
#DBFACB
(219,250,203)
#E2FAD4
(226,250,212)
#E9FADD
(233,250,221)
#F0FAE6
(240,250,230)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1FA95 color. Also use rgb(177,250,149) instead hex code.

Text Font Color

.myTextColor { color: #B1FA95; }

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

This text font color is #B1FA95.


Background Color

.myBgColor { background-color: #B1FA95; }

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

This div background color is #B1FA95.


Border color

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

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

This div border color is #B1FA95.


Opacity

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

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

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

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

This text has shadow with #B1FA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FA95 on black background.


Color preview on white background

This text has color #B1FA95 on white background.



Black color preview on #B1FA95 background

This text has black color on #B1FA95 background.


White color preview on #B1FA95 background

This text has white color on #B1FA95 background.