COLOR #BCF077

HEX: #BCF077 RGB: (188,240,119)

Color info

#BCF077 contains mainly red and green colors. Web safe color of #BCF077 is #CCFF66 (or #CF6).

RGB color model

#BCF077 color RGB value is (188,240,119).

RGB: (188,240,119) (74%, 94%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 119 of 255 = 47%

188
240
119

R + G + B ~ 72%. #BCF077 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 240 + 119 = 547 (100%)
R 188 of 547 ~ 34.37%
G 240 of 547 ~ 43.88%
B 119 of 547 ~ 21.76'%

%34.37
%43.88
%21.76

CMYK color model

#BCF077 color CMYK value is (22,0,50,6).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 5.88%

CMYK: (22,0,50,6)
C22M0Y50K6 (22%, 0%, 50%, 6%)
(0.22 / 0.00 / 0.50 / 0.06)

CMYK percentages

%21.67
%0
%50.42
%5.88

Codes

Color #BCF077 in popluar color models

BC F0 77
RGB 188 240 119
HSL 86° 80.13% 70.39%
HSB/HSV 86° 50.42% 94.12%
CMYK 21.67% 0.00% 50.42%
5.88%

Color #BCF077 in popluar number systems.

HEX BC F0 77
Decimal 188 240 119
Binary 10111100 11110000 1110111
Octal 274 360 167

Shades and tints

Shades of #BCF077

#BCF077
(188,240,119)
#ABDB6D
(171,219,109)
#9AC663
(154,198,99)
#89B159
(137,177,89)
#789C4F
(120,156,79)
#678745
(103,135,69)
#56723B
(86,114,59)
#455D31
(69,93,49)
#344827
(52,72,39)
#23331D
(35,51,29)
#121E13
(18,30,19)
#000000
(0,0,0)

Tints of #BCF077

#BCF077
(188,240,119)
#C2F183
(194,241,131)
#C8F28F
(200,242,143)
#CEF39B
(206,243,155)
#D4F4A7
(212,244,167)
#DAF5B3
(218,245,179)
#E0F6BF
(224,246,191)
#E6F7CB
(230,247,203)
#ECF8D7
(236,248,215)
#F2F9E3
(242,249,227)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF077 color. Also use rgb(188,240,119) instead hex code.

Text Font Color

.myTextColor { color: #BCF077; }

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

This text font color is #BCF077.

Background Color

.myBgColor { background-color: #BCF077; }

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

This div background color is #BCF077.

Border color

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

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

This div border color is #BCF077.

Opacity

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

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

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

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

This text has shadow with #BCF077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF077.

Preview

Color preview on black background

This text has color #BCF077 on black background.


Color preview on white background

This text has color #BCF077 on white background.


Black color preview on #BCF077 background

This text has black color on #BCF077 background.


White color preview on #BCF077 background

This text has white color on #BCF077 background.


Related colors

Complementary color

Complementary color for #hex is #430F88.


I love getcolorcode.com

Triadic colors

1 #77BCF0 and #F077BC with #BCF077 are triadic colors.

2 #77F0BC and #F0BC77 with #BCF077 are triadic colors.