COLOR #B5D373

HEX: #B5D373
RGB: (181,211,115)

Renk bilgisi

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

RGB renk modeli

#B5D373 color RGB value is (181,211,115).

  • kırmız ton 181;
  • yeşil ton 211;
  • mavi ton 115.
RGB:
(181,211,115)
(71%,83%,45%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 115 of 255 = 45%

181
211
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 115 = 507 (100%)
R 181 of 507 ~ 35.7%
G 211 of 507 ~ 41.62%
B 115 of 507 ~ 22.68%

%35.7
%41.62
%22.68

CMYK RENK MODELİ

#B5D373 rengi CMYK tonu (14,0,45,17).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 45.50%
  • ana renk tonu 17.25%
CMYK:
(14,0,45,17)
C14M0Y45K17 
(14%,0%,45%,17%)
(0.14/0.00/0.45/0.17)	

CMYK yüzdeleri

%14.22
%0
%45.5
%17.25

Codes

Color #B5D373 in popluar color models

B5D373
RGB181211115
HSL79°52.17%63.92%
HSB/HSV79°45.50%82.75%
CMYK14.22%0.00%45.50%
17.25%

Color #B5D373 in popluar number systems.

HEXB5D373
Decimal181211115
Binary10110101110100111110011
Octal265323163

Shades and tints

Shades of #B5D373

#B5D373
(181,211,115)
#A5C069
(165,192,105)
#95AD5F
(149,173,95)
#859A55
(133,154,85)
#75874B
(117,135,75)
#657441
(101,116,65)
#556137
(85,97,55)
#454E2D
(69,78,45)
#353B23
(53,59,35)
#252819
(37,40,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5D373

#B5D373
(181,211,115)
#BBD77F
(187,215,127)
#C1DB8B
(193,219,139)
#C7DF97
(199,223,151)
#CDE3A3
(205,227,163)
#D3E7AF
(211,231,175)
#D9EBBB
(217,235,187)
#DFEFC7
(223,239,199)
#E5F3D3
(229,243,211)
#EBF7DF
(235,247,223)
#F1FBEB
(241,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D373 color. Also use rgb(181,211,115) instead hex code.

Text Font Color

.myTextColor { color: #B5D373; }

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

This text font color is #B5D373.


Background Color

.myBgColor { background-color: #B5D373; }

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

This div background color is #B5D373.


Border color

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

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

This div border color is #B5D373.


Opacity

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

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

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

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

This text has shadow with #B5D373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D373 on black background.


Color preview on white background

This text has color #B5D373 on white background.



Black color preview on #B5D373 background

This text has black color on #B5D373 background.


White color preview on #B5D373 background

This text has white color on #B5D373 background.