COLOR #B5E083

HEX: #B5E083 RGB: (181,224,131)

Color info

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

RGB color model

#B5E083 color RGB value is (181,224,131).

RGB: (181,224,131) (71%, 88%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 131 of 255 = 51%

181
224
131

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

Portions of RGB colors in percentages

R + G + B = 181 + 224 + 131 = 536 (100%)
R 181 of 536 ~ 33.77%
G 224 of 536 ~ 41.79%
B 131 of 536 ~ 24.44'%

%33.77
%41.79
%24.44

CMYK color model

#B5E083 color CMYK value is (19,0,42,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 12.16%

CMYK: (19,0,42,12)
C19M0Y42K12 (19%, 0%, 42%, 12%)
(0.19 / 0.00 / 0.42 / 0.12)

CMYK percentages

%19.2
%0
%41.52
%12.16

Codes

Color #B5E083 in popluar color models

B5 E0 83
RGB 181 224 131
HSL 88° 60.00% 69.61%
HSB/HSV 88° 41.52% 87.84%
CMYK 19.20% 0.00% 41.52%
12.16%

Color #B5E083 in popluar number systems.

HEX B5 E0 83
Decimal 181 224 131
Binary 10110101 11100000 10000011
Octal 265 340 203

Shades and tints

Shades of #B5E083

#B5E083
(181,224,131)
#A5CC78
(165,204,120)
#95B86D
(149,184,109)
#85A462
(133,164,98)
#759057
(117,144,87)
#657C4C
(101,124,76)
#556841
(85,104,65)
#455436
(69,84,54)
#35402B
(53,64,43)
#252C20
(37,44,32)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #B5E083

#B5E083
(181,224,131)
#BBE28E
(187,226,142)
#C1E499
(193,228,153)
#C7E6A4
(199,230,164)
#CDE8AF
(205,232,175)
#D3EABA
(211,234,186)
#D9ECC5
(217,236,197)
#DFEED0
(223,238,208)
#E5F0DB
(229,240,219)
#EBF2E6
(235,242,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E083 color. Also use rgb(181,224,131) instead hex code.

Text Font Color

.myTextColor { color: #B5E083; }

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

This text font color is #B5E083.

Background Color

.myBgColor { background-color: #B5E083; }

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

This div background color is #B5E083.

Border color

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

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

This div border color is #B5E083.

Opacity

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

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

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

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

This text has shadow with #B5E083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E083.

Preview

Color preview on black background

This text has color #B5E083 on black background.


Color preview on white background

This text has color #B5E083 on white background.


Black color preview on #B5E083 background

This text has black color on #B5E083 background.


White color preview on #B5E083 background

This text has white color on #B5E083 background.


Related colors

Complementary color

Complementary color for #hex is #4A1F7C.


I love getcolorcode.com

Triadic colors

1 #83B5E0 and #E083B5 with #B5E083 are triadic colors.

2 #83E0B5 and #E0B583 with #B5E083 are triadic colors.