COLOR #BCDF59

HEX: #BCDF59
RGB: (188,223,89)

Renk bilgisi

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

RGB renk modeli

#BCDF59 color RGB value is (188,223,89).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 223 of 255 = 87%
B 89 of 255 = 35%

188
223
89

R + G + B ~ 65%. #BCDF59 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 223 + 89 = 500 (100%)
R 188 of 500 ~ 37.6%
G 223 of 500 ~ 44.6%
B 89 of 500 ~ 17.8%

%37.6
%44.6
%17.8

CMYK RENK MODELİ

#BCDF59 rengi CMYK tonu (16,0,60,13).

  • camgöbeği tonu 15.70%
  • eflatun tonu 0.00%
  • sarı tonu 60.09%
  • ana renk tonu 12.55%
CMYK:
(16,0,60,13)
C16M0Y60K13 
(16%,0%,60%,13%)
(0.16/0.00/0.60/0.13)	

CMYK yüzdeleri

%15.7
%0
%60.09
%12.55

Codes

Color #BCDF59 in popluar color models

BCDF59
RGB18822389
HSL76°67.68%61.18%
HSB/HSV76°60.09%87.45%
CMYK15.70%0.00%60.09%
12.55%

Color #BCDF59 in popluar number systems.

HEXBCDF59
Decimal18822389
Binary10111100110111111011001
Octal274337131

Shades and tints

Shades of #BCDF59

#BCDF59
(188,223,89)
#ABCB51
(171,203,81)
#9AB749
(154,183,73)
#89A341
(137,163,65)
#788F39
(120,143,57)
#677B31
(103,123,49)
#566729
(86,103,41)
#455321
(69,83,33)
#343F19
(52,63,25)
#232B11
(35,43,17)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #BCDF59

#BCDF59
(188,223,89)
#C2E168
(194,225,104)
#C8E377
(200,227,119)
#CEE586
(206,229,134)
#D4E795
(212,231,149)
#DAE9A4
(218,233,164)
#E0EBB3
(224,235,179)
#E6EDC2
(230,237,194)
#ECEFD1
(236,239,209)
#F2F1E0
(242,241,224)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDF59; }

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

This text font color is #BCDF59.


Background Color

.myBgColor { background-color: #BCDF59; }

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

This div background color is #BCDF59.


Border color

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

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

This div border color is #BCDF59.


Opacity

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

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

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

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

This text has shadow with #BCDF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDF59 on black background.


Color preview on white background

This text has color #BCDF59 on white background.



Black color preview on #BCDF59 background

This text has black color on #BCDF59 background.


White color preview on #BCDF59 background

This text has white color on #BCDF59 background.