COLOR #B4EE95

HEX: #B4EE95
RGB: (180,238,149)

Renk bilgisi

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

RGB renk modeli

#B4EE95 color RGB value is (180,238,149).

  • kırmız ton 180;
  • yeşil ton 238;
  • mavi ton 149.
RGB:
(180,238,149)
(71%,93%,58%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 238 of 255 = 93%
B 149 of 255 = 58%

180
238
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 238 + 149 = 567 (100%)
R 180 of 567 ~ 31.75%
G 238 of 567 ~ 41.98%
B 149 of 567 ~ 26.28%

%31.75
%41.98
%26.28

CMYK RENK MODELİ

#B4EE95 rengi CMYK tonu (24,0,37,7).

  • camgöbeği tonu 24.37%
  • eflatun tonu 0.00%
  • sarı tonu 37.39%
  • ana renk tonu 6.67%
CMYK:
(24,0,37,7)
C24M0Y37K7 
(24%,0%,37%,7%)
(0.24/0.00/0.37/0.07)	

CMYK yüzdeleri

%24.37
%0
%37.39
%6.67

Codes

Color #B4EE95 in popluar color models

B4EE95
RGB180238149
HSL99°72.36%75.88%
HSB/HSV99°37.39%93.33%
CMYK24.37%0.00%37.39%
6.67%

Color #B4EE95 in popluar number systems.

HEXB4EE95
Decimal180238149
Binary101101001110111010010101
Octal264356225

Shades and tints

Shades of #B4EE95

#B4EE95
(180,238,149)
#A4D988
(164,217,136)
#94C47B
(148,196,123)
#84AF6E
(132,175,110)
#749A61
(116,154,97)
#648554
(100,133,84)
#547047
(84,112,71)
#445B3A
(68,91,58)
#34462D
(52,70,45)
#243120
(36,49,32)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #B4EE95

#B4EE95
(180,238,149)
#BAEF9E
(186,239,158)
#C0F0A7
(192,240,167)
#C6F1B0
(198,241,176)
#CCF2B9
(204,242,185)
#D2F3C2
(210,243,194)
#D8F4CB
(216,244,203)
#DEF5D4
(222,245,212)
#E4F6DD
(228,246,221)
#EAF7E6
(234,247,230)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EE95 color. Also use rgb(180,238,149) instead hex code.

Text Font Color

.myTextColor { color: #B4EE95; }

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

This text font color is #B4EE95.


Background Color

.myBgColor { background-color: #B4EE95; }

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

This div background color is #B4EE95.


Border color

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

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

This div border color is #B4EE95.


Opacity

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

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

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

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

This text has shadow with #B4EE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EE95 on black background.


Color preview on white background

This text has color #B4EE95 on white background.



Black color preview on #B4EE95 background

This text has black color on #B4EE95 background.


White color preview on #B4EE95 background

This text has white color on #B4EE95 background.