COLOR #B1F58A

HEX: #B1F58A
RGB: (177,245,138)

Color info

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

RGB color model

#B1F58A color RGB value is (177,245,138).

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

RGB channels and saturation

R 177 of 255 = 69%
G 245 of 255 = 96%
B 138 of 255 = 54%

177
245
138

R + G + B ~ 73%. #B1F58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 245 + 138 = 560 (100%)
R 177 of 560 ~ 31.61%
G 245 of 560 ~ 43.75%
B 138 of 560 ~ 24.64%

%31.61
%43.75
%24.64

CMYK color model

#B1F58A color CMYK value is (28,0,44,4).

  • cyan value is 27.76%
  • magenta value is 0.00%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(28,0,44,4)
C28M0Y44K4 
(28%,0%,44%,4%)
(0.28/0.00/0.44/0.04)	

CMYK percentages

%27.76
%0
%43.67
%3.92

Codes

Color #B1F58A in popluar color models

B1F58A
RGB177245138
HSL98°84.25%75.10%
HSB/HSV98°43.67%96.08%
CMYK27.76%0.00%43.67%
3.92%

Color #B1F58A in popluar number systems.

HEXB1F58A
Decimal177245138
Binary101100011111010110001010
Octal261365212

Shades and tints

Shades of #B1F58A

#B1F58A
(177,245,138)
#A1DF7E
(161,223,126)
#91C972
(145,201,114)
#81B366
(129,179,102)
#719D5A
(113,157,90)
#61874E
(97,135,78)
#517142
(81,113,66)
#415B36
(65,91,54)
#31452A
(49,69,42)
#212F1E
(33,47,30)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #B1F58A

#B1F58A
(177,245,138)
#B8F594
(184,245,148)
#BFF59E
(191,245,158)
#C6F5A8
(198,245,168)
#CDF5B2
(205,245,178)
#D4F5BC
(212,245,188)
#DBF5C6
(219,245,198)
#E2F5D0
(226,245,208)
#E9F5DA
(233,245,218)
#F0F5E4
(240,245,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F58A; }

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

This text font color is #B1F58A.


Background Color

.myBgColor { background-color: #B1F58A; }

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

This div background color is #B1F58A.


Border color

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

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

This div border color is #B1F58A.


Opacity

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

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

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

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

This text has shadow with #B1F58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F58A on black background.


Color preview on white background

This text has color #B1F58A on white background.



Black color preview on #B1F58A background

This text has black color on #B1F58A background.


White color preview on #B1F58A background

This text has white color on #B1F58A background.