COLOR #B9F17D

HEX: #B9F17D
RGB: (185,241,125)

Renk bilgisi

#B9F17D contains mainly red and green colors. #B9F17D ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#B9F17D color RGB value is (185,241,125).

  • kırmız ton 185;
  • yeşil ton 241;
  • mavi ton 125.
RGB:
(185,241,125)
(73%,95%,49%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 241 of 255 = 95%
B 125 of 255 = 49%

185
241
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 241 + 125 = 551 (100%)
R 185 of 551 ~ 33.58%
G 241 of 551 ~ 43.74%
B 125 of 551 ~ 22.69%

%33.58
%43.74
%22.69

CMYK RENK MODELİ

#B9F17D rengi CMYK tonu (23,0,48,5).

  • camgöbeği tonu 23.24%
  • eflatun tonu 0.00%
  • sarı tonu 48.13%
  • ana renk tonu 5.49%
CMYK:
(23,0,48,5)
C23M0Y48K5 
(23%,0%,48%,5%)
(0.23/0.00/0.48/0.05)	

CMYK yüzdeleri

%23.24
%0
%48.13
%5.49

Codes

Color #B9F17D in popluar color models

B9F17D
RGB185241125
HSL89°80.56%71.76%
HSB/HSV89°48.13%94.51%
CMYK23.24%0.00%48.13%
5.49%

Color #B9F17D in popluar number systems.

HEXB9F17D
Decimal185241125
Binary10111001111100011111101
Octal271361175

Shades and tints

Shades of #B9F17D

#B9F17D
(185,241,125)
#A9DC72
(169,220,114)
#99C767
(153,199,103)
#89B25C
(137,178,92)
#799D51
(121,157,81)
#698846
(105,136,70)
#59733B
(89,115,59)
#495E30
(73,94,48)
#394925
(57,73,37)
#29341A
(41,52,26)
#191F0F
(25,31,15)
#000000
(0,0,0)

Tints of #B9F17D

#B9F17D
(185,241,125)
#BFF288
(191,242,136)
#C5F393
(197,243,147)
#CBF49E
(203,244,158)
#D1F5A9
(209,245,169)
#D7F6B4
(215,246,180)
#DDF7BF
(221,247,191)
#E3F8CA
(227,248,202)
#E9F9D5
(233,249,213)
#EFFAE0
(239,250,224)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F17D color. Also use rgb(185,241,125) instead hex code.

Text Font Color

.myTextColor { color: #B9F17D; }

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

This text font color is #B9F17D.


Background Color

.myBgColor { background-color: #B9F17D; }

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

This div background color is #B9F17D.


Border color

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

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

This div border color is #B9F17D.


Opacity

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

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

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

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

This text has shadow with #B9F17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F17D on black background.


Color preview on white background

This text has color #B9F17D on white background.



Black color preview on #B9F17D background

This text has black color on #B9F17D background.


White color preview on #B9F17D background

This text has white color on #B9F17D background.