COLOR #B1F877

HEX: #B1F877 RGB: (177,248,119)

Color info

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

RGB color model

#B1F877 color RGB value is (177,248,119).

RGB: (177,248,119) (69%, 97%, 47%)

RGB channels and saturation

R 177 of 255 = 69%
G 248 of 255 = 97%
B 119 of 255 = 47%

177
248
119

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

Portions of RGB colors in percentages

R + G + B = 177 + 248 + 119 = 544 (100%)
R 177 of 544 ~ 32.54%
G 248 of 544 ~ 45.59%
B 119 of 544 ~ 21.88'%

%32.54
%45.59
%21.88

CMYK color model

#B1F877 color CMYK value is (29,0,52,3).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 52.02%
  • key color value is 2.75%

CMYK: (29,0,52,3)
C29M0Y52K3 (29%, 0%, 52%, 3%)
(0.29 / 0.00 / 0.52 / 0.03)

CMYK percentages

%28.63
%0
%52.02
%2.75

Codes

Color #B1F877 in popluar color models

B1 F8 77
RGB 177 248 119
HSL 93° 90.21% 71.96%
HSB/HSV 93° 52.02% 97.25%
CMYK 28.63% 0.00% 52.02%
2.75%

Color #B1F877 in popluar number systems.

HEX B1 F8 77
Decimal 177 248 119
Binary 10110001 11111000 1110111
Octal 261 370 167

Shades and tints

Shades of #B1F877

#B1F877
(177,248,119)
#A1E26D
(161,226,109)
#91CC63
(145,204,99)
#81B659
(129,182,89)
#71A04F
(113,160,79)
#618A45
(97,138,69)
#51743B
(81,116,59)
#415E31
(65,94,49)
#314827
(49,72,39)
#21321D
(33,50,29)
#111C13
(17,28,19)
#000000
(0,0,0)

Tints of #B1F877

#B1F877
(177,248,119)
#B8F883
(184,248,131)
#BFF88F
(191,248,143)
#C6F89B
(198,248,155)
#CDF8A7
(205,248,167)
#D4F8B3
(212,248,179)
#DBF8BF
(219,248,191)
#E2F8CB
(226,248,203)
#E9F8D7
(233,248,215)
#F0F8E3
(240,248,227)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F877; }

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

This text font color is #B1F877.

Background Color

.myBgColor { background-color: #B1F877; }

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

This div background color is #B1F877.

Border color

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

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

This div border color is #B1F877.

Opacity

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

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

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

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

This text has shadow with #B1F877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F877.

Preview

Color preview on black background

This text has color #B1F877 on black background.


Color preview on white background

This text has color #B1F877 on white background.


Black color preview on #B1F877 background

This text has black color on #B1F877 background.


White color preview on #B1F877 background

This text has white color on #B1F877 background.


Related colors

Complementary color

Complementary color for #hex is #4E0788.


I love getcolorcode.com

Triadic colors

1 #77B1F8 and #F877B1 with #B1F877 are triadic colors.

2 #77F8B1 and #F8B177 with #B1F877 are triadic colors.