COLOR #B3D517

HEX: #B3D517
RGB: (179,213,23)

Color info

#B3D517 contains mainly red and green colors. Web safe color of #B3D517 is #99CC00 (or #9C0).

RGB color model

#B3D517 color RGB value is (179,213,23).

  • red value is 179;
  • green value is 213;
  • blue value is 23.
RGB:
(179,213,23)
(70%,84%,9%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 23 of 255 = 9%

179
213
23

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

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 23 = 415 (100%)
R 179 of 415 ~ 43.13%
G 213 of 415 ~ 51.33%
B 23 of 415 ~ 5.54%

%43.13
%51.33

CMYK color model

#B3D517 color CMYK value is (16,0,89,16).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 16.47%
CMYK:
(16,0,89,16)
C16M0Y89K16 
(16%,0%,89%,16%)
(0.16/0.00/0.89/0.16)	

CMYK percentages

%15.96
%0
%89.2
%16.47

Codes

Color #B3D517 in popluar color models

B3D517
RGB17921323
HSL71°80.51%46.27%
HSB/HSV71°89.20%83.53%
CMYK15.96%0.00%89.20%
16.47%

Color #B3D517 in popluar number systems.

HEXB3D517
Decimal17921323
Binary101100111101010110111
Octal26332527

Shades and tints

Shades of #B3D517

#B3D517
(179,213,23)
#A3C215
(163,194,21)
#93AF13
(147,175,19)
#839C11
(131,156,17)
#73890F
(115,137,15)
#63760D
(99,118,13)
#53630B
(83,99,11)
#435009
(67,80,9)
#333D07
(51,61,7)
#232A05
(35,42,5)
#131703
(19,23,3)
#000000
(0,0,0)

Tints of #B3D517

#B3D517
(179,213,23)
#B9D82C
(185,216,44)
#BFDB41
(191,219,65)
#C5DE56
(197,222,86)
#CBE16B
(203,225,107)
#D1E480
(209,228,128)
#D7E795
(215,231,149)
#DDEAAA
(221,234,170)
#E3EDBF
(227,237,191)
#E9F0D4
(233,240,212)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D517 color. Also use rgb(179,213,23) instead hex code.

Text Font Color

.myTextColor { color: #B3D517; }

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

This text font color is #B3D517.


Background Color

.myBgColor { background-color: #B3D517; }

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

This div background color is #B3D517.


Border color

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

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

This div border color is #B3D517.


Opacity

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

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

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

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

This text has shadow with #B3D517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D517 on black background.


Color preview on white background

This text has color #B3D517 on white background.



Black color preview on #B3D517 background

This text has black color on #B3D517 background.


White color preview on #B3D517 background

This text has white color on #B3D517 background.