COLOR #B5EF93

HEX: #B5EF93
RGB: (181,239,147)

Renk bilgisi

#B5EF93 contains mainly red and green colors. #B5EF93 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B5EF93 color RGB value is (181,239,147).

  • kırmız ton 181;
  • yeşil ton 239;
  • mavi ton 147.
RGB:
(181,239,147)
(71%,94%,58%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 239 of 255 = 94%
B 147 of 255 = 58%

181
239
147

R + G + B ~ 74%. #B5EF93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 239 + 147 = 567 (100%)
R 181 of 567 ~ 31.92%
G 239 of 567 ~ 42.15%
B 147 of 567 ~ 25.93%

%31.92
%42.15
%25.93

CMYK RENK MODELİ

#B5EF93 rengi CMYK tonu (24,0,38,6).

  • camgöbeği tonu 24.27%
  • eflatun tonu 0.00%
  • sarı tonu 38.49%
  • ana renk tonu 6.27%
CMYK:
(24,0,38,6)
C24M0Y38K6 
(24%,0%,38%,6%)
(0.24/0.00/0.38/0.06)	

CMYK yüzdeleri

%24.27
%0
%38.49
%6.27

Codes

Color #B5EF93 in popluar color models

B5EF93
RGB181239147
HSL98°74.19%75.69%
HSB/HSV98°38.49%93.73%
CMYK24.27%0.00%38.49%
6.27%

Color #B5EF93 in popluar number systems.

HEXB5EF93
Decimal181239147
Binary101101011110111110010011
Octal265357223

Shades and tints

Shades of #B5EF93

#B5EF93
(181,239,147)
#A5DA86
(165,218,134)
#95C579
(149,197,121)
#85B06C
(133,176,108)
#759B5F
(117,155,95)
#658652
(101,134,82)
#557145
(85,113,69)
#455C38
(69,92,56)
#35472B
(53,71,43)
#25321E
(37,50,30)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #B5EF93

#B5EF93
(181,239,147)
#BBF09C
(187,240,156)
#C1F1A5
(193,241,165)
#C7F2AE
(199,242,174)
#CDF3B7
(205,243,183)
#D3F4C0
(211,244,192)
#D9F5C9
(217,245,201)
#DFF6D2
(223,246,210)
#E5F7DB
(229,247,219)
#EBF8E4
(235,248,228)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EF93 color. Also use rgb(181,239,147) instead hex code.

Text Font Color

.myTextColor { color: #B5EF93; }

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

This text font color is #B5EF93.


Background Color

.myBgColor { background-color: #B5EF93; }

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

This div background color is #B5EF93.


Border color

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

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

This div border color is #B5EF93.


Opacity

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

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

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

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

This text has shadow with #B5EF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EF93 on black background.


Color preview on white background

This text has color #B5EF93 on white background.



Black color preview on #B5EF93 background

This text has black color on #B5EF93 background.


White color preview on #B5EF93 background

This text has white color on #B5EF93 background.