COLOR #B2EA65

HEX: #B2EA65 RGB: (178,234,101)

Color info

#B2EA65 contains mainly red and green colors. Web safe color of #B2EA65 is #99FF66 (or #9F6).

RGB color model

#B2EA65 color RGB value is (178,234,101).

RGB: (178,234,101) (70%, 92%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 234 of 255 = 92%
B 101 of 255 = 40%

178
234
101

R + G + B ~ 67%. #B2EA65 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 234 + 101 = 513 (100%)
R 178 of 513 ~ 34.7%
G 234 of 513 ~ 45.61%
B 101 of 513 ~ 19.69'%

%34.7
%45.61
%19.69

CMYK color model

#B2EA65 color CMYK value is (24,0,57,8).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 8.24%

CMYK: (24,0,57,8)
C24M0Y57K8 (24%, 0%, 57%, 8%)
(0.24 / 0.00 / 0.57 / 0.08)

CMYK percentages

%23.93
%0
%56.84
%8.24

Codes

Color #B2EA65 in popluar color models

B2 EA 65
RGB 178 234 101
HSL 85° 76.00% 65.69%
HSB/HSV 85° 56.84% 91.76%
CMYK 23.93% 0.00% 56.84%
8.24%

Color #B2EA65 in popluar number systems.

HEX B2 EA 65
Decimal 178 234 101
Binary 10110010 11101010 1100101
Octal 262 352 145

Shades and tints

Shades of #B2EA65

#B2EA65
(178,234,101)
#A2D55C
(162,213,92)
#92C053
(146,192,83)
#82AB4A
(130,171,74)
#729641
(114,150,65)
#628138
(98,129,56)
#526C2F
(82,108,47)
#425726
(66,87,38)
#32421D
(50,66,29)
#222D14
(34,45,20)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #B2EA65

#B2EA65
(178,234,101)
#B9EB73
(185,235,115)
#C0EC81
(192,236,129)
#C7ED8F
(199,237,143)
#CEEE9D
(206,238,157)
#D5EFAB
(213,239,171)
#DCF0B9
(220,240,185)
#E3F1C7
(227,241,199)
#EAF2D5
(234,242,213)
#F1F3E3
(241,243,227)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EA65 color. Also use rgb(178,234,101) instead hex code.

Text Font Color

.myTextColor { color: #B2EA65; }

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

This text font color is #B2EA65.

Background Color

.myBgColor { background-color: #B2EA65; }

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

This div background color is #B2EA65.

Border color

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

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

This div border color is #B2EA65.

Opacity

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

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

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

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

This text has shadow with #B2EA65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EA65.

Preview

Color preview on black background

This text has color #B2EA65 on black background.


Color preview on white background

This text has color #B2EA65 on white background.


Black color preview on #B2EA65 background

This text has black color on #B2EA65 background.


White color preview on #B2EA65 background

This text has white color on #B2EA65 background.


Related colors

Complementary color

Complementary color for #hex is #4D159A.


I love getcolorcode.com

Triadic colors

1 #65B2EA and #EA65B2 with #B2EA65 are triadic colors.

2 #65EAB2 and #EAB265 with #B2EA65 are triadic colors.