COLOR #B4D845

HEX: #B4D845
RGB: (180,216,69)

Color info

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

RGB color model

#B4D845 color RGB value is (180,216,69).

  • red value is 180;
  • green value is 216;
  • blue value is 69.
RGB:
(180,216,69)
(71%,85%,27%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 69 of 255 = 27%

180
216
69

R + G + B ~ 61%. #B4D845 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 69 = 465 (100%)
R 180 of 465 ~ 38.71%
G 216 of 465 ~ 46.45%
B 69 of 465 ~ 14.84%

%38.71
%46.45
%14.84

CMYK color model

#B4D845 color CMYK value is (17,0,68,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 68.06%
  • key color value is 15.29%
CMYK:
(17,0,68,15)
C17M0Y68K15 
(17%,0%,68%,15%)
(0.17/0.00/0.68/0.15)	

CMYK percentages

%16.67
%0
%68.06
%15.29

Codes

Color #B4D845 in popluar color models

B4D845
RGB18021669
HSL75°65.33%55.88%
HSB/HSV75°68.06%84.71%
CMYK16.67%0.00%68.06%
15.29%

Color #B4D845 in popluar number systems.

HEXB4D845
Decimal18021669
Binary10110100110110001000101
Octal264330105

Shades and tints

Shades of #B4D845

#B4D845
(180,216,69)
#A4C53F
(164,197,63)
#94B239
(148,178,57)
#849F33
(132,159,51)
#748C2D
(116,140,45)
#647927
(100,121,39)
#546621
(84,102,33)
#44531B
(68,83,27)
#344015
(52,64,21)
#242D0F
(36,45,15)
#141A09
(20,26,9)
#000000
(0,0,0)

Tints of #B4D845

#B4D845
(180,216,69)
#BADB55
(186,219,85)
#C0DE65
(192,222,101)
#C6E175
(198,225,117)
#CCE485
(204,228,133)
#D2E795
(210,231,149)
#D8EAA5
(216,234,165)
#DEEDB5
(222,237,181)
#E4F0C5
(228,240,197)
#EAF3D5
(234,243,213)
#F0F6E5
(240,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D845 color. Also use rgb(180,216,69) instead hex code.

Text Font Color

.myTextColor { color: #B4D845; }

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

This text font color is #B4D845.


Background Color

.myBgColor { background-color: #B4D845; }

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

This div background color is #B4D845.


Border color

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

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

This div border color is #B4D845.


Opacity

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

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

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

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

This text has shadow with #B4D845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D845 on black background.


Color preview on white background

This text has color #B4D845 on white background.



Black color preview on #B4D845 background

This text has black color on #B4D845 background.


White color preview on #B4D845 background

This text has white color on #B4D845 background.