COLOR #B4FF69

HEX: #B4FF69
RGB: (180,255,105)

Color info

#B4FF69 contains mainly green color. Web safe color of #B4FF69 is #CCFF66 (or #CF6).

RGB color model

#B4FF69 color RGB value is (180,255,105).

  • red value is 180;
  • green value is 255;
  • blue value is 105.
RGB:
(180,255,105)
(71%,100%,41%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 105 of 255 = 41%

180
255
105

R + G + B ~ 71%. #B4FF69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 105 = 540 (100%)
R 180 of 540 ~ 33.33%
G 255 of 540 ~ 47.22%
B 105 of 540 ~ 19.44%

%33.33
%47.22
%19.44

CMYK color model

#B4FF69 color CMYK value is (29,0,59,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 0.00%
CMYK:
(29,0,59,0)
C29M0Y59K0 
(29%,0%,59%,0%)
(0.29/0.00/0.59/0.00)	

CMYK percentages

%29.41
%0
%58.82
%0

Codes

Color #B4FF69 in popluar color models

B4FF69
RGB180255105
HSL90°100.00%70.59%
HSB/HSV90°58.82%100.00%
CMYK29.41%0.00%58.82%
0.00%

Color #B4FF69 in popluar number systems.

HEXB4FF69
Decimal180255105
Binary10110100111111111101001
Octal264377151

Shades and tints

Shades of #B4FF69

#B4FF69
(180,255,105)
#A4E860
(164,232,96)
#94D157
(148,209,87)
#84BA4E
(132,186,78)
#74A345
(116,163,69)
#648C3C
(100,140,60)
#547533
(84,117,51)
#445E2A
(68,94,42)
#344721
(52,71,33)
#243018
(36,48,24)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #B4FF69

#B4FF69
(180,255,105)
#BAFF76
(186,255,118)
#C0FF83
(192,255,131)
#C6FF90
(198,255,144)
#CCFF9D
(204,255,157)
#D2FFAA
(210,255,170)
#D8FFB7
(216,255,183)
#DEFFC4
(222,255,196)
#E4FFD1
(228,255,209)
#EAFFDE
(234,255,222)
#F0FFEB
(240,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FF69 color. Also use rgb(180,255,105) instead hex code.

Text Font Color

.myTextColor { color: #B4FF69; }

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

This text font color is #B4FF69.


Background Color

.myBgColor { background-color: #B4FF69; }

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

This div background color is #B4FF69.


Border color

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

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

This div border color is #B4FF69.


Opacity

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

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

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

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

This text has shadow with #B4FF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF69 on black background.


Color preview on white background

This text has color #B4FF69 on white background.



Black color preview on #B4FF69 background

This text has black color on #B4FF69 background.


White color preview on #B4FF69 background

This text has white color on #B4FF69 background.