COLOR #B8F291

HEX: #B8F291
RGB: (184,242,145)

Color info

#B8F291 contains mainly red and green colors. Web safe color of #B8F291 is #CCFF99 (or #CF9).

RGB color model

#B8F291 color RGB value is (184,242,145).

  • red value is 184;
  • green value is 242;
  • blue value is 145.
RGB:
(184,242,145)
(72%,95%,57%)

RGB channels and saturation

R 184 of 255 = 72%
G 242 of 255 = 95%
B 145 of 255 = 57%

184
242
145

R + G + B ~ 75%. #B8F291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 242 + 145 = 571 (100%)
R 184 of 571 ~ 32.22%
G 242 of 571 ~ 42.38%
B 145 of 571 ~ 25.39%

%32.22
%42.38
%25.39

CMYK color model

#B8F291 color CMYK value is (24,0,40,5).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 40.08%
  • key color value is 5.10%
CMYK:
(24,0,40,5)
C24M0Y40K5 
(24%,0%,40%,5%)
(0.24/0.00/0.40/0.05)	

CMYK percentages

%23.97
%0
%40.08
%5.1

Codes

Color #B8F291 in popluar color models

B8F291
RGB184242145
HSL96°78.86%75.88%
HSB/HSV96°40.08%94.90%
CMYK23.97%0.00%40.08%
5.10%

Color #B8F291 in popluar number systems.

HEXB8F291
Decimal184242145
Binary101110001111001010010001
Octal270362221

Shades and tints

Shades of #B8F291

#B8F291
(184,242,145)
#A8DC84
(168,220,132)
#98C677
(152,198,119)
#88B06A
(136,176,106)
#789A5D
(120,154,93)
#688450
(104,132,80)
#586E43
(88,110,67)
#485836
(72,88,54)
#384229
(56,66,41)
#282C1C
(40,44,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8F291

#B8F291
(184,242,145)
#BEF39B
(190,243,155)
#C4F4A5
(196,244,165)
#CAF5AF
(202,245,175)
#D0F6B9
(208,246,185)
#D6F7C3
(214,247,195)
#DCF8CD
(220,248,205)
#E2F9D7
(226,249,215)
#E8FAE1
(232,250,225)
#EEFBEB
(238,251,235)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F291 color. Also use rgb(184,242,145) instead hex code.

Text Font Color

.myTextColor { color: #B8F291; }

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

This text font color is #B8F291.


Background Color

.myBgColor { background-color: #B8F291; }

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

This div background color is #B8F291.


Border color

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

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

This div border color is #B8F291.


Opacity

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

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

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

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

This text has shadow with #B8F291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F291 on black background.


Color preview on white background

This text has color #B8F291 on white background.



Black color preview on #B8F291 background

This text has black color on #B8F291 background.


White color preview on #B8F291 background

This text has white color on #B8F291 background.