COLOR #BCFF76

HEX: #BCFF76
RGB: (188,255,118)

Color info

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

RGB color model

#BCFF76 color RGB value is (188,255,118).

  • red value is 188;
  • green value is 255;
  • blue value is 118.
RGB:
(188,255,118)
(74%,100%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 118 of 255 = 46%

188
255
118

R + G + B ~ 73%. #BCFF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 118 = 561 (100%)
R 188 of 561 ~ 33.51%
G 255 of 561 ~ 45.45%
B 118 of 561 ~ 21.03%

%33.51
%45.45
%21.03

CMYK color model

#BCFF76 color CMYK value is (26,0,54,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 0.00%
CMYK:
(26,0,54,0)
C26M0Y54K0 
(26%,0%,54%,0%)
(0.26/0.00/0.54/0.00)	

CMYK percentages

%26.27
%0
%53.73
%0

Codes

Color #BCFF76 in popluar color models

BCFF76
RGB188255118
HSL89°100.00%73.14%
HSB/HSV89°53.73%100.00%
CMYK26.27%0.00%53.73%
0.00%

Color #BCFF76 in popluar number systems.

HEXBCFF76
Decimal188255118
Binary10111100111111111110110
Octal274377166

Shades and tints

Shades of #BCFF76

#BCFF76
(188,255,118)
#ABE86C
(171,232,108)
#9AD162
(154,209,98)
#89BA58
(137,186,88)
#78A34E
(120,163,78)
#678C44
(103,140,68)
#56753A
(86,117,58)
#455E30
(69,94,48)
#344726
(52,71,38)
#23301C
(35,48,28)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCFF76

#BCFF76
(188,255,118)
#C2FF82
(194,255,130)
#C8FF8E
(200,255,142)
#CEFF9A
(206,255,154)
#D4FFA6
(212,255,166)
#DAFFB2
(218,255,178)
#E0FFBE
(224,255,190)
#E6FFCA
(230,255,202)
#ECFFD6
(236,255,214)
#F2FFE2
(242,255,226)
#F8FFEE
(248,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFF76 color. Also use rgb(188,255,118) instead hex code.

Text Font Color

.myTextColor { color: #BCFF76; }

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

This text font color is #BCFF76.


Background Color

.myBgColor { background-color: #BCFF76; }

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

This div background color is #BCFF76.


Border color

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

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

This div border color is #BCFF76.


Opacity

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

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

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

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

This text has shadow with #BCFF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFF76 on black background.


Color preview on white background

This text has color #BCFF76 on white background.



Black color preview on #BCFF76 background

This text has black color on #BCFF76 background.


White color preview on #BCFF76 background

This text has white color on #BCFF76 background.