COLOR #B1F27E

HEX: #B1F27E
RGB: (177,242,126)

Color info

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

RGB color model

#B1F27E color RGB value is (177,242,126).

  • red value is 177;
  • green value is 242;
  • blue value is 126.
RGB:
(177,242,126)
(69%,95%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 242 of 255 = 95%
B 126 of 255 = 49%

177
242
126

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

Portions of RGB colors in percentages

R + G + B =
177 + 242 + 126 = 545 (100%)
R 177 of 545 ~ 32.48%
G 242 of 545 ~ 44.4%
B 126 of 545 ~ 23.12%

%32.48
%44.4
%23.12

CMYK color model

#B1F27E color CMYK value is (27,0,48,5).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 5.10%
CMYK:
(27,0,48,5)
C27M0Y48K5 
(27%,0%,48%,5%)
(0.27/0.00/0.48/0.05)	

CMYK percentages

%26.86
%0
%47.93
%5.1

Codes

Color #B1F27E in popluar color models

B1F27E
RGB177242126
HSL94°81.69%72.16%
HSB/HSV94°47.93%94.90%
CMYK26.86%0.00%47.93%
5.10%

Color #B1F27E in popluar number systems.

HEXB1F27E
Decimal177242126
Binary10110001111100101111110
Octal261362176

Shades and tints

Shades of #B1F27E

#B1F27E
(177,242,126)
#A1DC73
(161,220,115)
#91C668
(145,198,104)
#81B05D
(129,176,93)
#719A52
(113,154,82)
#618447
(97,132,71)
#516E3C
(81,110,60)
#415831
(65,88,49)
#314226
(49,66,38)
#212C1B
(33,44,27)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #B1F27E

#B1F27E
(177,242,126)
#B8F389
(184,243,137)
#BFF494
(191,244,148)
#C6F59F
(198,245,159)
#CDF6AA
(205,246,170)
#D4F7B5
(212,247,181)
#DBF8C0
(219,248,192)
#E2F9CB
(226,249,203)
#E9FAD6
(233,250,214)
#F0FBE1
(240,251,225)
#F7FCEC
(247,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F27E color. Also use rgb(177,242,126) instead hex code.

Text Font Color

.myTextColor { color: #B1F27E; }

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

This text font color is #B1F27E.


Background Color

.myBgColor { background-color: #B1F27E; }

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

This div background color is #B1F27E.


Border color

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

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

This div border color is #B1F27E.


Opacity

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

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

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

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

This text has shadow with #B1F27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F27E on black background.


Color preview on white background

This text has color #B1F27E on white background.



Black color preview on #B1F27E background

This text has black color on #B1F27E background.


White color preview on #B1F27E background

This text has white color on #B1F27E background.