COLOR #B9F080

HEX: #B9F080
RGB: (185,240,128)

Color info

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

RGB color model

#B9F080 color RGB value is (185,240,128).

  • red value is 185;
  • green value is 240;
  • blue value is 128.
RGB:
(185,240,128)
(73%,94%,50%)

RGB channels and saturation

R 185 of 255 = 73%
G 240 of 255 = 94%
B 128 of 255 = 50%

185
240
128

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

Portions of RGB colors in percentages

R + G + B =
185 + 240 + 128 = 553 (100%)
R 185 of 553 ~ 33.45%
G 240 of 553 ~ 43.4%
B 128 of 553 ~ 23.15%

%33.45
%43.4
%23.15

CMYK color model

#B9F080 color CMYK value is (23,0,47,6).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 5.88%
CMYK:
(23,0,47,6)
C23M0Y47K6 
(23%,0%,47%,6%)
(0.23/0.00/0.47/0.06)	

CMYK percentages

%22.92
%0
%46.67
%5.88

Codes

Color #B9F080 in popluar color models

B9F080
RGB185240128
HSL89°78.87%72.16%
HSB/HSV89°46.67%94.12%
CMYK22.92%0.00%46.67%
5.88%

Color #B9F080 in popluar number systems.

HEXB9F080
Decimal185240128
Binary101110011111000010000000
Octal271360200

Shades and tints

Shades of #B9F080

#B9F080
(185,240,128)
#A9DB75
(169,219,117)
#99C66A
(153,198,106)
#89B15F
(137,177,95)
#799C54
(121,156,84)
#698749
(105,135,73)
#59723E
(89,114,62)
#495D33
(73,93,51)
#394828
(57,72,40)
#29331D
(41,51,29)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #B9F080

#B9F080
(185,240,128)
#BFF18B
(191,241,139)
#C5F296
(197,242,150)
#CBF3A1
(203,243,161)
#D1F4AC
(209,244,172)
#D7F5B7
(215,245,183)
#DDF6C2
(221,246,194)
#E3F7CD
(227,247,205)
#E9F8D8
(233,248,216)
#EFF9E3
(239,249,227)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F080 color. Also use rgb(185,240,128) instead hex code.

Text Font Color

.myTextColor { color: #B9F080; }

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

This text font color is #B9F080.


Background Color

.myBgColor { background-color: #B9F080; }

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

This div background color is #B9F080.


Border color

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

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

This div border color is #B9F080.


Opacity

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

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

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

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

This text has shadow with #B9F080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F080 on black background.


Color preview on white background

This text has color #B9F080 on white background.



Black color preview on #B9F080 background

This text has black color on #B9F080 background.


White color preview on #B9F080 background

This text has white color on #B9F080 background.