COLOR #B6F330

HEX: #B6F330 RGB: (182,243,48)

Color info

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

RGB color model

#B6F330 color RGB value is (182,243,48).

RGB: (182,243,48) (71%, 95%, 19%)

RGB channels and saturation

R 182 of 255 = 71%
G 243 of 255 = 95%
B 48 of 255 = 19%

182
243
48

R + G + B ~ 62%. #B6F330 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 243 + 48 = 473 (100%)
R 182 of 473 ~ 38.48%
G 243 of 473 ~ 51.37%
B 48 of 473 ~ 10.15'%

%38.48
%51.37

CMYK color model

#B6F330 color CMYK value is (25,0,80,5).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 80.25%
  • key color value is 4.71%

CMYK: (25,0,80,5)
C25M0Y80K5 (25%, 0%, 80%, 5%)
(0.25 / 0.00 / 0.80 / 0.05)

CMYK percentages

%25.1
%0
%80.25
%4.71

Codes

Color #B6F330 in popluar color models

B6 F3 30
RGB 182 243 48
HSL 79° 89.04% 57.06%
HSB/HSV 79° 80.25% 95.29%
CMYK 25.10% 0.00% 80.25%
4.71%

Color #B6F330 in popluar number systems.

HEX B6 F3 30
Decimal 182 243 48
Binary 10110110 11110011 110000
Octal 266 363 60

Shades and tints

Shades of #B6F330

#B6F330
(182,243,48)
#A6DD2C
(166,221,44)
#96C728
(150,199,40)
#86B124
(134,177,36)
#769B20
(118,155,32)
#66851C
(102,133,28)
#566F18
(86,111,24)
#465914
(70,89,20)
#364310
(54,67,16)
#262D0C
(38,45,12)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #B6F330

#B6F330
(182,243,48)
#BCF442
(188,244,66)
#C2F554
(194,245,84)
#C8F666
(200,246,102)
#CEF778
(206,247,120)
#D4F88A
(212,248,138)
#DAF99C
(218,249,156)
#E0FAAE
(224,250,174)
#E6FBC0
(230,251,192)
#ECFCD2
(236,252,210)
#F2FDE4
(242,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F330 color. Also use rgb(182,243,48) instead hex code.

Text Font Color

.myTextColor { color: #B6F330; }

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

This text font color is #B6F330.

Background Color

.myBgColor { background-color: #B6F330; }

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

This div background color is #B6F330.

Border color

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

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

This div border color is #B6F330.

Opacity

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

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

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

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

This text has shadow with #B6F330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F330.

Preview

Color preview on black background

This text has color #B6F330 on black background.


Color preview on white background

This text has color #B6F330 on white background.


Black color preview on #B6F330 background

This text has black color on #B6F330 background.


White color preview on #B6F330 background

This text has white color on #B6F330 background.


Related colors

Complementary color

Complementary color for #hex is #490CCF.


I love getcolorcode.com

Triadic colors

1 #30B6F3 and #F330B6 with #B6F330 are triadic colors.

2 #30F3B6 and #F3B630 with #B6F330 are triadic colors.