COLOR #BCF639

HEX: #BCF639
RGB: (188,246,57)

Color info

#BCF639 contains mainly red and green colors. Web safe color of #BCF639 is #CCFF33 (or #CF3).

RGB color model

#BCF639 color RGB value is (188,246,57).

  • red value is 188;
  • green value is 246;
  • blue value is 57.
RGB:
(188,246,57)
(74%,96%,22%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 57 of 255 = 22%

188
246
57

R + G + B ~ 64%. #BCF639 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 246 + 57 = 491 (100%)
R 188 of 491 ~ 38.29%
G 246 of 491 ~ 50.1%
B 57 of 491 ~ 11.61%

%38.29
%50.1
%11.61

CMYK color model

#BCF639 color CMYK value is (24,0,77,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 76.83%
  • key color value is 3.53%
CMYK:
(24,0,77,4)
C24M0Y77K4 
(24%,0%,77%,4%)
(0.24/0.00/0.77/0.04)	

CMYK percentages

%23.58
%0
%76.83
%3.53

Codes

Color #BCF639 in popluar color models

BCF639
RGB18824657
HSL78°91.30%59.41%
HSB/HSV78°76.83%96.47%
CMYK23.58%0.00%76.83%
3.53%

Color #BCF639 in popluar number systems.

HEXBCF639
Decimal18824657
Binary1011110011110110111001
Octal27436671

Shades and tints

Shades of #BCF639

#BCF639
(188,246,57)
#ABE034
(171,224,52)
#9ACA2F
(154,202,47)
#89B42A
(137,180,42)
#789E25
(120,158,37)
#678820
(103,136,32)
#56721B
(86,114,27)
#455C16
(69,92,22)
#344611
(52,70,17)
#23300C
(35,48,12)
#121A07
(18,26,7)
#000000
(0,0,0)

Tints of #BCF639

#BCF639
(188,246,57)
#C2F64B
(194,246,75)
#C8F65D
(200,246,93)
#CEF66F
(206,246,111)
#D4F681
(212,246,129)
#DAF693
(218,246,147)
#E0F6A5
(224,246,165)
#E6F6B7
(230,246,183)
#ECF6C9
(236,246,201)
#F2F6DB
(242,246,219)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF639 color. Also use rgb(188,246,57) instead hex code.

Text Font Color

.myTextColor { color: #BCF639; }

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

This text font color is #BCF639.


Background Color

.myBgColor { background-color: #BCF639; }

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

This div background color is #BCF639.


Border color

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

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

This div border color is #BCF639.


Opacity

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

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

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

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

This text has shadow with #BCF639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF639 on black background.


Color preview on white background

This text has color #BCF639 on white background.



Black color preview on #BCF639 background

This text has black color on #BCF639 background.


White color preview on #BCF639 background

This text has white color on #BCF639 background.