COLOR #B4DF61

HEX: #B4DF61
RGB: (180,223,97)

Color info

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

RGB color model

#B4DF61 color RGB value is (180,223,97).

  • red value is 180;
  • green value is 223;
  • blue value is 97.
RGB:
(180,223,97)
(71%,87%,38%)

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 97 of 255 = 38%

180
223
97

R + G + B ~ 65%. #B4DF61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 97 = 500 (100%)
R 180 of 500 ~ 36%
G 223 of 500 ~ 44.6%
B 97 of 500 ~ 19.4%

%36
%44.6
%19.4

CMYK color model

#B4DF61 color CMYK value is (19,0,57,13).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 56.50%
  • key color value is 12.55%
CMYK:
(19,0,57,13)
C19M0Y57K13 
(19%,0%,57%,13%)
(0.19/0.00/0.57/0.13)	

CMYK percentages

%19.28
%0
%56.5
%12.55

Codes

Color #B4DF61 in popluar color models

B4DF61
RGB18022397
HSL80°66.32%62.75%
HSB/HSV80°56.50%87.45%
CMYK19.28%0.00%56.50%
12.55%

Color #B4DF61 in popluar number systems.

HEXB4DF61
Decimal18022397
Binary10110100110111111100001
Octal264337141

Shades and tints

Shades of #B4DF61

#B4DF61
(180,223,97)
#A4CB59
(164,203,89)
#94B751
(148,183,81)
#84A349
(132,163,73)
#748F41
(116,143,65)
#647B39
(100,123,57)
#546731
(84,103,49)
#445329
(68,83,41)
#343F21
(52,63,33)
#242B19
(36,43,25)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #B4DF61

#B4DF61
(180,223,97)
#BAE16F
(186,225,111)
#C0E37D
(192,227,125)
#C6E58B
(198,229,139)
#CCE799
(204,231,153)
#D2E9A7
(210,233,167)
#D8EBB5
(216,235,181)
#DEEDC3
(222,237,195)
#E4EFD1
(228,239,209)
#EAF1DF
(234,241,223)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DF61 color. Also use rgb(180,223,97) instead hex code.

Text Font Color

.myTextColor { color: #B4DF61; }

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

This text font color is #B4DF61.


Background Color

.myBgColor { background-color: #B4DF61; }

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

This div background color is #B4DF61.


Border color

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

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

This div border color is #B4DF61.


Opacity

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

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

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

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

This text has shadow with #B4DF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DF61 on black background.


Color preview on white background

This text has color #B4DF61 on white background.



Black color preview on #B4DF61 background

This text has black color on #B4DF61 background.


White color preview on #B4DF61 background

This text has white color on #B4DF61 background.