COLOR #BCDF61

HEX: #BCDF61
RGB: (188,223,97)

Renk bilgisi

#BCDF61 contains mainly red and green colors. #BCDF61 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BCDF61 color RGB value is (188,223,97).

  • kırmız ton 188;
  • yeşil ton 223;
  • mavi ton 97.
RGB:
(188,223,97)
(74%,87%,38%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 223 of 255 = 87%
B 97 of 255 = 38%

188
223
97

R + G + B ~ 66%. #BCDF61 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 223 + 97 = 508 (100%)
R 188 of 508 ~ 37.01%
G 223 of 508 ~ 43.9%
B 97 of 508 ~ 19.09%

%37.01
%43.9
%19.09

CMYK RENK MODELİ

#BCDF61 rengi CMYK tonu (16,0,57,13).

  • camgöbeği tonu 15.70%
  • eflatun tonu 0.00%
  • sarı tonu 56.50%
  • ana renk tonu 12.55%
CMYK:
(16,0,57,13)
C16M0Y57K13 
(16%,0%,57%,13%)
(0.16/0.00/0.57/0.13)	

CMYK yüzdeleri

%15.7
%0
%56.5
%12.55

Codes

Color #BCDF61 in popluar color models

BCDF61
RGB18822397
HSL77°66.32%62.75%
HSB/HSV77°56.50%87.45%
CMYK15.70%0.00%56.50%
12.55%

Color #BCDF61 in popluar number systems.

HEXBCDF61
Decimal18822397
Binary10111100110111111100001
Octal274337141

Shades and tints

Shades of #BCDF61

#BCDF61
(188,223,97)
#ABCB59
(171,203,89)
#9AB751
(154,183,81)
#89A349
(137,163,73)
#788F41
(120,143,65)
#677B39
(103,123,57)
#566731
(86,103,49)
#455329
(69,83,41)
#343F21
(52,63,33)
#232B19
(35,43,25)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCDF61

#BCDF61
(188,223,97)
#C2E16F
(194,225,111)
#C8E37D
(200,227,125)
#CEE58B
(206,229,139)
#D4E799
(212,231,153)
#DAE9A7
(218,233,167)
#E0EBB5
(224,235,181)
#E6EDC3
(230,237,195)
#ECEFD1
(236,239,209)
#F2F1DF
(242,241,223)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDF61; }

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

This text font color is #BCDF61.


Background Color

.myBgColor { background-color: #BCDF61; }

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

This div background color is #BCDF61.


Border color

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

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

This div border color is #BCDF61.


Opacity

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

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

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

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

This text has shadow with #BCDF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDF61 on black background.


Color preview on white background

This text has color #BCDF61 on white background.



Black color preview on #BCDF61 background

This text has black color on #BCDF61 background.


White color preview on #BCDF61 background

This text has white color on #BCDF61 background.