COLOR #BDD95F

HEX: #BDD95F
RGB: (189,217,95)

Renk bilgisi

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

RGB renk modeli

#BDD95F color RGB value is (189,217,95).

  • kırmız ton 189;
  • yeşil ton 217;
  • mavi ton 95.
RGB:
(189,217,95)
(74%,85%,37%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 217 of 255 = 85%
B 95 of 255 = 37%

189
217
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 217 + 95 = 501 (100%)
R 189 of 501 ~ 37.72%
G 217 of 501 ~ 43.31%
B 95 of 501 ~ 18.96%

%37.72
%43.31
%18.96

CMYK RENK MODELİ

#BDD95F rengi CMYK tonu (13,0,56,15).

  • camgöbeği tonu 12.90%
  • eflatun tonu 0.00%
  • sarı tonu 56.22%
  • ana renk tonu 14.90%
CMYK:
(13,0,56,15)
C13M0Y56K15 
(13%,0%,56%,15%)
(0.13/0.00/0.56/0.15)	

CMYK yüzdeleri

%12.9
%0
%56.22
%14.9

Codes

Color #BDD95F in popluar color models

BDD95F
RGB18921795
HSL74°61.62%61.18%
HSB/HSV74°56.22%85.10%
CMYK12.90%0.00%56.22%
14.90%

Color #BDD95F in popluar number systems.

HEXBDD95F
Decimal18921795
Binary10111101110110011011111
Octal275331137

Shades and tints

Shades of #BDD95F

#BDD95F
(189,217,95)
#ACC657
(172,198,87)
#9BB34F
(155,179,79)
#8AA047
(138,160,71)
#798D3F
(121,141,63)
#687A37
(104,122,55)
#57672F
(87,103,47)
#465427
(70,84,39)
#35411F
(53,65,31)
#242E17
(36,46,23)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #BDD95F

#BDD95F
(189,217,95)
#C3DC6D
(195,220,109)
#C9DF7B
(201,223,123)
#CFE289
(207,226,137)
#D5E597
(213,229,151)
#DBE8A5
(219,232,165)
#E1EBB3
(225,235,179)
#E7EEC1
(231,238,193)
#EDF1CF
(237,241,207)
#F3F4DD
(243,244,221)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD95F color. Also use rgb(189,217,95) instead hex code.

Text Font Color

.myTextColor { color: #BDD95F; }

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

This text font color is #BDD95F.


Background Color

.myBgColor { background-color: #BDD95F; }

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

This div background color is #BDD95F.


Border color

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

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

This div border color is #BDD95F.


Opacity

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

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

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

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

This text has shadow with #BDD95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD95F on black background.


Color preview on white background

This text has color #BDD95F on white background.



Black color preview on #BDD95F background

This text has black color on #BDD95F background.


White color preview on #BDD95F background

This text has white color on #BDD95F background.