COLOR #B5EA69

HEX: #B5EA69 RGB: (181,234,105)

Color info

#B5EA69 contains mainly red and green colors. Web safe color of #B5EA69 is #CCFF66 (or #CF6).

RGB color model

#B5EA69 color RGB value is (181,234,105).

RGB: (181,234,105) (71%, 92%, 41%)

RGB channels and saturation

R 181 of 255 = 71%
G 234 of 255 = 92%
B 105 of 255 = 41%

181
234
105

R + G + B ~ 68%. #B5EA69 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 234 + 105 = 520 (100%)
R 181 of 520 ~ 34.81%
G 234 of 520 ~ 45%
B 105 of 520 ~ 20.19'%

%34.81
%45
%20.19

CMYK color model

#B5EA69 color CMYK value is (23,0,55,8).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 55.13%
  • key color value is 8.24%

CMYK: (23,0,55,8)
C23M0Y55K8 (23%, 0%, 55%, 8%)
(0.23 / 0.00 / 0.55 / 0.08)

CMYK percentages

%22.65
%0
%55.13
%8.24

Codes

Color #B5EA69 in popluar color models

B5 EA 69
RGB 181 234 105
HSL 85° 75.44% 66.47%
HSB/HSV 85° 55.13% 91.76%
CMYK 22.65% 0.00% 55.13%
8.24%

Color #B5EA69 in popluar number systems.

HEX B5 EA 69
Decimal 181 234 105
Binary 10110101 11101010 1101001
Octal 265 352 151

Shades and tints

Shades of #B5EA69

#B5EA69
(181,234,105)
#A5D560
(165,213,96)
#95C057
(149,192,87)
#85AB4E
(133,171,78)
#759645
(117,150,69)
#65813C
(101,129,60)
#556C33
(85,108,51)
#45572A
(69,87,42)
#354221
(53,66,33)
#252D18
(37,45,24)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #B5EA69

#B5EA69
(181,234,105)
#BBEB76
(187,235,118)
#C1EC83
(193,236,131)
#C7ED90
(199,237,144)
#CDEE9D
(205,238,157)
#D3EFAA
(211,239,170)
#D9F0B7
(217,240,183)
#DFF1C4
(223,241,196)
#E5F2D1
(229,242,209)
#EBF3DE
(235,243,222)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EA69 color. Also use rgb(181,234,105) instead hex code.

Text Font Color

.myTextColor { color: #B5EA69; }

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

This text font color is #B5EA69.

Background Color

.myBgColor { background-color: #B5EA69; }

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

This div background color is #B5EA69.

Border color

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

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

This div border color is #B5EA69.

Opacity

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

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

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

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

This text has shadow with #B5EA69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EA69.

Preview

Color preview on black background

This text has color #B5EA69 on black background.


Color preview on white background

This text has color #B5EA69 on white background.


Black color preview on #B5EA69 background

This text has black color on #B5EA69 background.


White color preview on #B5EA69 background

This text has white color on #B5EA69 background.


Related colors

Complementary color

Complementary color for #hex is #4A1596.


I love getcolorcode.com

Triadic colors

1 #69B5EA and #EA69B5 with #B5EA69 are triadic colors.

2 #69EAB5 and #EAB569 with #B5EA69 are triadic colors.