COLOR #B8DE15

HEX: #B8DE15
RGB: (184,222,21)

Color info

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

RGB color model

#B8DE15 color RGB value is (184,222,21).

  • red value is 184;
  • green value is 222;
  • blue value is 21.
RGB:
(184,222,21)
(72%,87%,8%)

RGB channels and saturation

R 184 of 255 = 72%
G 222 of 255 = 87%
B 21 of 255 = 8%

184
222
21

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

Portions of RGB colors in percentages

R + G + B =
184 + 222 + 21 = 427 (100%)
R 184 of 427 ~ 43.09%
G 222 of 427 ~ 51.99%
B 21 of 427 ~ 4.92%

%43.09
%51.99

CMYK color model

#B8DE15 color CMYK value is (17,0,91,13).

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 90.54%
  • key color value is 12.94%
CMYK:
(17,0,91,13)
C17M0Y91K13 
(17%,0%,91%,13%)
(0.17/0.00/0.91/0.13)	

CMYK percentages

%17.12
%0
%90.54
%12.94

Codes

Color #B8DE15 in popluar color models

B8DE15
RGB18422221
HSL71°82.72%47.65%
HSB/HSV71°90.54%87.06%
CMYK17.12%0.00%90.54%
12.94%

Color #B8DE15 in popluar number systems.

HEXB8DE15
Decimal18422221
Binary101110001101111010101
Octal27033625

Shades and tints

Shades of #B8DE15

#B8DE15
(184,222,21)
#A8CA14
(168,202,20)
#98B613
(152,182,19)
#88A212
(136,162,18)
#788E11
(120,142,17)
#687A10
(104,122,16)
#58660F
(88,102,15)
#48520E
(72,82,14)
#383E0D
(56,62,13)
#282A0C
(40,42,12)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #B8DE15

#B8DE15
(184,222,21)
#BEE12A
(190,225,42)
#C4E43F
(196,228,63)
#CAE754
(202,231,84)
#D0EA69
(208,234,105)
#D6ED7E
(214,237,126)
#DCF093
(220,240,147)
#E2F3A8
(226,243,168)
#E8F6BD
(232,246,189)
#EEF9D2
(238,249,210)
#F4FCE7
(244,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DE15 color. Also use rgb(184,222,21) instead hex code.

Text Font Color

.myTextColor { color: #B8DE15; }

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

This text font color is #B8DE15.


Background Color

.myBgColor { background-color: #B8DE15; }

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

This div background color is #B8DE15.


Border color

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

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

This div border color is #B8DE15.


Opacity

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

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

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

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

This text has shadow with #B8DE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DE15 on black background.


Color preview on white background

This text has color #B8DE15 on white background.



Black color preview on #B8DE15 background

This text has black color on #B8DE15 background.


White color preview on #B8DE15 background

This text has white color on #B8DE15 background.