COLOR #B1F59F

HEX: #B1F59F
RGB: (177,245,159)

Color info

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

RGB color model

#B1F59F color RGB value is (177,245,159).

  • red value is 177;
  • green value is 245;
  • blue value is 159.
RGB:
(177,245,159)
(69%,96%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 245 of 255 = 96%
B 159 of 255 = 62%

177
245
159

R + G + B ~ 76%. #B1F59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 245 + 159 = 581 (100%)
R 177 of 581 ~ 30.46%
G 245 of 581 ~ 42.17%
B 159 of 581 ~ 27.37%

%30.46
%42.17
%27.37

CMYK color model

#B1F59F color CMYK value is (28,0,35,4).

  • cyan value is 27.76%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 3.92%
CMYK:
(28,0,35,4)
C28M0Y35K4 
(28%,0%,35%,4%)
(0.28/0.00/0.35/0.04)	

CMYK percentages

%27.76
%0
%35.1
%3.92

Codes

Color #B1F59F in popluar color models

B1F59F
RGB177245159
HSL107°81.13%79.22%
HSB/HSV107°35.10%96.08%
CMYK27.76%0.00%35.10%
3.92%

Color #B1F59F in popluar number systems.

HEXB1F59F
Decimal177245159
Binary101100011111010110011111
Octal261365237

Shades and tints

Shades of #B1F59F

#B1F59F
(177,245,159)
#A1DF91
(161,223,145)
#91C983
(145,201,131)
#81B375
(129,179,117)
#719D67
(113,157,103)
#618759
(97,135,89)
#51714B
(81,113,75)
#415B3D
(65,91,61)
#31452F
(49,69,47)
#212F21
(33,47,33)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #B1F59F

#B1F59F
(177,245,159)
#B8F5A7
(184,245,167)
#BFF5AF
(191,245,175)
#C6F5B7
(198,245,183)
#CDF5BF
(205,245,191)
#D4F5C7
(212,245,199)
#DBF5CF
(219,245,207)
#E2F5D7
(226,245,215)
#E9F5DF
(233,245,223)
#F0F5E7
(240,245,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F59F color. Also use rgb(177,245,159) instead hex code.

Text Font Color

.myTextColor { color: #B1F59F; }

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

This text font color is #B1F59F.


Background Color

.myBgColor { background-color: #B1F59F; }

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

This div background color is #B1F59F.


Border color

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

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

This div border color is #B1F59F.


Opacity

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

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

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

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

This text has shadow with #B1F59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F59F on black background.


Color preview on white background

This text has color #B1F59F on white background.



Black color preview on #B1F59F background

This text has black color on #B1F59F background.


White color preview on #B1F59F background

This text has white color on #B1F59F background.