COLOR #B4E58B

HEX: #B4E58B
RGB: (180,229,139)

Renk bilgisi

#B4E58B contains mainly red and green colors. #B4E58B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B4E58B color RGB value is (180,229,139).

  • kırmız ton 180;
  • yeşil ton 229;
  • mavi ton 139.
RGB:
(180,229,139)
(71%,90%,55%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 229 of 255 = 90%
B 139 of 255 = 55%

180
229
139

R + G + B ~ 72%. #B4E58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 229 + 139 = 548 (100%)
R 180 of 548 ~ 32.85%
G 229 of 548 ~ 41.79%
B 139 of 548 ~ 25.36%

%32.85
%41.79
%25.36

CMYK RENK MODELİ

#B4E58B rengi CMYK tonu (21,0,39,10).

  • camgöbeği tonu 21.40%
  • eflatun tonu 0.00%
  • sarı tonu 39.30%
  • ana renk tonu 10.20%
CMYK:
(21,0,39,10)
C21M0Y39K10 
(21%,0%,39%,10%)
(0.21/0.00/0.39/0.10)	

CMYK yüzdeleri

%21.4
%0
%39.3
%10.2

Codes

Color #B4E58B in popluar color models

B4E58B
RGB180229139
HSL93°63.38%72.16%
HSB/HSV93°39.30%89.80%
CMYK21.40%0.00%39.30%
10.20%

Color #B4E58B in popluar number systems.

HEXB4E58B
Decimal180229139
Binary101101001110010110001011
Octal264345213

Shades and tints

Shades of #B4E58B

#B4E58B
(180,229,139)
#A4D17F
(164,209,127)
#94BD73
(148,189,115)
#84A967
(132,169,103)
#74955B
(116,149,91)
#64814F
(100,129,79)
#546D43
(84,109,67)
#445937
(68,89,55)
#34452B
(52,69,43)
#24311F
(36,49,31)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #B4E58B

#B4E58B
(180,229,139)
#BAE795
(186,231,149)
#C0E99F
(192,233,159)
#C6EBA9
(198,235,169)
#CCEDB3
(204,237,179)
#D2EFBD
(210,239,189)
#D8F1C7
(216,241,199)
#DEF3D1
(222,243,209)
#E4F5DB
(228,245,219)
#EAF7E5
(234,247,229)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E58B color. Also use rgb(180,229,139) instead hex code.

Text Font Color

.myTextColor { color: #B4E58B; }

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

This text font color is #B4E58B.


Background Color

.myBgColor { background-color: #B4E58B; }

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

This div background color is #B4E58B.


Border color

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

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

This div border color is #B4E58B.


Opacity

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

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

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

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

This text has shadow with #B4E58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E58B on black background.


Color preview on white background

This text has color #B4E58B on white background.



Black color preview on #B4E58B background

This text has black color on #B4E58B background.


White color preview on #B4E58B background

This text has white color on #B4E58B background.