COLOR #B5D800

HEX: #B5D800
RGB: (181,216,0)

Color info

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

RGB color model

#B5D800 color RGB value is (181,216,0).

  • red value is 181;
  • green value is 216;
  • blue value is 0.
RGB:
(181,216,0)
(71%,85%,0%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 0 of 255 = 0%

181
216
0

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

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 0 = 397 (100%)
R 181 of 397 ~ 45.59%
G 216 of 397 ~ 54.41%
B 0 of 397 ~ 0%

%45.59
%54.41

CMYK color model

#B5D800 color CMYK value is (16,0,100,15).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 15.29%
CMYK:
(16,0,100,15)
C16M0Y100K15 
(16%,0%,100%,15%)
(0.16/0.00/1.00/0.15)	

CMYK percentages

%16.2
%0
%100
%15.29

Codes

Color #B5D800 in popluar color models

B5D800
RGB1812160
HSL70°100.00%42.35%
HSB/HSV70°100.00%84.71%
CMYK16.20%0.00%100.00%
15.29%

Color #B5D800 in popluar number systems.

HEXB5D800
Decimal1812160
Binary10110101110110000
Octal2653300

Shades and tints

Shades of #B5D800

#B5D800
(181,216,0)
#A5C500
(165,197,0)
#95B200
(149,178,0)
#859F00
(133,159,0)
#758C00
(117,140,0)
#657900
(101,121,0)
#556600
(85,102,0)
#455300
(69,83,0)
#354000
(53,64,0)
#252D00
(37,45,0)
#151A00
(21,26,0)
#000000
(0,0,0)

Tints of #B5D800

#B5D800
(181,216,0)
#BBDB17
(187,219,23)
#C1DE2E
(193,222,46)
#C7E145
(199,225,69)
#CDE45C
(205,228,92)
#D3E773
(211,231,115)
#D9EA8A
(217,234,138)
#DFEDA1
(223,237,161)
#E5F0B8
(229,240,184)
#EBF3CF
(235,243,207)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D800 color. Also use rgb(181,216,0) instead hex code.

Text Font Color

.myTextColor { color: #B5D800; }

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

This text font color is #B5D800.


Background Color

.myBgColor { background-color: #B5D800; }

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

This div background color is #B5D800.


Border color

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

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

This div border color is #B5D800.


Opacity

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

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

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

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

This text has shadow with #B5D800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D800 on black background.


Color preview on white background

This text has color #B5D800 on white background.



Black color preview on #B5D800 background

This text has black color on #B5D800 background.


White color preview on #B5D800 background

This text has white color on #B5D800 background.