COLOR #B5EF7D

HEX: #B5EF7D
RGB: (181,239,125)

Color info

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

RGB color model

#B5EF7D color RGB value is (181,239,125).

  • red value is 181;
  • green value is 239;
  • blue value is 125.
RGB:
(181,239,125)
(71%,94%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 125 of 255 = 49%

181
239
125

R + G + B ~ 71%. #B5EF7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 125 = 545 (100%)
R 181 of 545 ~ 33.21%
G 239 of 545 ~ 43.85%
B 125 of 545 ~ 22.94%

%33.21
%43.85
%22.94

CMYK color model

#B5EF7D color CMYK value is (24,0,48,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 47.70%
  • key color value is 6.27%
CMYK:
(24,0,48,6)
C24M0Y48K6 
(24%,0%,48%,6%)
(0.24/0.00/0.48/0.06)	

CMYK percentages

%24.27
%0
%47.7
%6.27

Codes

Color #B5EF7D in popluar color models

B5EF7D
RGB181239125
HSL91°78.08%71.37%
HSB/HSV91°47.70%93.73%
CMYK24.27%0.00%47.70%
6.27%

Color #B5EF7D in popluar number systems.

HEXB5EF7D
Decimal181239125
Binary10110101111011111111101
Octal265357175

Shades and tints

Shades of #B5EF7D

#B5EF7D
(181,239,125)
#A5DA72
(165,218,114)
#95C567
(149,197,103)
#85B05C
(133,176,92)
#759B51
(117,155,81)
#658646
(101,134,70)
#55713B
(85,113,59)
#455C30
(69,92,48)
#354725
(53,71,37)
#25321A
(37,50,26)
#151D0F
(21,29,15)
#000000
(0,0,0)

Tints of #B5EF7D

#B5EF7D
(181,239,125)
#BBF088
(187,240,136)
#C1F193
(193,241,147)
#C7F29E
(199,242,158)
#CDF3A9
(205,243,169)
#D3F4B4
(211,244,180)
#D9F5BF
(217,245,191)
#DFF6CA
(223,246,202)
#E5F7D5
(229,247,213)
#EBF8E0
(235,248,224)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EF7D color. Also use rgb(181,239,125) instead hex code.

Text Font Color

.myTextColor { color: #B5EF7D; }

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

This text font color is #B5EF7D.


Background Color

.myBgColor { background-color: #B5EF7D; }

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

This div background color is #B5EF7D.


Border color

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

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

This div border color is #B5EF7D.


Opacity

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

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

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

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

This text has shadow with #B5EF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EF7D on black background.


Color preview on white background

This text has color #B5EF7D on white background.



Black color preview on #B5EF7D background

This text has black color on #B5EF7D background.


White color preview on #B5EF7D background

This text has white color on #B5EF7D background.