COLOR #BCFB50

HEX: #BCFB50
RGB: (188,251,80)

Color info

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

RGB color model

#BCFB50 color RGB value is (188,251,80).

  • red value is 188;
  • green value is 251;
  • blue value is 80.
RGB:
(188,251,80)
(74%,98%,31%)

RGB channels and saturation

R 188 of 255 = 74%
G 251 of 255 = 98%
B 80 of 255 = 31%

188
251
80

R + G + B ~ 68%. #BCFB50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 251 + 80 = 519 (100%)
R 188 of 519 ~ 36.22%
G 251 of 519 ~ 48.36%
B 80 of 519 ~ 15.41%

%36.22
%48.36
%15.41

CMYK color model

#BCFB50 color CMYK value is (25,0,68,2).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 68.13%
  • key color value is 1.57%
CMYK:
(25,0,68,2)
C25M0Y68K2 
(25%,0%,68%,2%)
(0.25/0.00/0.68/0.02)	

CMYK percentages

%25.1
%0
%68.13
%1.57

Codes

Color #BCFB50 in popluar color models

BCFB50
RGB18825180
HSL82°95.53%64.90%
HSB/HSV82°68.13%98.43%
CMYK25.10%0.00%68.13%
1.57%

Color #BCFB50 in popluar number systems.

HEXBCFB50
Decimal18825180
Binary10111100111110111010000
Octal274373120

Shades and tints

Shades of #BCFB50

#BCFB50
(188,251,80)
#ABE549
(171,229,73)
#9ACF42
(154,207,66)
#89B93B
(137,185,59)
#78A334
(120,163,52)
#678D2D
(103,141,45)
#567726
(86,119,38)
#45611F
(69,97,31)
#344B18
(52,75,24)
#233511
(35,53,17)
#121F0A
(18,31,10)
#000000
(0,0,0)

Tints of #BCFB50

#BCFB50
(188,251,80)
#C2FB5F
(194,251,95)
#C8FB6E
(200,251,110)
#CEFB7D
(206,251,125)
#D4FB8C
(212,251,140)
#DAFB9B
(218,251,155)
#E0FBAA
(224,251,170)
#E6FBB9
(230,251,185)
#ECFBC8
(236,251,200)
#F2FBD7
(242,251,215)
#F8FBE6
(248,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFB50 color. Also use rgb(188,251,80) instead hex code.

Text Font Color

.myTextColor { color: #BCFB50; }

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

This text font color is #BCFB50.


Background Color

.myBgColor { background-color: #BCFB50; }

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

This div background color is #BCFB50.


Border color

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

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

This div border color is #BCFB50.


Opacity

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

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

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

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

This text has shadow with #BCFB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFB50 on black background.


Color preview on white background

This text has color #BCFB50 on white background.



Black color preview on #BCFB50 background

This text has black color on #BCFB50 background.


White color preview on #BCFB50 background

This text has white color on #BCFB50 background.