COLOR #BCDF74

HEX: #BCDF74 RGB: (188,223,116)

Color info

#BCDF74 contains mainly red and green colors. Web safe color of #BCDF74 is #CCCC66 (or #CC6).

RGB color model

#BCDF74 color RGB value is (188,223,116).

RGB: (188,223,116) (74%, 87%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 116 of 255 = 45%

188
223
116

R + G + B ~ 69%. #BCDF74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 223 + 116 = 527 (100%)
R 188 of 527 ~ 35.67%
G 223 of 527 ~ 42.31%
B 116 of 527 ~ 22.01'%

%35.67
%42.31
%22.01

CMYK color model

#BCDF74 color CMYK value is (16,0,48,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK: (16,0,48,13) C16M0Y48K13 (16%,0%,48%,13%) (0.16/0.00/0.48/0.13) 

CMYK percentages

%15.7
%0
%47.98
%12.55

Codes

Color #BCDF74 in popluar color models

BC DF 74
RGB 188 223 116
HSL 80° 62.57% 66.47%
HSB/HSV 80° 47.98% 87.45%
CMYK 15.70% 0.00% 47.98%
12.55%

Color #BCDF74 in popluar number systems.

HEX BC DF 74
Decimal 188 223 116
Binary 10111100 11011111 1110100
Octal 274 337 164

Shades and tints

Shades of #BCDF74

#BCDF74
(188,223,116)
#ABCB6A
(171,203,106)
#9AB760
(154,183,96)
#89A356
(137,163,86)
#788F4C
(120,143,76)
#677B42
(103,123,66)
#566738
(86,103,56)
#45532E
(69,83,46)
#343F24
(52,63,36)
#232B1A
(35,43,26)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCDF74

#BCDF74
(188,223,116)
#C2E180
(194,225,128)
#C8E38C
(200,227,140)
#CEE598
(206,229,152)
#D4E7A4
(212,231,164)
#DAE9B0
(218,233,176)
#E0EBBC
(224,235,188)
#E6EDC8
(230,237,200)
#ECEFD4
(236,239,212)
#F2F1E0
(242,241,224)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDF74 color. Also use rgb(188,223,116) instead hex code.

Text Font Color

.myTextColor { color: #BCDF74; }

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

This text font color is #BCDF74.

Background Color

.myBgColor { background-color: #BCDF74; }

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

This div background color is #BCDF74.

Border color

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

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

This div border color is #BCDF74.

Opacity

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

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

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

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

This text has shadow with #BCDF74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDF74.

Preview

Color preview on black background

This text has color #BCDF74 on black background.


Color preview on white background

This text has color #BCDF74 on white background.


Black color preview on #BCDF74 background

This text has black color on #BCDF74 background.


White color preview on #BCDF74 background

This text has white color on #BCDF74 background.


Related colors

Complementary color

Complementary color for #hex is #43208B.


I love getcolorcode.com

Triadic colors

1 #74BCDF and #DF74BC with #BCDF74 are triadic colors.

2 #74DFBC and #DFBC74 with #BCDF74 are triadic colors.