COLOR #B1E123

HEX: #B1E123
RGB: (177,225,35)

Color info

#B1E123 contains mainly red and green colors. Web safe color of #B1E123 is #99CC33 (or #9C3).

RGB color model

#B1E123 color RGB value is (177,225,35).

  • red value is 177;
  • green value is 225;
  • blue value is 35.
RGB:
(177,225,35)
(69%,88%,14%)

RGB channels and saturation

R 177 of 255 = 69%
G 225 of 255 = 88%
B 35 of 255 = 14%

177
225
35

R + G + B ~ 57%. #B1E123 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 225 + 35 = 437 (100%)
R 177 of 437 ~ 40.5%
G 225 of 437 ~ 51.49%
B 35 of 437 ~ 8.01%

%40.5
%51.49

CMYK color model

#B1E123 color CMYK value is (21,0,84,12).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 11.76%
CMYK:
(21,0,84,12)
C21M0Y84K12 
(21%,0%,84%,12%)
(0.21/0.00/0.84/0.12)	

CMYK percentages

%21.33
%0
%84.44
%11.76

Codes

Color #B1E123 in popluar color models

B1E123
RGB17722535
HSL75°76.00%50.98%
HSB/HSV75°84.44%88.24%
CMYK21.33%0.00%84.44%
11.76%

Color #B1E123 in popluar number systems.

HEXB1E123
Decimal17722535
Binary1011000111100001100011
Octal26134143

Shades and tints

Shades of #B1E123

#B1E123
(177,225,35)
#A1CD20
(161,205,32)
#91B91D
(145,185,29)
#81A51A
(129,165,26)
#719117
(113,145,23)
#617D14
(97,125,20)
#516911
(81,105,17)
#41550E
(65,85,14)
#31410B
(49,65,11)
#212D08
(33,45,8)
#111905
(17,25,5)
#000000
(0,0,0)

Tints of #B1E123

#B1E123
(177,225,35)
#B8E337
(184,227,55)
#BFE54B
(191,229,75)
#C6E75F
(198,231,95)
#CDE973
(205,233,115)
#D4EB87
(212,235,135)
#DBED9B
(219,237,155)
#E2EFAF
(226,239,175)
#E9F1C3
(233,241,195)
#F0F3D7
(240,243,215)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E123 color. Also use rgb(177,225,35) instead hex code.

Text Font Color

.myTextColor { color: #B1E123; }

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

This text font color is #B1E123.


Background Color

.myBgColor { background-color: #B1E123; }

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

This div background color is #B1E123.


Border color

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

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

This div border color is #B1E123.


Opacity

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

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

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

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

This text has shadow with #B1E123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E123 on black background.


Color preview on white background

This text has color #B1E123 on white background.



Black color preview on #B1E123 background

This text has black color on #B1E123 background.


White color preview on #B1E123 background

This text has white color on #B1E123 background.