COLOR #B8E34E

HEX: #B8E34E RGB: (184,227,78)

Color info

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

RGB color model

#B8E34E color RGB value is (184,227,78).

RGB: (184,227,78) (72%, 89%, 31%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 78 of 255 = 31%

184
227
78

R + G + B ~ 64%. #B8E34E is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 227 + 78 = 489 (100%)
R 184 of 489 ~ 37.63%
G 227 of 489 ~ 46.42%
B 78 of 489 ~ 15.95'%

%37.63
%46.42
%15.95

CMYK color model

#B8E34E color CMYK value is (19,0,66,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 65.64%
  • key color value is 10.98%

CMYK: (19,0,66,11)
C19M0Y66K11 (19%, 0%, 66%, 11%)
(0.19 / 0.00 / 0.66 / 0.11)

CMYK percentages

%18.94
%0
%65.64
%10.98

Codes

Color #B8E34E in popluar color models

B8 E3 4E
RGB 184 227 78
HSL 77° 72.68% 59.80%
HSB/HSV 77° 65.64% 89.02%
CMYK 18.94% 0.00% 65.64%
10.98%

Color #B8E34E in popluar number systems.

HEX B8 E3 4E
Decimal 184 227 78
Binary 10111000 11100011 1001110
Octal 270 343 116

Shades and tints

Shades of #B8E34E

#B8E34E
(184,227,78)
#A8CF47
(168,207,71)
#98BB40
(152,187,64)
#88A739
(136,167,57)
#789332
(120,147,50)
#687F2B
(104,127,43)
#586B24
(88,107,36)
#48571D
(72,87,29)
#384316
(56,67,22)
#282F0F
(40,47,15)
#181B08
(24,27,8)
#000000
(0,0,0)

Tints of #B8E34E

#B8E34E
(184,227,78)
#BEE55E
(190,229,94)
#C4E76E
(196,231,110)
#CAE97E
(202,233,126)
#D0EB8E
(208,235,142)
#D6ED9E
(214,237,158)
#DCEFAE
(220,239,174)
#E2F1BE
(226,241,190)
#E8F3CE
(232,243,206)
#EEF5DE
(238,245,222)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E34E; }

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

This text font color is #B8E34E.

Background Color

.myBgColor { background-color: #B8E34E; }

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

This div background color is #B8E34E.

Border color

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

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

This div border color is #B8E34E.

Opacity

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

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

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

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

This text has shadow with #B8E34E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E34E.

Preview

Color preview on black background

This text has color #B8E34E on black background.


Color preview on white background

This text has color #B8E34E on white background.


Black color preview on #B8E34E background

This text has black color on #B8E34E background.


White color preview on #B8E34E background

This text has white color on #B8E34E background.


Related colors

Complementary color

Complementary color for #hex is #471CB1.


I love getcolorcode.com

Triadic colors

1 #4EB8E3 and #E34EB8 with #B8E34E are triadic colors.

2 #4EE3B8 and #E3B84E with #B8E34E are triadic colors.