COLOR #B5EB94

HEX: #B5EB94
RGB: (181,235,148)

Color info

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

RGB color model

#B5EB94 color RGB value is (181,235,148).

  • red value is 181;
  • green value is 235;
  • blue value is 148.
RGB:
(181,235,148)
(71%,92%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 148 of 255 = 58%

181
235
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 148 = 564 (100%)
R 181 of 564 ~ 32.09%
G 235 of 564 ~ 41.67%
B 148 of 564 ~ 26.24%

%32.09
%41.67
%26.24

CMYK color model

#B5EB94 color CMYK value is (23,0,37,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 7.84%
CMYK:
(23,0,37,8)
C23M0Y37K8 
(23%,0%,37%,8%)
(0.23/0.00/0.37/0.08)	

CMYK percentages

%22.98
%0
%37.02
%7.84

Codes

Color #B5EB94 in popluar color models

B5EB94
RGB181235148
HSL97°68.50%75.10%
HSB/HSV97°37.02%92.16%
CMYK22.98%0.00%37.02%
7.84%

Color #B5EB94 in popluar number systems.

HEXB5EB94
Decimal181235148
Binary101101011110101110010100
Octal265353224

Shades and tints

Shades of #B5EB94

#B5EB94
(181,235,148)
#A5D687
(165,214,135)
#95C17A
(149,193,122)
#85AC6D
(133,172,109)
#759760
(117,151,96)
#658253
(101,130,83)
#556D46
(85,109,70)
#455839
(69,88,57)
#35432C
(53,67,44)
#252E1F
(37,46,31)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5EB94

#B5EB94
(181,235,148)
#BBEC9D
(187,236,157)
#C1EDA6
(193,237,166)
#C7EEAF
(199,238,175)
#CDEFB8
(205,239,184)
#D3F0C1
(211,240,193)
#D9F1CA
(217,241,202)
#DFF2D3
(223,242,211)
#E5F3DC
(229,243,220)
#EBF4E5
(235,244,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EB94 color. Also use rgb(181,235,148) instead hex code.

Text Font Color

.myTextColor { color: #B5EB94; }

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

This text font color is #B5EB94.


Background Color

.myBgColor { background-color: #B5EB94; }

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

This div background color is #B5EB94.


Border color

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

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

This div border color is #B5EB94.


Opacity

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

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

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

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

This text has shadow with #B5EB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EB94 on black background.


Color preview on white background

This text has color #B5EB94 on white background.



Black color preview on #B5EB94 background

This text has black color on #B5EB94 background.


White color preview on #B5EB94 background

This text has white color on #B5EB94 background.