COLOR #B5F830

HEX: #B5F830
RGB: (181,248,48)

Color info

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

RGB color model

#B5F830 color RGB value is (181,248,48).

  • red value is 181;
  • green value is 248;
  • blue value is 48.
RGB:
(181,248,48)
(71%,97%,19%)

RGB channels and saturation

R 181 of 255 = 71%
G 248 of 255 = 97%
B 48 of 255 = 19%

181
248
48

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

Portions of RGB colors in percentages

R + G + B =
181 + 248 + 48 = 477 (100%)
R 181 of 477 ~ 37.95%
G 248 of 477 ~ 51.99%
B 48 of 477 ~ 10.06%

%37.95
%51.99
%10.06

CMYK color model

#B5F830 color CMYK value is (27,0,81,3).

  • cyan value is 27.02%
  • magenta value is 0.00%
  • yellow value is 80.65%
  • key color value is 2.75%
CMYK:
(27,0,81,3)
C27M0Y81K3 
(27%,0%,81%,3%)
(0.27/0.00/0.81/0.03)	

CMYK percentages

%27.02
%0
%80.65
%2.75

Codes

Color #B5F830 in popluar color models

B5F830
RGB18124848
HSL80°93.46%58.04%
HSB/HSV80°80.65%97.25%
CMYK27.02%0.00%80.65%
2.75%

Color #B5F830 in popluar number systems.

HEXB5F830
Decimal18124848
Binary1011010111111000110000
Octal26537060

Shades and tints

Shades of #B5F830

#B5F830
(181,248,48)
#A5E22C
(165,226,44)
#95CC28
(149,204,40)
#85B624
(133,182,36)
#75A020
(117,160,32)
#658A1C
(101,138,28)
#557418
(85,116,24)
#455E14
(69,94,20)
#354810
(53,72,16)
#25320C
(37,50,12)
#151C08
(21,28,8)
#000000
(0,0,0)

Tints of #B5F830

#B5F830
(181,248,48)
#BBF842
(187,248,66)
#C1F854
(193,248,84)
#C7F866
(199,248,102)
#CDF878
(205,248,120)
#D3F88A
(211,248,138)
#D9F89C
(217,248,156)
#DFF8AE
(223,248,174)
#E5F8C0
(229,248,192)
#EBF8D2
(235,248,210)
#F1F8E4
(241,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F830 color. Also use rgb(181,248,48) instead hex code.

Text Font Color

.myTextColor { color: #B5F830; }

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

This text font color is #B5F830.


Background Color

.myBgColor { background-color: #B5F830; }

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

This div background color is #B5F830.


Border color

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

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

This div border color is #B5F830.


Opacity

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

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

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

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

This text has shadow with #B5F830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F830 on black background.


Color preview on white background

This text has color #B5F830 on white background.



Black color preview on #B5F830 background

This text has black color on #B5F830 background.


White color preview on #B5F830 background

This text has white color on #B5F830 background.