COLOR #B1F578

HEX: #B1F578
RGB: (177,245,120)

Color info

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

RGB color model

#B1F578 color RGB value is (177,245,120).

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

RGB channels and saturation

R 177 of 255 = 69%
G 245 of 255 = 96%
B 120 of 255 = 47%

177
245
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 245 + 120 = 542 (100%)
R 177 of 542 ~ 32.66%
G 245 of 542 ~ 45.2%
B 120 of 542 ~ 22.14%

%32.66
%45.2
%22.14

CMYK color model

#B1F578 color CMYK value is (28,0,51,4).

  • cyan value is 27.76%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 3.92%
CMYK:
(28,0,51,4)
C28M0Y51K4 
(28%,0%,51%,4%)
(0.28/0.00/0.51/0.04)	

CMYK percentages

%27.76
%0
%51.02
%3.92

Codes

Color #B1F578 in popluar color models

B1F578
RGB177245120
HSL93°86.21%71.57%
HSB/HSV93°51.02%96.08%
CMYK27.76%0.00%51.02%
3.92%

Color #B1F578 in popluar number systems.

HEXB1F578
Decimal177245120
Binary10110001111101011111000
Octal261365170

Shades and tints

Shades of #B1F578

#B1F578
(177,245,120)
#A1DF6E
(161,223,110)
#91C964
(145,201,100)
#81B35A
(129,179,90)
#719D50
(113,157,80)
#618746
(97,135,70)
#51713C
(81,113,60)
#415B32
(65,91,50)
#314528
(49,69,40)
#212F1E
(33,47,30)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #B1F578

#B1F578
(177,245,120)
#B8F584
(184,245,132)
#BFF590
(191,245,144)
#C6F59C
(198,245,156)
#CDF5A8
(205,245,168)
#D4F5B4
(212,245,180)
#DBF5C0
(219,245,192)
#E2F5CC
(226,245,204)
#E9F5D8
(233,245,216)
#F0F5E4
(240,245,228)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F578; }

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

This text font color is #B1F578.


Background Color

.myBgColor { background-color: #B1F578; }

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

This div background color is #B1F578.


Border color

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

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

This div border color is #B1F578.


Opacity

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

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

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

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

This text has shadow with #B1F578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F578 on black background.


Color preview on white background

This text has color #B1F578 on white background.



Black color preview on #B1F578 background

This text has black color on #B1F578 background.


White color preview on #B1F578 background

This text has white color on #B1F578 background.