COLOR #B4FF7D

HEX: #B4FF7D
RGB: (180,255,125)

Color info

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

RGB color model

#B4FF7D color RGB value is (180,255,125).

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

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 125 of 255 = 49%

180
255
125

R + G + B ~ 73%. #B4FF7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 125 = 560 (100%)
R 180 of 560 ~ 32.14%
G 255 of 560 ~ 45.54%
B 125 of 560 ~ 22.32%

%32.14
%45.54
%22.32

CMYK color model

#B4FF7D color CMYK value is (29,0,51,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 0.00%
CMYK:
(29,0,51,0)
C29M0Y51K0 
(29%,0%,51%,0%)
(0.29/0.00/0.51/0.00)	

CMYK percentages

%29.41
%0
%50.98
%0

Codes

Color #B4FF7D in popluar color models

B4FF7D
RGB180255125
HSL95°100.00%74.51%
HSB/HSV95°50.98%100.00%
CMYK29.41%0.00%50.98%
0.00%

Color #B4FF7D in popluar number systems.

HEXB4FF7D
Decimal180255125
Binary10110100111111111111101
Octal264377175

Shades and tints

Shades of #B4FF7D

#B4FF7D
(180,255,125)
#A4E872
(164,232,114)
#94D167
(148,209,103)
#84BA5C
(132,186,92)
#74A351
(116,163,81)
#648C46
(100,140,70)
#54753B
(84,117,59)
#445E30
(68,94,48)
#344725
(52,71,37)
#24301A
(36,48,26)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #B4FF7D

#B4FF7D
(180,255,125)
#BAFF88
(186,255,136)
#C0FF93
(192,255,147)
#C6FF9E
(198,255,158)
#CCFFA9
(204,255,169)
#D2FFB4
(210,255,180)
#D8FFBF
(216,255,191)
#DEFFCA
(222,255,202)
#E4FFD5
(228,255,213)
#EAFFE0
(234,255,224)
#F0FFEB
(240,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FF7D; }

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

This text font color is #B4FF7D.


Background Color

.myBgColor { background-color: #B4FF7D; }

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

This div background color is #B4FF7D.


Border color

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

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

This div border color is #B4FF7D.


Opacity

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

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

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

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

This text has shadow with #B4FF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF7D on black background.


Color preview on white background

This text has color #B4FF7D on white background.



Black color preview on #B4FF7D background

This text has black color on #B4FF7D background.


White color preview on #B4FF7D background

This text has white color on #B4FF7D background.