COLOR #B4EE91

HEX: #B4EE91
RGB: (180,238,145)

Color info

#B4EE91 contains mainly red and green colors. Web safe color of #B4EE91 is #CCFF99 (or #CF9).

RGB color model

#B4EE91 color RGB value is (180,238,145).

  • red value is 180;
  • green value is 238;
  • blue value is 145.
RGB:
(180,238,145)
(71%,93%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 238 of 255 = 93%
B 145 of 255 = 57%

180
238
145

R + G + B ~ 74%. #B4EE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 238 + 145 = 563 (100%)
R 180 of 563 ~ 31.97%
G 238 of 563 ~ 42.27%
B 145 of 563 ~ 25.75%

%31.97
%42.27
%25.75

CMYK color model

#B4EE91 color CMYK value is (24,0,39,7).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 6.67%
CMYK:
(24,0,39,7)
C24M0Y39K7 
(24%,0%,39%,7%)
(0.24/0.00/0.39/0.07)	

CMYK percentages

%24.37
%0
%39.08
%6.67

Codes

Color #B4EE91 in popluar color models

B4EE91
RGB180238145
HSL97°73.23%75.10%
HSB/HSV97°39.08%93.33%
CMYK24.37%0.00%39.08%
6.67%

Color #B4EE91 in popluar number systems.

HEXB4EE91
Decimal180238145
Binary101101001110111010010001
Octal264356221

Shades and tints

Shades of #B4EE91

#B4EE91
(180,238,145)
#A4D984
(164,217,132)
#94C477
(148,196,119)
#84AF6A
(132,175,106)
#749A5D
(116,154,93)
#648550
(100,133,80)
#547043
(84,112,67)
#445B36
(68,91,54)
#344629
(52,70,41)
#24311C
(36,49,28)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #B4EE91

#B4EE91
(180,238,145)
#BAEF9B
(186,239,155)
#C0F0A5
(192,240,165)
#C6F1AF
(198,241,175)
#CCF2B9
(204,242,185)
#D2F3C3
(210,243,195)
#D8F4CD
(216,244,205)
#DEF5D7
(222,245,215)
#E4F6E1
(228,246,225)
#EAF7EB
(234,247,235)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EE91 color. Also use rgb(180,238,145) instead hex code.

Text Font Color

.myTextColor { color: #B4EE91; }

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

This text font color is #B4EE91.


Background Color

.myBgColor { background-color: #B4EE91; }

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

This div background color is #B4EE91.


Border color

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

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

This div border color is #B4EE91.


Opacity

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

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

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

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

This text has shadow with #B4EE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EE91 on black background.


Color preview on white background

This text has color #B4EE91 on white background.



Black color preview on #B4EE91 background

This text has black color on #B4EE91 background.


White color preview on #B4EE91 background

This text has white color on #B4EE91 background.