COLOR #B5E37F

HEX: #B5E37F
RGB: (181,227,127)

Renk bilgisi

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

RGB renk modeli

#B5E37F color RGB value is (181,227,127).

  • kırmız ton 181;
  • yeşil ton 227;
  • mavi ton 127.
RGB:
(181,227,127)
(71%,89%,50%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 227 of 255 = 89%
B 127 of 255 = 50%

181
227
127

R + G + B ~ 70%. #B5E37F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 227 + 127 = 535 (100%)
R 181 of 535 ~ 33.83%
G 227 of 535 ~ 42.43%
B 127 of 535 ~ 23.74%

%33.83
%42.43
%23.74

CMYK RENK MODELİ

#B5E37F rengi CMYK tonu (20,0,44,11).

  • camgöbeği tonu 20.26%
  • eflatun tonu 0.00%
  • sarı tonu 44.05%
  • ana renk tonu 10.98%
CMYK:
(20,0,44,11)
C20M0Y44K11 
(20%,0%,44%,11%)
(0.20/0.00/0.44/0.11)	

CMYK yüzdeleri

%20.26
%0
%44.05
%10.98

Codes

Color #B5E37F in popluar color models

B5E37F
RGB181227127
HSL88°64.10%69.41%
HSB/HSV88°44.05%89.02%
CMYK20.26%0.00%44.05%
10.98%

Color #B5E37F in popluar number systems.

HEXB5E37F
Decimal181227127
Binary10110101111000111111111
Octal265343177

Shades and tints

Shades of #B5E37F

#B5E37F
(181,227,127)
#A5CF74
(165,207,116)
#95BB69
(149,187,105)
#85A75E
(133,167,94)
#759353
(117,147,83)
#657F48
(101,127,72)
#556B3D
(85,107,61)
#455732
(69,87,50)
#354327
(53,67,39)
#252F1C
(37,47,28)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #B5E37F

#B5E37F
(181,227,127)
#BBE58A
(187,229,138)
#C1E795
(193,231,149)
#C7E9A0
(199,233,160)
#CDEBAB
(205,235,171)
#D3EDB6
(211,237,182)
#D9EFC1
(217,239,193)
#DFF1CC
(223,241,204)
#E5F3D7
(229,243,215)
#EBF5E2
(235,245,226)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E37F color. Also use rgb(181,227,127) instead hex code.

Text Font Color

.myTextColor { color: #B5E37F; }

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

This text font color is #B5E37F.


Background Color

.myBgColor { background-color: #B5E37F; }

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

This div background color is #B5E37F.


Border color

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

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

This div border color is #B5E37F.


Opacity

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

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

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

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

This text has shadow with #B5E37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E37F on black background.


Color preview on white background

This text has color #B5E37F on white background.



Black color preview on #B5E37F background

This text has black color on #B5E37F background.


White color preview on #B5E37F background

This text has white color on #B5E37F background.