COLOR #B8F194

HEX: #B8F194
RGB: (184,241,148)

Color info

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

RGB color model

#B8F194 color RGB value is (184,241,148).

  • red value is 184;
  • green value is 241;
  • blue value is 148.
RGB:
(184,241,148)
(72%,95%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 241 of 255 = 95%
B 148 of 255 = 58%

184
241
148

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

Portions of RGB colors in percentages

R + G + B =
184 + 241 + 148 = 573 (100%)
R 184 of 573 ~ 32.11%
G 241 of 573 ~ 42.06%
B 148 of 573 ~ 25.83%

%32.11
%42.06
%25.83

CMYK color model

#B8F194 color CMYK value is (24,0,39,5).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 38.59%
  • key color value is 5.49%
CMYK:
(24,0,39,5)
C24M0Y39K5 
(24%,0%,39%,5%)
(0.24/0.00/0.39/0.05)	

CMYK percentages

%23.65
%0
%38.59
%5.49

Codes

Color #B8F194 in popluar color models

B8F194
RGB184241148
HSL97°76.86%76.27%
HSB/HSV97°38.59%94.51%
CMYK23.65%0.00%38.59%
5.49%

Color #B8F194 in popluar number systems.

HEXB8F194
Decimal184241148
Binary101110001111000110010100
Octal270361224

Shades and tints

Shades of #B8F194

#B8F194
(184,241,148)
#A8DC87
(168,220,135)
#98C77A
(152,199,122)
#88B26D
(136,178,109)
#789D60
(120,157,96)
#688853
(104,136,83)
#587346
(88,115,70)
#485E39
(72,94,57)
#38492C
(56,73,44)
#28341F
(40,52,31)
#181F12
(24,31,18)
#000000
(0,0,0)

Tints of #B8F194

#B8F194
(184,241,148)
#BEF29D
(190,242,157)
#C4F3A6
(196,243,166)
#CAF4AF
(202,244,175)
#D0F5B8
(208,245,184)
#D6F6C1
(214,246,193)
#DCF7CA
(220,247,202)
#E2F8D3
(226,248,211)
#E8F9DC
(232,249,220)
#EEFAE5
(238,250,229)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F194 color. Also use rgb(184,241,148) instead hex code.

Text Font Color

.myTextColor { color: #B8F194; }

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

This text font color is #B8F194.


Background Color

.myBgColor { background-color: #B8F194; }

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

This div background color is #B8F194.


Border color

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

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

This div border color is #B8F194.


Opacity

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

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

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

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

This text has shadow with #B8F194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F194 on black background.


Color preview on white background

This text has color #B8F194 on white background.



Black color preview on #B8F194 background

This text has black color on #B8F194 background.


White color preview on #B8F194 background

This text has white color on #B8F194 background.