COLOR #B5E517

HEX: #B5E517
RGB: (181,229,23)

Color info

#B5E517 contains mainly red and green colors. Web safe color of #B5E517 is #CCCC00 (or #CC0).

RGB color model

#B5E517 color RGB value is (181,229,23).

  • red value is 181;
  • green value is 229;
  • blue value is 23.
RGB:
(181,229,23)
(71%,90%,9%)

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 23 of 255 = 9%

181
229
23

R + G + B ~ 57%. #B5E517 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 229 + 23 = 433 (100%)
R 181 of 433 ~ 41.8%
G 229 of 433 ~ 52.89%
B 23 of 433 ~ 5.31%

%41.8
%52.89

CMYK color model

#B5E517 color CMYK value is (21,0,90,10).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 89.96%
  • key color value is 10.20%
CMYK:
(21,0,90,10)
C21M0Y90K10 
(21%,0%,90%,10%)
(0.21/0.00/0.90/0.10)	

CMYK percentages

%20.96
%0
%89.96
%10.2

Codes

Color #B5E517 in popluar color models

B5E517
RGB18122923
HSL74°81.75%49.41%
HSB/HSV74°89.96%89.80%
CMYK20.96%0.00%89.96%
10.20%

Color #B5E517 in popluar number systems.

HEXB5E517
Decimal18122923
Binary101101011110010110111
Octal26534527

Shades and tints

Shades of #B5E517

#B5E517
(181,229,23)
#A5D115
(165,209,21)
#95BD13
(149,189,19)
#85A911
(133,169,17)
#75950F
(117,149,15)
#65810D
(101,129,13)
#556D0B
(85,109,11)
#455909
(69,89,9)
#354507
(53,69,7)
#253105
(37,49,5)
#151D03
(21,29,3)
#000000
(0,0,0)

Tints of #B5E517

#B5E517
(181,229,23)
#BBE72C
(187,231,44)
#C1E941
(193,233,65)
#C7EB56
(199,235,86)
#CDED6B
(205,237,107)
#D3EF80
(211,239,128)
#D9F195
(217,241,149)
#DFF3AA
(223,243,170)
#E5F5BF
(229,245,191)
#EBF7D4
(235,247,212)
#F1F9E9
(241,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E517 color. Also use rgb(181,229,23) instead hex code.

Text Font Color

.myTextColor { color: #B5E517; }

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

This text font color is #B5E517.


Background Color

.myBgColor { background-color: #B5E517; }

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

This div background color is #B5E517.


Border color

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

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

This div border color is #B5E517.


Opacity

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

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

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

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

This text has shadow with #B5E517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E517 on black background.


Color preview on white background

This text has color #B5E517 on white background.



Black color preview on #B5E517 background

This text has black color on #B5E517 background.


White color preview on #B5E517 background

This text has white color on #B5E517 background.