COLOR #B9F704

HEX: #B9F704
RGB: (185,247,4)

Color info

#B9F704 contains mainly green color. Web safe color of #B9F704 is #CCFF00 (or #CF0).

RGB color model

#B9F704 color RGB value is (185,247,4).

  • red value is 185;
  • green value is 247;
  • blue value is 4.
RGB:
(185,247,4)
(73%,97%,2%)

RGB channels and saturation

R 185 of 255 = 73%
G 247 of 255 = 97%
B 4 of 255 = 2%

185
247
4

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

Portions of RGB colors in percentages

R + G + B =
185 + 247 + 4 = 436 (100%)
R 185 of 436 ~ 42.43%
G 247 of 436 ~ 56.65%
B 4 of 436 ~ 0.92%

%42.43
%56.65

CMYK color model

#B9F704 color CMYK value is (25,0,98,3).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 98.38%
  • key color value is 3.14%
CMYK:
(25,0,98,3)
C25M0Y98K3 
(25%,0%,98%,3%)
(0.25/0.00/0.98/0.03)	

CMYK percentages

%25.1
%0
%98.38
%3.14

Codes

Color #B9F704 in popluar color models

B9F704
RGB1852474
HSL75°96.81%49.22%
HSB/HSV75°98.38%96.86%
CMYK25.10%0.00%98.38%
3.14%

Color #B9F704 in popluar number systems.

HEXB9F704
Decimal1852474
Binary1011100111110111100
Octal2713674

Shades and tints

Shades of #B9F704

#B9F704
(185,247,4)
#A9E104
(169,225,4)
#99CB04
(153,203,4)
#89B504
(137,181,4)
#799F04
(121,159,4)
#698904
(105,137,4)
#597304
(89,115,4)
#495D04
(73,93,4)
#394704
(57,71,4)
#293104
(41,49,4)
#191B04
(25,27,4)
#000000
(0,0,0)

Tints of #B9F704

#B9F704
(185,247,4)
#BFF71A
(191,247,26)
#C5F730
(197,247,48)
#CBF746
(203,247,70)
#D1F75C
(209,247,92)
#D7F772
(215,247,114)
#DDF788
(221,247,136)
#E3F79E
(227,247,158)
#E9F7B4
(233,247,180)
#EFF7CA
(239,247,202)
#F5F7E0
(245,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F704 color. Also use rgb(185,247,4) instead hex code.

Text Font Color

.myTextColor { color: #B9F704; }

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

This text font color is #B9F704.


Background Color

.myBgColor { background-color: #B9F704; }

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

This div background color is #B9F704.


Border color

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

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

This div border color is #B9F704.


Opacity

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

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

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

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

This text has shadow with #B9F704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F704 on black background.


Color preview on white background

This text has color #B9F704 on white background.



Black color preview on #B9F704 background

This text has black color on #B9F704 background.


White color preview on #B9F704 background

This text has white color on #B9F704 background.