COLOR #B5E380

HEX: #B5E380
RGB: (181,227,128)

Color info

#B5E380 contains mainly red and green colors. Web safe color of #B5E380 is #CCCC66 (or #CC6).

RGB color model

#B5E380 color RGB value is (181,227,128).

  • red value is 181;
  • green value is 227;
  • blue value is 128.
RGB:
(181,227,128)
(71%,89%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 227 of 255 = 89%
B 128 of 255 = 50%

181
227
128

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

Portions of RGB colors in percentages

R + G + B =
181 + 227 + 128 = 536 (100%)
R 181 of 536 ~ 33.77%
G 227 of 536 ~ 42.35%
B 128 of 536 ~ 23.88%

%33.77
%42.35
%23.88

CMYK color model

#B5E380 color CMYK value is (20,0,44,11).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 10.98%
CMYK:
(20,0,44,11)
C20M0Y44K11 
(20%,0%,44%,11%)
(0.20/0.00/0.44/0.11)	

CMYK percentages

%20.26
%0
%43.61
%10.98

Codes

Color #B5E380 in popluar color models

B5E380
RGB181227128
HSL88°63.87%69.61%
HSB/HSV88°43.61%89.02%
CMYK20.26%0.00%43.61%
10.98%

Color #B5E380 in popluar number systems.

HEXB5E380
Decimal181227128
Binary101101011110001110000000
Octal265343200

Shades and tints

Shades of #B5E380

#B5E380
(181,227,128)
#A5CF75
(165,207,117)
#95BB6A
(149,187,106)
#85A75F
(133,167,95)
#759354
(117,147,84)
#657F49
(101,127,73)
#556B3E
(85,107,62)
#455733
(69,87,51)
#354328
(53,67,40)
#252F1D
(37,47,29)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5E380

#B5E380
(181,227,128)
#BBE58B
(187,229,139)
#C1E796
(193,231,150)
#C7E9A1
(199,233,161)
#CDEBAC
(205,235,172)
#D3EDB7
(211,237,183)
#D9EFC2
(217,239,194)
#DFF1CD
(223,241,205)
#E5F3D8
(229,243,216)
#EBF5E3
(235,245,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E380 color. Also use rgb(181,227,128) instead hex code.

Text Font Color

.myTextColor { color: #B5E380; }

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

This text font color is #B5E380.


Background Color

.myBgColor { background-color: #B5E380; }

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

This div background color is #B5E380.


Border color

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

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

This div border color is #B5E380.


Opacity

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

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

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

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

This text has shadow with #B5E380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E380 on black background.


Color preview on white background

This text has color #B5E380 on white background.



Black color preview on #B5E380 background

This text has black color on #B5E380 background.


White color preview on #B5E380 background

This text has white color on #B5E380 background.