COLOR #B1DA55

HEX: #B1DA55
RGB: (177,218,85)

Color info

#B1DA55 contains mainly red and green colors. Web safe color of #B1DA55 is #99CC66 (or #9C6).

RGB color model

#B1DA55 color RGB value is (177,218,85).

  • red value is 177;
  • green value is 218;
  • blue value is 85.
RGB:
(177,218,85)
(69%,85%,33%)

RGB channels and saturation

R 177 of 255 = 69%
G 218 of 255 = 85%
B 85 of 255 = 33%

177
218
85

R + G + B ~ 62%. #B1DA55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 85 = 480 (100%)
R 177 of 480 ~ 36.88%
G 218 of 480 ~ 45.42%
B 85 of 480 ~ 17.71%

%36.88
%45.42
%17.71

CMYK color model

#B1DA55 color CMYK value is (19,0,61,15).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 61.01%
  • key color value is 14.51%
CMYK:
(19,0,61,15)
C19M0Y61K15 
(19%,0%,61%,15%)
(0.19/0.00/0.61/0.15)	

CMYK percentages

%18.81
%0
%61.01
%14.51

Codes

Color #B1DA55 in popluar color models

B1DA55
RGB17721885
HSL78°64.25%59.41%
HSB/HSV78°61.01%85.49%
CMYK18.81%0.00%61.01%
14.51%

Color #B1DA55 in popluar number systems.

HEXB1DA55
Decimal17721885
Binary10110001110110101010101
Octal261332125

Shades and tints

Shades of #B1DA55

#B1DA55
(177,218,85)
#A1C74E
(161,199,78)
#91B447
(145,180,71)
#81A140
(129,161,64)
#718E39
(113,142,57)
#617B32
(97,123,50)
#51682B
(81,104,43)
#415524
(65,85,36)
#31421D
(49,66,29)
#212F16
(33,47,22)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #B1DA55

#B1DA55
(177,218,85)
#B8DD64
(184,221,100)
#BFE073
(191,224,115)
#C6E382
(198,227,130)
#CDE691
(205,230,145)
#D4E9A0
(212,233,160)
#DBECAF
(219,236,175)
#E2EFBE
(226,239,190)
#E9F2CD
(233,242,205)
#F0F5DC
(240,245,220)
#F7F8EB
(247,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DA55 color. Also use rgb(177,218,85) instead hex code.

Text Font Color

.myTextColor { color: #B1DA55; }

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

This text font color is #B1DA55.


Background Color

.myBgColor { background-color: #B1DA55; }

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

This div background color is #B1DA55.


Border color

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

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

This div border color is #B1DA55.


Opacity

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

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

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

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

This text has shadow with #B1DA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DA55 on black background.


Color preview on white background

This text has color #B1DA55 on white background.



Black color preview on #B1DA55 background

This text has black color on #B1DA55 background.


White color preview on #B1DA55 background

This text has white color on #B1DA55 background.