COLOR #B1D24D

HEX: #B1D24D
RGB: (177,210,77)

Color info

#B1D24D contains mainly red and green colors. Web safe color of #B1D24D is #99CC33 (or #9C3).

RGB color model

#B1D24D color RGB value is (177,210,77).

  • red value is 177;
  • green value is 210;
  • blue value is 77.
RGB:
(177,210,77)
(69%,82%,30%)

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 77 of 255 = 30%

177
210
77

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

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 77 = 464 (100%)
R 177 of 464 ~ 38.15%
G 210 of 464 ~ 45.26%
B 77 of 464 ~ 16.59%

%38.15
%45.26
%16.59

CMYK color model

#B1D24D color CMYK value is (16,0,63,18).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 17.65%
CMYK:
(16,0,63,18)
C16M0Y63K18 
(16%,0%,63%,18%)
(0.16/0.00/0.63/0.18)	

CMYK percentages

%15.71
%0
%63.33
%17.65

Codes

Color #B1D24D in popluar color models

B1D24D
RGB17721077
HSL75°59.64%56.27%
HSB/HSV75°63.33%82.35%
CMYK15.71%0.00%63.33%
17.65%

Color #B1D24D in popluar number systems.

HEXB1D24D
Decimal17721077
Binary10110001110100101001101
Octal261322115

Shades and tints

Shades of #B1D24D

#B1D24D
(177,210,77)
#A1BF46
(161,191,70)
#91AC3F
(145,172,63)
#819938
(129,153,56)
#718631
(113,134,49)
#61732A
(97,115,42)
#516023
(81,96,35)
#414D1C
(65,77,28)
#313A15
(49,58,21)
#21270E
(33,39,14)
#111407
(17,20,7)
#000000
(0,0,0)

Tints of #B1D24D

#B1D24D
(177,210,77)
#B8D65D
(184,214,93)
#BFDA6D
(191,218,109)
#C6DE7D
(198,222,125)
#CDE28D
(205,226,141)
#D4E69D
(212,230,157)
#DBEAAD
(219,234,173)
#E2EEBD
(226,238,189)
#E9F2CD
(233,242,205)
#F0F6DD
(240,246,221)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D24D color. Also use rgb(177,210,77) instead hex code.

Text Font Color

.myTextColor { color: #B1D24D; }

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

This text font color is #B1D24D.


Background Color

.myBgColor { background-color: #B1D24D; }

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

This div background color is #B1D24D.


Border color

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

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

This div border color is #B1D24D.


Opacity

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

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

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

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

This text has shadow with #B1D24D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D24D on black background.


Color preview on white background

This text has color #B1D24D on white background.



Black color preview on #B1D24D background

This text has black color on #B1D24D background.


White color preview on #B1D24D background

This text has white color on #B1D24D background.