COLOR #B8FD6C

HEX: #B8FD6C
RGB: (184,253,108)

Color info

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

RGB color model

#B8FD6C color RGB value is (184,253,108).

  • red value is 184;
  • green value is 253;
  • blue value is 108.
RGB:
(184,253,108)
(72%,99%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 253 of 255 = 99%
B 108 of 255 = 42%

184
253
108

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

Portions of RGB colors in percentages

R + G + B =
184 + 253 + 108 = 545 (100%)
R 184 of 545 ~ 33.76%
G 253 of 545 ~ 46.42%
B 108 of 545 ~ 19.82%

%33.76
%46.42
%19.82

CMYK color model

#B8FD6C color CMYK value is (27,0,57,1).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 0.78%
CMYK:
(27,0,57,1)
C27M0Y57K1 
(27%,0%,57%,1%)
(0.27/0.00/0.57/0.01)	

CMYK percentages

%27.27
%0
%57.31
%0.78

Codes

Color #B8FD6C in popluar color models

B8FD6C
RGB184253108
HSL89°97.32%70.78%
HSB/HSV89°57.31%99.22%
CMYK27.27%0.00%57.31%
0.78%

Color #B8FD6C in popluar number systems.

HEXB8FD6C
Decimal184253108
Binary10111000111111011101100
Octal270375154

Shades and tints

Shades of #B8FD6C

#B8FD6C
(184,253,108)
#A8E663
(168,230,99)
#98CF5A
(152,207,90)
#88B851
(136,184,81)
#78A148
(120,161,72)
#688A3F
(104,138,63)
#587336
(88,115,54)
#485C2D
(72,92,45)
#384524
(56,69,36)
#282E1B
(40,46,27)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B8FD6C

#B8FD6C
(184,253,108)
#BEFD79
(190,253,121)
#C4FD86
(196,253,134)
#CAFD93
(202,253,147)
#D0FDA0
(208,253,160)
#D6FDAD
(214,253,173)
#DCFDBA
(220,253,186)
#E2FDC7
(226,253,199)
#E8FDD4
(232,253,212)
#EEFDE1
(238,253,225)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8FD6C color. Also use rgb(184,253,108) instead hex code.

Text Font Color

.myTextColor { color: #B8FD6C; }

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

This text font color is #B8FD6C.


Background Color

.myBgColor { background-color: #B8FD6C; }

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

This div background color is #B8FD6C.


Border color

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

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

This div border color is #B8FD6C.


Opacity

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

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

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

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

This text has shadow with #B8FD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FD6C on black background.


Color preview on white background

This text has color #B8FD6C on white background.



Black color preview on #B8FD6C background

This text has black color on #B8FD6C background.


White color preview on #B8FD6C background

This text has white color on #B8FD6C background.