COLOR #B5D35F

HEX: #B5D35F
RGB: (181,211,95)

Renk bilgisi

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

RGB renk modeli

#B5D35F color RGB value is (181,211,95).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 95 of 255 = 37%

181
211
95

R + G + B ~ 64%. #B5D35F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 95 = 487 (100%)
R 181 of 487 ~ 37.17%
G 211 of 487 ~ 43.33%
B 95 of 487 ~ 19.51%

%37.17
%43.33
%19.51

CMYK RENK MODELİ

#B5D35F rengi CMYK tonu (14,0,55,17).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 54.98%
  • ana renk tonu 17.25%
CMYK:
(14,0,55,17)
C14M0Y55K17 
(14%,0%,55%,17%)
(0.14/0.00/0.55/0.17)	

CMYK yüzdeleri

%14.22
%0
%54.98
%17.25

Codes

Color #B5D35F in popluar color models

B5D35F
RGB18121195
HSL76°56.86%60.00%
HSB/HSV76°54.98%82.75%
CMYK14.22%0.00%54.98%
17.25%

Color #B5D35F in popluar number systems.

HEXB5D35F
Decimal18121195
Binary10110101110100111011111
Octal265323137

Shades and tints

Shades of #B5D35F

#B5D35F
(181,211,95)
#A5C057
(165,192,87)
#95AD4F
(149,173,79)
#859A47
(133,154,71)
#75873F
(117,135,63)
#657437
(101,116,55)
#55612F
(85,97,47)
#454E27
(69,78,39)
#353B1F
(53,59,31)
#252817
(37,40,23)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5D35F

#B5D35F
(181,211,95)
#BBD76D
(187,215,109)
#C1DB7B
(193,219,123)
#C7DF89
(199,223,137)
#CDE397
(205,227,151)
#D3E7A5
(211,231,165)
#D9EBB3
(217,235,179)
#DFEFC1
(223,239,193)
#E5F3CF
(229,243,207)
#EBF7DD
(235,247,221)
#F1FBEB
(241,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D35F; }

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

This text font color is #B5D35F.


Background Color

.myBgColor { background-color: #B5D35F; }

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

This div background color is #B5D35F.


Border color

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

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

This div border color is #B5D35F.


Opacity

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

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

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

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

This text has shadow with #B5D35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D35F on black background.


Color preview on white background

This text has color #B5D35F on white background.



Black color preview on #B5D35F background

This text has black color on #B5D35F background.


White color preview on #B5D35F background

This text has white color on #B5D35F background.