COLOR #B4F73F

HEX: #B4F73F
RGB: (180,247,63)

Color info

#B4F73F contains mainly green color. Web safe color of #B4F73F is #CCFF33 (or #CF3).

RGB color model

#B4F73F color RGB value is (180,247,63).

  • red value is 180;
  • green value is 247;
  • blue value is 63.
RGB:
(180,247,63)
(71%,97%,25%)

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 63 of 255 = 25%

180
247
63

R + G + B ~ 64%. #B4F73F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 247 + 63 = 490 (100%)
R 180 of 490 ~ 36.73%
G 247 of 490 ~ 50.41%
B 63 of 490 ~ 12.86%

%36.73
%50.41
%12.86

CMYK color model

#B4F73F color CMYK value is (27,0,74,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 3.14%
CMYK:
(27,0,74,3)
C27M0Y74K3 
(27%,0%,74%,3%)
(0.27/0.00/0.74/0.03)	

CMYK percentages

%27.13
%0
%74.49
%3.14

Codes

Color #B4F73F in popluar color models

B4F73F
RGB18024763
HSL82°92.00%60.78%
HSB/HSV82°74.49%96.86%
CMYK27.13%0.00%74.49%
3.14%

Color #B4F73F in popluar number systems.

HEXB4F73F
Decimal18024763
Binary1011010011110111111111
Octal26436777

Shades and tints

Shades of #B4F73F

#B4F73F
(180,247,63)
#A4E13A
(164,225,58)
#94CB35
(148,203,53)
#84B530
(132,181,48)
#749F2B
(116,159,43)
#648926
(100,137,38)
#547321
(84,115,33)
#445D1C
(68,93,28)
#344717
(52,71,23)
#243112
(36,49,18)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #B4F73F

#B4F73F
(180,247,63)
#BAF750
(186,247,80)
#C0F761
(192,247,97)
#C6F772
(198,247,114)
#CCF783
(204,247,131)
#D2F794
(210,247,148)
#D8F7A5
(216,247,165)
#DEF7B6
(222,247,182)
#E4F7C7
(228,247,199)
#EAF7D8
(234,247,216)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F73F color. Also use rgb(180,247,63) instead hex code.

Text Font Color

.myTextColor { color: #B4F73F; }

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

This text font color is #B4F73F.


Background Color

.myBgColor { background-color: #B4F73F; }

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

This div background color is #B4F73F.


Border color

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

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

This div border color is #B4F73F.


Opacity

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

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

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

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

This text has shadow with #B4F73F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F73F on black background.


Color preview on white background

This text has color #B4F73F on white background.



Black color preview on #B4F73F background

This text has black color on #B4F73F background.


White color preview on #B4F73F background

This text has white color on #B4F73F background.