COLOR #B5E353

HEX: #B5E353
RGB: (181,227,83)

Color info

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

RGB color model

#B5E353 color RGB value is (181,227,83).

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

RGB channels and saturation

R 181 of 255 = 71%
G 227 of 255 = 89%
B 83 of 255 = 33%

181
227
83

R + G + B ~ 64%. #B5E353 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 227 + 83 = 491 (100%)
R 181 of 491 ~ 36.86%
G 227 of 491 ~ 46.23%
B 83 of 491 ~ 16.9%

%36.86
%46.23
%16.9

CMYK color model

#B5E353 color CMYK value is (20,0,63,11).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 63.44%
  • key color value is 10.98%
CMYK:
(20,0,63,11)
C20M0Y63K11 
(20%,0%,63%,11%)
(0.20/0.00/0.63/0.11)	

CMYK percentages

%20.26
%0
%63.44
%10.98

Codes

Color #B5E353 in popluar color models

B5E353
RGB18122783
HSL79°72.00%60.78%
HSB/HSV79°63.44%89.02%
CMYK20.26%0.00%63.44%
10.98%

Color #B5E353 in popluar number systems.

HEXB5E353
Decimal18122783
Binary10110101111000111010011
Octal265343123

Shades and tints

Shades of #B5E353

#B5E353
(181,227,83)
#A5CF4C
(165,207,76)
#95BB45
(149,187,69)
#85A73E
(133,167,62)
#759337
(117,147,55)
#657F30
(101,127,48)
#556B29
(85,107,41)
#455722
(69,87,34)
#35431B
(53,67,27)
#252F14
(37,47,20)
#151B0D
(21,27,13)
#000000
(0,0,0)

Tints of #B5E353

#B5E353
(181,227,83)
#BBE562
(187,229,98)
#C1E771
(193,231,113)
#C7E980
(199,233,128)
#CDEB8F
(205,235,143)
#D3ED9E
(211,237,158)
#D9EFAD
(217,239,173)
#DFF1BC
(223,241,188)
#E5F3CB
(229,243,203)
#EBF5DA
(235,245,218)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E353; }

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

This text font color is #B5E353.


Background Color

.myBgColor { background-color: #B5E353; }

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

This div background color is #B5E353.


Border color

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

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

This div border color is #B5E353.


Opacity

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

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

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

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

This text has shadow with #B5E353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E353 on black background.


Color preview on white background

This text has color #B5E353 on white background.



Black color preview on #B5E353 background

This text has black color on #B5E353 background.


White color preview on #B5E353 background

This text has white color on #B5E353 background.