COLOR #B5EC4D

HEX: #B5EC4D RGB: (181,236,77)

Color info

#B5EC4D contains mainly red and green colors. Web safe color of #B5EC4D is #CCFF33 (or #CF3).

RGB color model

#B5EC4D color RGB value is (181,236,77).

RGB: (181,236,77) (71%, 93%, 30%)

RGB channels and saturation

R 181 of 255 = 71%
G 236 of 255 = 93%
B 77 of 255 = 30%

181
236
77

R + G + B ~ 65%. #B5EC4D is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 236 + 77 = 494 (100%)
R 181 of 494 ~ 36.64%
G 236 of 494 ~ 47.77%
B 77 of 494 ~ 15.59'%

%36.64
%47.77
%15.59

CMYK color model

#B5EC4D color CMYK value is (23,0,67,7).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 67.37%
  • key color value is 7.45%
CMYK: (23,0,67,7) C23M0Y67K7 (23%,0%,67%,7%) (0.23/0.00/0.67/0.07) 

CMYK percentages

%23.31
%0
%67.37
%7.45

Codes

Color #B5EC4D in popluar color models

B5 EC 4D
RGB 181 236 77
HSL 81° 80.71% 61.37%
HSB/HSV 81° 67.37% 92.55%
CMYK 23.31% 0.00% 67.37%
7.45%

Color #B5EC4D in popluar number systems.

HEX B5 EC 4D
Decimal 181 236 77
Binary 10110101 11101100 1001101
Octal 265 354 115

Shades and tints

Shades of #B5EC4D

#B5EC4D
(181,236,77)
#A5D746
(165,215,70)
#95C23F
(149,194,63)
#85AD38
(133,173,56)
#759831
(117,152,49)
#65832A
(101,131,42)
#556E23
(85,110,35)
#45591C
(69,89,28)
#354415
(53,68,21)
#252F0E
(37,47,14)
#151A07
(21,26,7)
#000000
(0,0,0)

Tints of #B5EC4D

#B5EC4D
(181,236,77)
#BBED5D
(187,237,93)
#C1EE6D
(193,238,109)
#C7EF7D
(199,239,125)
#CDF08D
(205,240,141)
#D3F19D
(211,241,157)
#D9F2AD
(217,242,173)
#DFF3BD
(223,243,189)
#E5F4CD
(229,244,205)
#EBF5DD
(235,245,221)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EC4D color. Also use rgb(181,236,77) instead hex code.

Text Font Color

.myTextColor { color: #B5EC4D; }

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

This text font color is #B5EC4D.

Background Color

.myBgColor { background-color: #B5EC4D; }

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

This div background color is #B5EC4D.

Border color

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

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

This div border color is #B5EC4D.

Opacity

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

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

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

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

This text has shadow with #B5EC4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EC4D.

Preview

Color preview on black background

This text has color #B5EC4D on black background.


Color preview on white background

This text has color #B5EC4D on white background.


Black color preview on #B5EC4D background

This text has black color on #B5EC4D background.


White color preview on #B5EC4D background

This text has white color on #B5EC4D background.


Related colors

Complementary color

Complementary color for #hex is #4A13B2.


I love getcolorcode.com

Triadic colors

1 #4DB5EC and #EC4DB5 with #B5EC4D are triadic colors.

2 #4DECB5 and #ECB54D with #B5EC4D are triadic colors.