COLOR #B1F770

HEX: #B1F770
RGB: (177,247,112)

Color info

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

RGB color model

#B1F770 color RGB value is (177,247,112).

  • red value is 177;
  • green value is 247;
  • blue value is 112.
RGB:
(177,247,112)
(69%,97%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 247 of 255 = 97%
B 112 of 255 = 44%

177
247
112

R + G + B ~ 70%. #B1F770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 247 + 112 = 536 (100%)
R 177 of 536 ~ 33.02%
G 247 of 536 ~ 46.08%
B 112 of 536 ~ 20.9%

%33.02
%46.08
%20.9

CMYK color model

#B1F770 color CMYK value is (28,0,55,3).

  • cyan value is 28.34%
  • magenta value is 0.00%
  • yellow value is 54.66%
  • key color value is 3.14%
CMYK:
(28,0,55,3)
C28M0Y55K3 
(28%,0%,55%,3%)
(0.28/0.00/0.55/0.03)	

CMYK percentages

%28.34
%0
%54.66
%3.14

Codes

Color #B1F770 in popluar color models

B1F770
RGB177247112
HSL91°89.40%70.39%
HSB/HSV91°54.66%96.86%
CMYK28.34%0.00%54.66%
3.14%

Color #B1F770 in popluar number systems.

HEXB1F770
Decimal177247112
Binary10110001111101111110000
Octal261367160

Shades and tints

Shades of #B1F770

#B1F770
(177,247,112)
#A1E166
(161,225,102)
#91CB5C
(145,203,92)
#81B552
(129,181,82)
#719F48
(113,159,72)
#61893E
(97,137,62)
#517334
(81,115,52)
#415D2A
(65,93,42)
#314720
(49,71,32)
#213116
(33,49,22)
#111B0C
(17,27,12)
#000000
(0,0,0)

Tints of #B1F770

#B1F770
(177,247,112)
#B8F77D
(184,247,125)
#BFF78A
(191,247,138)
#C6F797
(198,247,151)
#CDF7A4
(205,247,164)
#D4F7B1
(212,247,177)
#DBF7BE
(219,247,190)
#E2F7CB
(226,247,203)
#E9F7D8
(233,247,216)
#F0F7E5
(240,247,229)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F770 color. Also use rgb(177,247,112) instead hex code.

Text Font Color

.myTextColor { color: #B1F770; }

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

This text font color is #B1F770.


Background Color

.myBgColor { background-color: #B1F770; }

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

This div background color is #B1F770.


Border color

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

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

This div border color is #B1F770.


Opacity

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

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

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

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

This text has shadow with #B1F770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F770 on black background.


Color preview on white background

This text has color #B1F770 on white background.



Black color preview on #B1F770 background

This text has black color on #B1F770 background.


White color preview on #B1F770 background

This text has white color on #B1F770 background.