COLOR #B4E383

HEX: #B4E383
RGB: (180,227,131)

Color info

#B4E383 contains mainly red and green colors. Web safe color of #B4E383 is #CCCC99 (or #CC9).

RGB color model

#B4E383 color RGB value is (180,227,131).

  • red value is 180;
  • green value is 227;
  • blue value is 131.
RGB:
(180,227,131)
(71%,89%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 131 of 255 = 51%

180
227
131

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

Portions of RGB colors in percentages

R + G + B =
180 + 227 + 131 = 538 (100%)
R 180 of 538 ~ 33.46%
G 227 of 538 ~ 42.19%
B 131 of 538 ~ 24.35%

%33.46
%42.19
%24.35

CMYK color model

#B4E383 color CMYK value is (21,0,42,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 10.98%
CMYK:
(21,0,42,11)
C21M0Y42K11 
(21%,0%,42%,11%)
(0.21/0.00/0.42/0.11)	

CMYK percentages

%20.7
%0
%42.29
%10.98

Codes

Color #B4E383 in popluar color models

B4E383
RGB180227131
HSL89°63.16%70.20%
HSB/HSV89°42.29%89.02%
CMYK20.70%0.00%42.29%
10.98%

Color #B4E383 in popluar number systems.

HEXB4E383
Decimal180227131
Binary101101001110001110000011
Octal264343203

Shades and tints

Shades of #B4E383

#B4E383
(180,227,131)
#A4CF78
(164,207,120)
#94BB6D
(148,187,109)
#84A762
(132,167,98)
#749357
(116,147,87)
#647F4C
(100,127,76)
#546B41
(84,107,65)
#445736
(68,87,54)
#34432B
(52,67,43)
#242F20
(36,47,32)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4E383

#B4E383
(180,227,131)
#BAE58E
(186,229,142)
#C0E799
(192,231,153)
#C6E9A4
(198,233,164)
#CCEBAF
(204,235,175)
#D2EDBA
(210,237,186)
#D8EFC5
(216,239,197)
#DEF1D0
(222,241,208)
#E4F3DB
(228,243,219)
#EAF5E6
(234,245,230)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E383 color. Also use rgb(180,227,131) instead hex code.

Text Font Color

.myTextColor { color: #B4E383; }

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

This text font color is #B4E383.


Background Color

.myBgColor { background-color: #B4E383; }

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

This div background color is #B4E383.


Border color

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

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

This div border color is #B4E383.


Opacity

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

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

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

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

This text has shadow with #B4E383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E383 on black background.


Color preview on white background

This text has color #B4E383 on white background.



Black color preview on #B4E383 background

This text has black color on #B4E383 background.


White color preview on #B4E383 background

This text has white color on #B4E383 background.