COLOR #B5F98B

HEX: #B5F98B
RGB: (181,249,139)

Color info

#B5F98B contains mainly green color. Web safe color of #B5F98B is #CCFF99 (or #CF9).

RGB color model

#B5F98B color RGB value is (181,249,139).

  • red value is 181;
  • green value is 249;
  • blue value is 139.
RGB:
(181,249,139)
(71%,98%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 249 of 255 = 98%
B 139 of 255 = 55%

181
249
139

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

Portions of RGB colors in percentages

R + G + B =
181 + 249 + 139 = 569 (100%)
R 181 of 569 ~ 31.81%
G 249 of 569 ~ 43.76%
B 139 of 569 ~ 24.43%

%31.81
%43.76
%24.43

CMYK color model

#B5F98B color CMYK value is (27,0,44,2).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 44.18%
  • key color value is 2.35%
CMYK:
(27,0,44,2)
C27M0Y44K2 
(27%,0%,44%,2%)
(0.27/0.00/0.44/0.02)	

CMYK percentages

%27.31
%0
%44.18
%2.35

Codes

Color #B5F98B in popluar color models

B5F98B
RGB181249139
HSL97°90.16%76.08%
HSB/HSV97°44.18%97.65%
CMYK27.31%0.00%44.18%
2.35%

Color #B5F98B in popluar number systems.

HEXB5F98B
Decimal181249139
Binary101101011111100110001011
Octal265371213

Shades and tints

Shades of #B5F98B

#B5F98B
(181,249,139)
#A5E37F
(165,227,127)
#95CD73
(149,205,115)
#85B767
(133,183,103)
#75A15B
(117,161,91)
#658B4F
(101,139,79)
#557543
(85,117,67)
#455F37
(69,95,55)
#35492B
(53,73,43)
#25331F
(37,51,31)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #B5F98B

#B5F98B
(181,249,139)
#BBF995
(187,249,149)
#C1F99F
(193,249,159)
#C7F9A9
(199,249,169)
#CDF9B3
(205,249,179)
#D3F9BD
(211,249,189)
#D9F9C7
(217,249,199)
#DFF9D1
(223,249,209)
#E5F9DB
(229,249,219)
#EBF9E5
(235,249,229)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F98B color. Also use rgb(181,249,139) instead hex code.

Text Font Color

.myTextColor { color: #B5F98B; }

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

This text font color is #B5F98B.


Background Color

.myBgColor { background-color: #B5F98B; }

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

This div background color is #B5F98B.


Border color

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

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

This div border color is #B5F98B.


Opacity

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

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

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

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

This text has shadow with #B5F98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F98B on black background.


Color preview on white background

This text has color #B5F98B on white background.



Black color preview on #B5F98B background

This text has black color on #B5F98B background.


White color preview on #B5F98B background

This text has white color on #B5F98B background.