COLOR #B5F99F

HEX: #B5F99F
RGB: (181,249,159)

Color info

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

RGB color model

#B5F99F color RGB value is (181,249,159).

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

RGB channels and saturation

R 181 of 255 = 71%
G 249 of 255 = 98%
B 159 of 255 = 62%

181
249
159

R + G + B ~ 77%. #B5F99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 249 + 159 = 589 (100%)
R 181 of 589 ~ 30.73%
G 249 of 589 ~ 42.28%
B 159 of 589 ~ 26.99%

%30.73
%42.28
%26.99

CMYK color model

#B5F99F color CMYK value is (27,0,36,2).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 2.35%
CMYK:
(27,0,36,2)
C27M0Y36K2 
(27%,0%,36%,2%)
(0.27/0.00/0.36/0.02)	

CMYK percentages

%27.31
%0
%36.14
%2.35

Codes

Color #B5F99F in popluar color models

B5F99F
RGB181249159
HSL105°88.24%80.00%
HSB/HSV105°36.14%97.65%
CMYK27.31%0.00%36.14%
2.35%

Color #B5F99F in popluar number systems.

HEXB5F99F
Decimal181249159
Binary101101011111100110011111
Octal265371237

Shades and tints

Shades of #B5F99F

#B5F99F
(181,249,159)
#A5E391
(165,227,145)
#95CD83
(149,205,131)
#85B775
(133,183,117)
#75A167
(117,161,103)
#658B59
(101,139,89)
#55754B
(85,117,75)
#455F3D
(69,95,61)
#35492F
(53,73,47)
#253321
(37,51,33)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #B5F99F

#B5F99F
(181,249,159)
#BBF9A7
(187,249,167)
#C1F9AF
(193,249,175)
#C7F9B7
(199,249,183)
#CDF9BF
(205,249,191)
#D3F9C7
(211,249,199)
#D9F9CF
(217,249,207)
#DFF9D7
(223,249,215)
#E5F9DF
(229,249,223)
#EBF9E7
(235,249,231)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F99F; }

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

This text font color is #B5F99F.


Background Color

.myBgColor { background-color: #B5F99F; }

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

This div background color is #B5F99F.


Border color

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

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

This div border color is #B5F99F.


Opacity

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

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

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

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

This text has shadow with #B5F99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F99F on black background.


Color preview on white background

This text has color #B5F99F on white background.



Black color preview on #B5F99F background

This text has black color on #B5F99F background.


White color preview on #B5F99F background

This text has white color on #B5F99F background.