COLOR #B5E250

HEX: #B5E250 RGB: (181,226,80)

Color info

#B5E250 contains mainly red and green colors. Web safe color of #B5E250 is #CCCC66 (or #CC6).

RGB color model

#B5E250 color RGB value is (181,226,80).

RGB: (181,226,80) (71%, 89%, 31%)

RGB channels and saturation

R 181 of 255 = 71%
G 226 of 255 = 89%
B 80 of 255 = 31%

181
226
80

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

Portions of RGB colors in percentages

R + G + B = 181 + 226 + 80 = 487 (100%)
R 181 of 487 ~ 37.17%
G 226 of 487 ~ 46.41%
B 80 of 487 ~ 16.43'%

%37.17
%46.41
%16.43

CMYK color model

#B5E250 color CMYK value is (20,0,65,11).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 64.60%
  • key color value is 11.37%

CMYK: (20,0,65,11)
C20M0Y65K11 (20%, 0%, 65%, 11%)
(0.20 / 0.00 / 0.65 / 0.11)

CMYK percentages

%19.91
%0
%64.6
%11.37

Codes

Color #B5E250 in popluar color models

B5 E2 50
RGB 181 226 80
HSL 78° 71.57% 60.00%
HSB/HSV 78° 64.60% 88.63%
CMYK 19.91% 0.00% 64.60%
11.37%

Color #B5E250 in popluar number systems.

HEX B5 E2 50
Decimal 181 226 80
Binary 10110101 11100010 1010000
Octal 265 342 120

Shades and tints

Shades of #B5E250

#B5E250
(181,226,80)
#A5CE49
(165,206,73)
#95BA42
(149,186,66)
#85A63B
(133,166,59)
#759234
(117,146,52)
#657E2D
(101,126,45)
#556A26
(85,106,38)
#45561F
(69,86,31)
#354218
(53,66,24)
#252E11
(37,46,17)
#151A0A
(21,26,10)
#000000
(0,0,0)

Tints of #B5E250

#B5E250
(181,226,80)
#BBE45F
(187,228,95)
#C1E66E
(193,230,110)
#C7E87D
(199,232,125)
#CDEA8C
(205,234,140)
#D3EC9B
(211,236,155)
#D9EEAA
(217,238,170)
#DFF0B9
(223,240,185)
#E5F2C8
(229,242,200)
#EBF4D7
(235,244,215)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E250 color. Also use rgb(181,226,80) instead hex code.

Text Font Color

.myTextColor { color: #B5E250; }

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

This text font color is #B5E250.

Background Color

.myBgColor { background-color: #B5E250; }

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

This div background color is #B5E250.

Border color

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

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

This div border color is #B5E250.

Opacity

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

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

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

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

This text has shadow with #B5E250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E250.

Preview

Color preview on black background

This text has color #B5E250 on black background.


Color preview on white background

This text has color #B5E250 on white background.


Black color preview on #B5E250 background

This text has black color on #B5E250 background.


White color preview on #B5E250 background

This text has white color on #B5E250 background.


Related colors

Complementary color

Complementary color for #hex is #4A1DAF.


I love getcolorcode.com

Triadic colors

1 #50B5E2 and #E250B5 with #B5E250 are triadic colors.

2 #50E2B5 and #E2B550 with #B5E250 are triadic colors.