COLOR #BCF78A

HEX: #BCF78A
RGB: (188,247,138)

Color info

#BCF78A contains mainly red and green colors. Web safe color of #BCF78A is #CCFF99 (or #CF9).

RGB color model

#BCF78A color RGB value is (188,247,138).

  • red value is 188;
  • green value is 247;
  • blue value is 138.
RGB:
(188,247,138)
(74%,97%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 138 of 255 = 54%

188
247
138

R + G + B ~ 75%. #BCF78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 247 + 138 = 573 (100%)
R 188 of 573 ~ 32.81%
G 247 of 573 ~ 43.11%
B 138 of 573 ~ 24.08%

%32.81
%43.11
%24.08

CMYK color model

#BCF78A color CMYK value is (24,0,44,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 3.14%
CMYK:
(24,0,44,3)
C24M0Y44K3 
(24%,0%,44%,3%)
(0.24/0.00/0.44/0.03)	

CMYK percentages

%23.89
%0
%44.13
%3.14

Codes

Color #BCF78A in popluar color models

BCF78A
RGB188247138
HSL92°87.20%75.49%
HSB/HSV92°44.13%96.86%
CMYK23.89%0.00%44.13%
3.14%

Color #BCF78A in popluar number systems.

HEXBCF78A
Decimal188247138
Binary101111001111011110001010
Octal274367212

Shades and tints

Shades of #BCF78A

#BCF78A
(188,247,138)
#ABE17E
(171,225,126)
#9ACB72
(154,203,114)
#89B566
(137,181,102)
#789F5A
(120,159,90)
#67894E
(103,137,78)
#567342
(86,115,66)
#455D36
(69,93,54)
#34472A
(52,71,42)
#23311E
(35,49,30)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #BCF78A

#BCF78A
(188,247,138)
#C2F794
(194,247,148)
#C8F79E
(200,247,158)
#CEF7A8
(206,247,168)
#D4F7B2
(212,247,178)
#DAF7BC
(218,247,188)
#E0F7C6
(224,247,198)
#E6F7D0
(230,247,208)
#ECF7DA
(236,247,218)
#F2F7E4
(242,247,228)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF78A color. Also use rgb(188,247,138) instead hex code.

Text Font Color

.myTextColor { color: #BCF78A; }

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

This text font color is #BCF78A.


Background Color

.myBgColor { background-color: #BCF78A; }

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

This div background color is #BCF78A.


Border color

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

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

This div border color is #BCF78A.


Opacity

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

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

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

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

This text has shadow with #BCF78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF78A on black background.


Color preview on white background

This text has color #BCF78A on white background.



Black color preview on #BCF78A background

This text has black color on #BCF78A background.


White color preview on #BCF78A background

This text has white color on #BCF78A background.