COLOR #B1E36F

HEX: #B1E36F
RGB: (177,227,111)

Color info

#B1E36F contains mainly red and green colors. Web safe color of #B1E36F is #99CC66 (or #9C6).

RGB color model

#B1E36F color RGB value is (177,227,111).

  • red value is 177;
  • green value is 227;
  • blue value is 111.
RGB:
(177,227,111)
(69%,89%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 227 of 255 = 89%
B 111 of 255 = 44%

177
227
111

R + G + B ~ 67%. #B1E36F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 227 + 111 = 515 (100%)
R 177 of 515 ~ 34.37%
G 227 of 515 ~ 44.08%
B 111 of 515 ~ 21.55%

%34.37
%44.08
%21.55

CMYK color model

#B1E36F color CMYK value is (22,0,51,11).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 51.10%
  • key color value is 10.98%
CMYK:
(22,0,51,11)
C22M0Y51K11 
(22%,0%,51%,11%)
(0.22/0.00/0.51/0.11)	

CMYK percentages

%22.03
%0
%51.1
%10.98

Codes

Color #B1E36F in popluar color models

B1E36F
RGB177227111
HSL86°67.44%66.27%
HSB/HSV86°51.10%89.02%
CMYK22.03%0.00%51.10%
10.98%

Color #B1E36F in popluar number systems.

HEXB1E36F
Decimal177227111
Binary10110001111000111101111
Octal261343157

Shades and tints

Shades of #B1E36F

#B1E36F
(177,227,111)
#A1CF65
(161,207,101)
#91BB5B
(145,187,91)
#81A751
(129,167,81)
#719347
(113,147,71)
#617F3D
(97,127,61)
#516B33
(81,107,51)
#415729
(65,87,41)
#31431F
(49,67,31)
#212F15
(33,47,21)
#111B0B
(17,27,11)
#000000
(0,0,0)

Tints of #B1E36F

#B1E36F
(177,227,111)
#B8E57C
(184,229,124)
#BFE789
(191,231,137)
#C6E996
(198,233,150)
#CDEBA3
(205,235,163)
#D4EDB0
(212,237,176)
#DBEFBD
(219,239,189)
#E2F1CA
(226,241,202)
#E9F3D7
(233,243,215)
#F0F5E4
(240,245,228)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E36F color. Also use rgb(177,227,111) instead hex code.

Text Font Color

.myTextColor { color: #B1E36F; }

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

This text font color is #B1E36F.


Background Color

.myBgColor { background-color: #B1E36F; }

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

This div background color is #B1E36F.


Border color

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

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

This div border color is #B1E36F.


Opacity

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

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

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

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

This text has shadow with #B1E36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E36F on black background.


Color preview on white background

This text has color #B1E36F on white background.



Black color preview on #B1E36F background

This text has black color on #B1E36F background.


White color preview on #B1E36F background

This text has white color on #B1E36F background.