COLOR #B8EB4D

HEX: #B8EB4D
RGB: (184,235,77)

Color info

#B8EB4D contains mainly red and green colors. Web safe color of #B8EB4D is #CCFF33 (or #CF3).

RGB color model

#B8EB4D color RGB value is (184,235,77).

  • red value is 184;
  • green value is 235;
  • blue value is 77.
RGB:
(184,235,77)
(72%,92%,30%)

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 77 of 255 = 30%

184
235
77

R + G + B ~ 65%. #B8EB4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 77 = 496 (100%)
R 184 of 496 ~ 37.1%
G 235 of 496 ~ 47.38%
B 77 of 496 ~ 15.52%

%37.1
%47.38
%15.52

CMYK color model

#B8EB4D color CMYK value is (22,0,67,8).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 67.23%
  • key color value is 7.84%
CMYK:
(22,0,67,8)
C22M0Y67K8 
(22%,0%,67%,8%)
(0.22/0.00/0.67/0.08)	

CMYK percentages

%21.7
%0
%67.23
%7.84

Codes

Color #B8EB4D in popluar color models

B8EB4D
RGB18423577
HSL79°79.80%61.18%
HSB/HSV79°67.23%92.16%
CMYK21.70%0.00%67.23%
7.84%

Color #B8EB4D in popluar number systems.

HEXB8EB4D
Decimal18423577
Binary10111000111010111001101
Octal270353115

Shades and tints

Shades of #B8EB4D

#B8EB4D
(184,235,77)
#A8D646
(168,214,70)
#98C13F
(152,193,63)
#88AC38
(136,172,56)
#789731
(120,151,49)
#68822A
(104,130,42)
#586D23
(88,109,35)
#48581C
(72,88,28)
#384315
(56,67,21)
#282E0E
(40,46,14)
#181907
(24,25,7)
#000000
(0,0,0)

Tints of #B8EB4D

#B8EB4D
(184,235,77)
#BEEC5D
(190,236,93)
#C4ED6D
(196,237,109)
#CAEE7D
(202,238,125)
#D0EF8D
(208,239,141)
#D6F09D
(214,240,157)
#DCF1AD
(220,241,173)
#E2F2BD
(226,242,189)
#E8F3CD
(232,243,205)
#EEF4DD
(238,244,221)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EB4D color. Also use rgb(184,235,77) instead hex code.

Text Font Color

.myTextColor { color: #B8EB4D; }

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

This text font color is #B8EB4D.


Background Color

.myBgColor { background-color: #B8EB4D; }

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

This div background color is #B8EB4D.


Border color

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

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

This div border color is #B8EB4D.


Opacity

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

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

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

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

This text has shadow with #B8EB4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EB4D on black background.


Color preview on white background

This text has color #B8EB4D on white background.



Black color preview on #B8EB4D background

This text has black color on #B8EB4D background.


White color preview on #B8EB4D background

This text has white color on #B8EB4D background.