COLOR #B8EF7A

HEX: #B8EF7A
RGB: (184,239,122)

Color info

#B8EF7A contains mainly red and green colors. Web safe color of #B8EF7A is #CCFF66 (or #CF6).

RGB color model

#B8EF7A color RGB value is (184,239,122).

  • red value is 184;
  • green value is 239;
  • blue value is 122.
RGB:
(184,239,122)
(72%,94%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 122 of 255 = 48%

184
239
122

R + G + B ~ 71%. #B8EF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 122 = 545 (100%)
R 184 of 545 ~ 33.76%
G 239 of 545 ~ 43.85%
B 122 of 545 ~ 22.39%

%33.76
%43.85
%22.39

CMYK color model

#B8EF7A color CMYK value is (23,0,49,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 48.95%
  • key color value is 6.27%
CMYK:
(23,0,49,6)
C23M0Y49K6 
(23%,0%,49%,6%)
(0.23/0.00/0.49/0.06)	

CMYK percentages

%23.01
%0
%48.95
%6.27

Codes

Color #B8EF7A in popluar color models

B8EF7A
RGB184239122
HSL88°78.52%70.78%
HSB/HSV88°48.95%93.73%
CMYK23.01%0.00%48.95%
6.27%

Color #B8EF7A in popluar number systems.

HEXB8EF7A
Decimal184239122
Binary10111000111011111111010
Octal270357172

Shades and tints

Shades of #B8EF7A

#B8EF7A
(184,239,122)
#A8DA6F
(168,218,111)
#98C564
(152,197,100)
#88B059
(136,176,89)
#789B4E
(120,155,78)
#688643
(104,134,67)
#587138
(88,113,56)
#485C2D
(72,92,45)
#384722
(56,71,34)
#283217
(40,50,23)
#181D0C
(24,29,12)
#000000
(0,0,0)

Tints of #B8EF7A

#B8EF7A
(184,239,122)
#BEF086
(190,240,134)
#C4F192
(196,241,146)
#CAF29E
(202,242,158)
#D0F3AA
(208,243,170)
#D6F4B6
(214,244,182)
#DCF5C2
(220,245,194)
#E2F6CE
(226,246,206)
#E8F7DA
(232,247,218)
#EEF8E6
(238,248,230)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EF7A color. Also use rgb(184,239,122) instead hex code.

Text Font Color

.myTextColor { color: #B8EF7A; }

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

This text font color is #B8EF7A.


Background Color

.myBgColor { background-color: #B8EF7A; }

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

This div background color is #B8EF7A.


Border color

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

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

This div border color is #B8EF7A.


Opacity

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

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

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

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

This text has shadow with #B8EF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EF7A on black background.


Color preview on white background

This text has color #B8EF7A on white background.



Black color preview on #B8EF7A background

This text has black color on #B8EF7A background.


White color preview on #B8EF7A background

This text has white color on #B8EF7A background.