COLOR #B8F37A

HEX: #B8F37A
RGB: (184,243,122)

Color info

#B8F37A contains mainly red and green colors. Web safe color of #B8F37A is #CCFF66 (or #CF6).

RGB color model

#B8F37A color RGB value is (184,243,122).

  • red value is 184;
  • green value is 243;
  • blue value is 122.
RGB:
(184,243,122)
(72%,95%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 243 of 255 = 95%
B 122 of 255 = 48%

184
243
122

R + G + B ~ 72%. #B8F37A is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 243 + 122 = 549 (100%)
R 184 of 549 ~ 33.52%
G 243 of 549 ~ 44.26%
B 122 of 549 ~ 22.22%

%33.52
%44.26
%22.22

CMYK color model

#B8F37A color CMYK value is (24,0,50,5).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 4.71%
CMYK:
(24,0,50,5)
C24M0Y50K5 
(24%,0%,50%,5%)
(0.24/0.00/0.50/0.05)	

CMYK percentages

%24.28
%0
%49.79
%4.71

Codes

Color #B8F37A in popluar color models

B8F37A
RGB184243122
HSL89°83.45%71.57%
HSB/HSV89°49.79%95.29%
CMYK24.28%0.00%49.79%
4.71%

Color #B8F37A in popluar number systems.

HEXB8F37A
Decimal184243122
Binary10111000111100111111010
Octal270363172

Shades and tints

Shades of #B8F37A

#B8F37A
(184,243,122)
#A8DD6F
(168,221,111)
#98C764
(152,199,100)
#88B159
(136,177,89)
#789B4E
(120,155,78)
#688543
(104,133,67)
#586F38
(88,111,56)
#48592D
(72,89,45)
#384322
(56,67,34)
#282D17
(40,45,23)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #B8F37A

#B8F37A
(184,243,122)
#BEF486
(190,244,134)
#C4F592
(196,245,146)
#CAF69E
(202,246,158)
#D0F7AA
(208,247,170)
#D6F8B6
(214,248,182)
#DCF9C2
(220,249,194)
#E2FACE
(226,250,206)
#E8FBDA
(232,251,218)
#EEFCE6
(238,252,230)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F37A color. Also use rgb(184,243,122) instead hex code.

Text Font Color

.myTextColor { color: #B8F37A; }

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

This text font color is #B8F37A.


Background Color

.myBgColor { background-color: #B8F37A; }

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

This div background color is #B8F37A.


Border color

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

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

This div border color is #B8F37A.


Opacity

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

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

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

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

This text has shadow with #B8F37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F37A on black background.


Color preview on white background

This text has color #B8F37A on white background.



Black color preview on #B8F37A background

This text has black color on #B8F37A background.


White color preview on #B8F37A background

This text has white color on #B8F37A background.