COLOR #B1E74F

HEX: #B1E74F
RGB: (177,231,79)

Color info

#B1E74F contains mainly red and green colors. Web safe color of #B1E74F is #99FF66 (or #9F6).

RGB color model

#B1E74F color RGB value is (177,231,79).

  • red value is 177;
  • green value is 231;
  • blue value is 79.
RGB:
(177,231,79)
(69%,91%,31%)

RGB channels and saturation

R 177 of 255 = 69%
G 231 of 255 = 91%
B 79 of 255 = 31%

177
231
79

R + G + B ~ 64%. #B1E74F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 231 + 79 = 487 (100%)
R 177 of 487 ~ 36.34%
G 231 of 487 ~ 47.43%
B 79 of 487 ~ 16.22%

%36.34
%47.43
%16.22

CMYK color model

#B1E74F color CMYK value is (23,0,66,9).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 65.80%
  • key color value is 9.41%
CMYK:
(23,0,66,9)
C23M0Y66K9 
(23%,0%,66%,9%)
(0.23/0.00/0.66/0.09)	

CMYK percentages

%23.38
%0
%65.8
%9.41

Codes

Color #B1E74F in popluar color models

B1E74F
RGB17723179
HSL81°76.00%60.78%
HSB/HSV81°65.80%90.59%
CMYK23.38%0.00%65.80%
9.41%

Color #B1E74F in popluar number systems.

HEXB1E74F
Decimal17723179
Binary10110001111001111001111
Octal261347117

Shades and tints

Shades of #B1E74F

#B1E74F
(177,231,79)
#A1D248
(161,210,72)
#91BD41
(145,189,65)
#81A83A
(129,168,58)
#719333
(113,147,51)
#617E2C
(97,126,44)
#516925
(81,105,37)
#41541E
(65,84,30)
#313F17
(49,63,23)
#212A10
(33,42,16)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #B1E74F

#B1E74F
(177,231,79)
#B8E95F
(184,233,95)
#BFEB6F
(191,235,111)
#C6ED7F
(198,237,127)
#CDEF8F
(205,239,143)
#D4F19F
(212,241,159)
#DBF3AF
(219,243,175)
#E2F5BF
(226,245,191)
#E9F7CF
(233,247,207)
#F0F9DF
(240,249,223)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E74F color. Also use rgb(177,231,79) instead hex code.

Text Font Color

.myTextColor { color: #B1E74F; }

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

This text font color is #B1E74F.


Background Color

.myBgColor { background-color: #B1E74F; }

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

This div background color is #B1E74F.


Border color

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

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

This div border color is #B1E74F.


Opacity

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

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

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

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

This text has shadow with #B1E74F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E74F on black background.


Color preview on white background

This text has color #B1E74F on white background.



Black color preview on #B1E74F background

This text has black color on #B1E74F background.


White color preview on #B1E74F background

This text has white color on #B1E74F background.