COLOR #B6F578

HEX: #B6F578
RGB: (182,245,120)

Color info

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

RGB color model

#B6F578 color RGB value is (182,245,120).

  • red value is 182;
  • green value is 245;
  • blue value is 120.
RGB:
(182,245,120)
(71%,96%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 245 of 255 = 96%
B 120 of 255 = 47%

182
245
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 245 + 120 = 547 (100%)
R 182 of 547 ~ 33.27%
G 245 of 547 ~ 44.79%
B 120 of 547 ~ 21.94%

%33.27
%44.79
%21.94

CMYK color model

#B6F578 color CMYK value is (26,0,51,4).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 3.92%
CMYK:
(26,0,51,4)
C26M0Y51K4 
(26%,0%,51%,4%)
(0.26/0.00/0.51/0.04)	

CMYK percentages

%25.71
%0
%51.02
%3.92

Codes

Color #B6F578 in popluar color models

B6F578
RGB182245120
HSL90°86.21%71.57%
HSB/HSV90°51.02%96.08%
CMYK25.71%0.00%51.02%
3.92%

Color #B6F578 in popluar number systems.

HEXB6F578
Decimal182245120
Binary10110110111101011111000
Octal266365170

Shades and tints

Shades of #B6F578

#B6F578
(182,245,120)
#A6DF6E
(166,223,110)
#96C964
(150,201,100)
#86B35A
(134,179,90)
#769D50
(118,157,80)
#668746
(102,135,70)
#56713C
(86,113,60)
#465B32
(70,91,50)
#364528
(54,69,40)
#262F1E
(38,47,30)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6F578

#B6F578
(182,245,120)
#BCF584
(188,245,132)
#C2F590
(194,245,144)
#C8F59C
(200,245,156)
#CEF5A8
(206,245,168)
#D4F5B4
(212,245,180)
#DAF5C0
(218,245,192)
#E0F5CC
(224,245,204)
#E6F5D8
(230,245,216)
#ECF5E4
(236,245,228)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F578 color. Also use rgb(182,245,120) instead hex code.

Text Font Color

.myTextColor { color: #B6F578; }

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

This text font color is #B6F578.


Background Color

.myBgColor { background-color: #B6F578; }

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

This div background color is #B6F578.


Border color

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

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

This div border color is #B6F578.


Opacity

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

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

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

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

This text has shadow with #B6F578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F578 on black background.


Color preview on white background

This text has color #B6F578 on white background.



Black color preview on #B6F578 background

This text has black color on #B6F578 background.


White color preview on #B6F578 background

This text has white color on #B6F578 background.