COLOR #B8FE74

HEX: #B8FE74
RGB: (184,254,116)

Color info

#B8FE74 contains mainly green color. Web safe color of #B8FE74 is #CCFF66 (or #CF6).

RGB color model

#B8FE74 color RGB value is (184,254,116).

  • red value is 184;
  • green value is 254;
  • blue value is 116.
RGB:
(184,254,116)
(72%,100%,45%)

RGB channels and saturation

R 184 of 255 = 72%
G 254 of 255 = 100%
B 116 of 255 = 45%

184
254
116

R + G + B ~ 72%. #B8FE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 254 + 116 = 554 (100%)
R 184 of 554 ~ 33.21%
G 254 of 554 ~ 45.85%
B 116 of 554 ~ 20.94%

%33.21
%45.85
%20.94

CMYK color model

#B8FE74 color CMYK value is (28,0,54,0).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 54.33%
  • key color value is 0.39%
CMYK:
(28,0,54,0)
C28M0Y54K0 
(28%,0%,54%,0%)
(0.28/0.00/0.54/0.00)	

CMYK percentages

%27.56
%0
%54.33
%0.39

Codes

Color #B8FE74 in popluar color models

B8FE74
RGB184254116
HSL90°98.57%72.55%
HSB/HSV90°54.33%99.61%
CMYK27.56%0.00%54.33%
0.39%

Color #B8FE74 in popluar number systems.

HEXB8FE74
Decimal184254116
Binary10111000111111101110100
Octal270376164

Shades and tints

Shades of #B8FE74

#B8FE74
(184,254,116)
#A8E76A
(168,231,106)
#98D060
(152,208,96)
#88B956
(136,185,86)
#78A24C
(120,162,76)
#688B42
(104,139,66)
#587438
(88,116,56)
#485D2E
(72,93,46)
#384624
(56,70,36)
#282F1A
(40,47,26)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #B8FE74

#B8FE74
(184,254,116)
#BEFE80
(190,254,128)
#C4FE8C
(196,254,140)
#CAFE98
(202,254,152)
#D0FEA4
(208,254,164)
#D6FEB0
(214,254,176)
#DCFEBC
(220,254,188)
#E2FEC8
(226,254,200)
#E8FED4
(232,254,212)
#EEFEE0
(238,254,224)
#F4FEEC
(244,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8FE74 color. Also use rgb(184,254,116) instead hex code.

Text Font Color

.myTextColor { color: #B8FE74; }

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

This text font color is #B8FE74.


Background Color

.myBgColor { background-color: #B8FE74; }

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

This div background color is #B8FE74.


Border color

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

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

This div border color is #B8FE74.


Opacity

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

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

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

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

This text has shadow with #B8FE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FE74 on black background.


Color preview on white background

This text has color #B8FE74 on white background.



Black color preview on #B8FE74 background

This text has black color on #B8FE74 background.


White color preview on #B8FE74 background

This text has white color on #B8FE74 background.