COLOR #B9EE65

HEX: #B9EE65
RGB: (185,238,101)

Color info

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

RGB color model

#B9EE65 color RGB value is (185,238,101).

  • red value is 185;
  • green value is 238;
  • blue value is 101.
RGB:
(185,238,101)
(73%,93%,40%)

RGB channels and saturation

R 185 of 255 = 73%
G 238 of 255 = 93%
B 101 of 255 = 40%

185
238
101

R + G + B ~ 69%. #B9EE65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 238 + 101 = 524 (100%)
R 185 of 524 ~ 35.31%
G 238 of 524 ~ 45.42%
B 101 of 524 ~ 19.27%

%35.31
%45.42
%19.27

CMYK color model

#B9EE65 color CMYK value is (22,0,58,7).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(22,0,58,7)
C22M0Y58K7 
(22%,0%,58%,7%)
(0.22/0.00/0.58/0.07)	

CMYK percentages

%22.27
%0
%57.56
%6.67

Codes

Color #B9EE65 in popluar color models

B9EE65
RGB185238101
HSL83°80.12%66.47%
HSB/HSV83°57.56%93.33%
CMYK22.27%0.00%57.56%
6.67%

Color #B9EE65 in popluar number systems.

HEXB9EE65
Decimal185238101
Binary10111001111011101100101
Octal271356145

Shades and tints

Shades of #B9EE65

#B9EE65
(185,238,101)
#A9D95C
(169,217,92)
#99C453
(153,196,83)
#89AF4A
(137,175,74)
#799A41
(121,154,65)
#698538
(105,133,56)
#59702F
(89,112,47)
#495B26
(73,91,38)
#39461D
(57,70,29)
#293114
(41,49,20)
#191C0B
(25,28,11)
#000000
(0,0,0)

Tints of #B9EE65

#B9EE65
(185,238,101)
#BFEF73
(191,239,115)
#C5F081
(197,240,129)
#CBF18F
(203,241,143)
#D1F29D
(209,242,157)
#D7F3AB
(215,243,171)
#DDF4B9
(221,244,185)
#E3F5C7
(227,245,199)
#E9F6D5
(233,246,213)
#EFF7E3
(239,247,227)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EE65 color. Also use rgb(185,238,101) instead hex code.

Text Font Color

.myTextColor { color: #B9EE65; }

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

This text font color is #B9EE65.


Background Color

.myBgColor { background-color: #B9EE65; }

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

This div background color is #B9EE65.


Border color

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

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

This div border color is #B9EE65.


Opacity

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

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

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

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

This text has shadow with #B9EE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EE65 on black background.


Color preview on white background

This text has color #B9EE65 on white background.



Black color preview on #B9EE65 background

This text has black color on #B9EE65 background.


White color preview on #B9EE65 background

This text has white color on #B9EE65 background.