COLOR #B5D543

HEX: #B5D543
RGB: (181,213,67)

Color info

#B5D543 contains mainly red and green colors. Web safe color of #B5D543 is #CCCC33 (or #CC3).

RGB color model

#B5D543 color RGB value is (181,213,67).

  • red value is 181;
  • green value is 213;
  • blue value is 67.
RGB:
(181,213,67)
(71%,84%,26%)

RGB channels and saturation

R 181 of 255 = 71%
G 213 of 255 = 84%
B 67 of 255 = 26%

181
213
67

R + G + B ~ 60%. #B5D543 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 213 + 67 = 461 (100%)
R 181 of 461 ~ 39.26%
G 213 of 461 ~ 46.2%
B 67 of 461 ~ 14.53%

%39.26
%46.2
%14.53

CMYK color model

#B5D543 color CMYK value is (15,0,69,16).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 68.54%
  • key color value is 16.47%
CMYK:
(15,0,69,16)
C15M0Y69K16 
(15%,0%,69%,16%)
(0.15/0.00/0.69/0.16)	

CMYK percentages

%15.02
%0
%68.54
%16.47

Codes

Color #B5D543 in popluar color models

B5D543
RGB18121367
HSL73°63.48%54.90%
HSB/HSV73°68.54%83.53%
CMYK15.02%0.00%68.54%
16.47%

Color #B5D543 in popluar number systems.

HEXB5D543
Decimal18121367
Binary10110101110101011000011
Octal265325103

Shades and tints

Shades of #B5D543

#B5D543
(181,213,67)
#A5C23D
(165,194,61)
#95AF37
(149,175,55)
#859C31
(133,156,49)
#75892B
(117,137,43)
#657625
(101,118,37)
#55631F
(85,99,31)
#455019
(69,80,25)
#353D13
(53,61,19)
#252A0D
(37,42,13)
#151707
(21,23,7)
#000000
(0,0,0)

Tints of #B5D543

#B5D543
(181,213,67)
#BBD854
(187,216,84)
#C1DB65
(193,219,101)
#C7DE76
(199,222,118)
#CDE187
(205,225,135)
#D3E498
(211,228,152)
#D9E7A9
(217,231,169)
#DFEABA
(223,234,186)
#E5EDCB
(229,237,203)
#EBF0DC
(235,240,220)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D543 color. Also use rgb(181,213,67) instead hex code.

Text Font Color

.myTextColor { color: #B5D543; }

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

This text font color is #B5D543.


Background Color

.myBgColor { background-color: #B5D543; }

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

This div background color is #B5D543.


Border color

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

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

This div border color is #B5D543.


Opacity

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

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

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

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

This text has shadow with #B5D543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D543 on black background.


Color preview on white background

This text has color #B5D543 on white background.



Black color preview on #B5D543 background

This text has black color on #B5D543 background.


White color preview on #B5D543 background

This text has white color on #B5D543 background.