COLOR #B4E499

HEX: #B4E499
RGB: (180,228,153)

Renk bilgisi

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

RGB renk modeli

#B4E499 color RGB value is (180,228,153).

  • kırmız ton 180;
  • yeşil ton 228;
  • mavi ton 153.
RGB:
(180,228,153)
(71%,89%,60%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 228 of 255 = 89%
B 153 of 255 = 60%

180
228
153

R + G + B ~ 73%. #B4E499 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 228 + 153 = 561 (100%)
R 180 of 561 ~ 32.09%
G 228 of 561 ~ 40.64%
B 153 of 561 ~ 27.27%

%32.09
%40.64
%27.27

CMYK RENK MODELİ

#B4E499 rengi CMYK tonu (21,0,33,11).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 32.89%
  • ana renk tonu 10.59%
CMYK:
(21,0,33,11)
C21M0Y33K11 
(21%,0%,33%,11%)
(0.21/0.00/0.33/0.11)	

CMYK yüzdeleri

%21.05
%0
%32.89
%10.59

Codes

Color #B4E499 in popluar color models

B4E499
RGB180228153
HSL98°58.14%74.71%
HSB/HSV98°32.89%89.41%
CMYK21.05%0.00%32.89%
10.59%

Color #B4E499 in popluar number systems.

HEXB4E499
Decimal180228153
Binary101101001110010010011001
Octal264344231

Shades and tints

Shades of #B4E499

#B4E499
(180,228,153)
#A4D08C
(164,208,140)
#94BC7F
(148,188,127)
#84A872
(132,168,114)
#749465
(116,148,101)
#648058
(100,128,88)
#546C4B
(84,108,75)
#44583E
(68,88,62)
#344431
(52,68,49)
#243024
(36,48,36)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #B4E499

#B4E499
(180,228,153)
#BAE6A2
(186,230,162)
#C0E8AB
(192,232,171)
#C6EAB4
(198,234,180)
#CCECBD
(204,236,189)
#D2EEC6
(210,238,198)
#D8F0CF
(216,240,207)
#DEF2D8
(222,242,216)
#E4F4E1
(228,244,225)
#EAF6EA
(234,246,234)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E499 color. Also use rgb(180,228,153) instead hex code.

Text Font Color

.myTextColor { color: #B4E499; }

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

This text font color is #B4E499.


Background Color

.myBgColor { background-color: #B4E499; }

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

This div background color is #B4E499.


Border color

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

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

This div border color is #B4E499.


Opacity

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

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

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

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

This text has shadow with #B4E499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E499 on black background.


Color preview on white background

This text has color #B4E499 on white background.



Black color preview on #B4E499 background

This text has black color on #B4E499 background.


White color preview on #B4E499 background

This text has white color on #B4E499 background.