COLOR #B1EF5A

HEX: #B1EF5A
RGB: (177,239,90)

Color info

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

RGB color model

#B1EF5A color RGB value is (177,239,90).

  • red value is 177;
  • green value is 239;
  • blue value is 90.
RGB:
(177,239,90)
(69%,94%,35%)

RGB channels and saturation

R 177 of 255 = 69%
G 239 of 255 = 94%
B 90 of 255 = 35%

177
239
90

R + G + B ~ 66%. #B1EF5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 239 + 90 = 506 (100%)
R 177 of 506 ~ 34.98%
G 239 of 506 ~ 47.23%
B 90 of 506 ~ 17.79%

%34.98
%47.23
%17.79

CMYK color model

#B1EF5A color CMYK value is (26,0,62,6).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 62.34%
  • key color value is 6.27%
CMYK:
(26,0,62,6)
C26M0Y62K6 
(26%,0%,62%,6%)
(0.26/0.00/0.62/0.06)	

CMYK percentages

%25.94
%0
%62.34
%6.27

Codes

Color #B1EF5A in popluar color models

B1EF5A
RGB17723990
HSL85°82.32%64.51%
HSB/HSV85°62.34%93.73%
CMYK25.94%0.00%62.34%
6.27%

Color #B1EF5A in popluar number systems.

HEXB1EF5A
Decimal17723990
Binary10110001111011111011010
Octal261357132

Shades and tints

Shades of #B1EF5A

#B1EF5A
(177,239,90)
#A1DA52
(161,218,82)
#91C54A
(145,197,74)
#81B042
(129,176,66)
#719B3A
(113,155,58)
#618632
(97,134,50)
#51712A
(81,113,42)
#415C22
(65,92,34)
#31471A
(49,71,26)
#213212
(33,50,18)
#111D0A
(17,29,10)
#000000
(0,0,0)

Tints of #B1EF5A

#B1EF5A
(177,239,90)
#B8F069
(184,240,105)
#BFF178
(191,241,120)
#C6F287
(198,242,135)
#CDF396
(205,243,150)
#D4F4A5
(212,244,165)
#DBF5B4
(219,245,180)
#E2F6C3
(226,246,195)
#E9F7D2
(233,247,210)
#F0F8E1
(240,248,225)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EF5A color. Also use rgb(177,239,90) instead hex code.

Text Font Color

.myTextColor { color: #B1EF5A; }

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

This text font color is #B1EF5A.


Background Color

.myBgColor { background-color: #B1EF5A; }

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

This div background color is #B1EF5A.


Border color

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

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

This div border color is #B1EF5A.


Opacity

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

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

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

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

This text has shadow with #B1EF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EF5A on black background.


Color preview on white background

This text has color #B1EF5A on white background.



Black color preview on #B1EF5A background

This text has black color on #B1EF5A background.


White color preview on #B1EF5A background

This text has white color on #B1EF5A background.