COLOR #B8E35F

HEX: #B8E35F
RGB: (184,227,95)

Color info

#B8E35F contains mainly red and green colors. Web safe color of #B8E35F is #CCCC66 (or #CC6).

RGB color model

#B8E35F color RGB value is (184,227,95).

  • red value is 184;
  • green value is 227;
  • blue value is 95.
RGB:
(184,227,95)
(72%,89%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 95 of 255 = 37%

184
227
95

R + G + B ~ 66%. #B8E35F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 95 = 506 (100%)
R 184 of 506 ~ 36.36%
G 227 of 506 ~ 44.86%
B 95 of 506 ~ 18.77%

%36.36
%44.86
%18.77

CMYK color model

#B8E35F color CMYK value is (19,0,58,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(19,0,58,11)
C19M0Y58K11 
(19%,0%,58%,11%)
(0.19/0.00/0.58/0.11)	

CMYK percentages

%18.94
%0
%58.15
%10.98

Codes

Color #B8E35F in popluar color models

B8E35F
RGB18422795
HSL80°70.21%63.14%
HSB/HSV80°58.15%89.02%
CMYK18.94%0.00%58.15%
10.98%

Color #B8E35F in popluar number systems.

HEXB8E35F
Decimal18422795
Binary10111000111000111011111
Octal270343137

Shades and tints

Shades of #B8E35F

#B8E35F
(184,227,95)
#A8CF57
(168,207,87)
#98BB4F
(152,187,79)
#88A747
(136,167,71)
#78933F
(120,147,63)
#687F37
(104,127,55)
#586B2F
(88,107,47)
#485727
(72,87,39)
#38431F
(56,67,31)
#282F17
(40,47,23)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #B8E35F

#B8E35F
(184,227,95)
#BEE56D
(190,229,109)
#C4E77B
(196,231,123)
#CAE989
(202,233,137)
#D0EB97
(208,235,151)
#D6EDA5
(214,237,165)
#DCEFB3
(220,239,179)
#E2F1C1
(226,241,193)
#E8F3CF
(232,243,207)
#EEF5DD
(238,245,221)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E35F color. Also use rgb(184,227,95) instead hex code.

Text Font Color

.myTextColor { color: #B8E35F; }

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

This text font color is #B8E35F.


Background Color

.myBgColor { background-color: #B8E35F; }

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

This div background color is #B8E35F.


Border color

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

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

This div border color is #B8E35F.


Opacity

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

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

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

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

This text has shadow with #B8E35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E35F on black background.


Color preview on white background

This text has color #B8E35F on white background.



Black color preview on #B8E35F background

This text has black color on #B8E35F background.


White color preview on #B8E35F background

This text has white color on #B8E35F background.