COLOR #B2E560

HEX: #B2E560
RGB: (178,229,96)

Color info

#B2E560 contains mainly red and green colors. Web safe color of #B2E560 is #99CC66 (or #9C6).

RGB color model

#B2E560 color RGB value is (178,229,96).

  • red value is 178;
  • green value is 229;
  • blue value is 96.
RGB:
(178,229,96)
(70%,90%,38%)

RGB channels and saturation

R 178 of 255 = 70%
G 229 of 255 = 90%
B 96 of 255 = 38%

178
229
96

R + G + B ~ 66%. #B2E560 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 229 + 96 = 503 (100%)
R 178 of 503 ~ 35.39%
G 229 of 503 ~ 45.53%
B 96 of 503 ~ 19.09%

%35.39
%45.53
%19.09

CMYK color model

#B2E560 color CMYK value is (22,0,58,10).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 58.08%
  • key color value is 10.20%
CMYK:
(22,0,58,10)
C22M0Y58K10 
(22%,0%,58%,10%)
(0.22/0.00/0.58/0.10)	

CMYK percentages

%22.27
%0
%58.08
%10.2

Codes

Color #B2E560 in popluar color models

B2E560
RGB17822996
HSL83°71.89%63.73%
HSB/HSV83°58.08%89.80%
CMYK22.27%0.00%58.08%
10.20%

Color #B2E560 in popluar number systems.

HEXB2E560
Decimal17822996
Binary10110010111001011100000
Octal262345140

Shades and tints

Shades of #B2E560

#B2E560
(178,229,96)
#A2D158
(162,209,88)
#92BD50
(146,189,80)
#82A948
(130,169,72)
#729540
(114,149,64)
#628138
(98,129,56)
#526D30
(82,109,48)
#425928
(66,89,40)
#324520
(50,69,32)
#223118
(34,49,24)
#121D10
(18,29,16)
#000000
(0,0,0)

Tints of #B2E560

#B2E560
(178,229,96)
#B9E76E
(185,231,110)
#C0E97C
(192,233,124)
#C7EB8A
(199,235,138)
#CEED98
(206,237,152)
#D5EFA6
(213,239,166)
#DCF1B4
(220,241,180)
#E3F3C2
(227,243,194)
#EAF5D0
(234,245,208)
#F1F7DE
(241,247,222)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E560 color. Also use rgb(178,229,96) instead hex code.

Text Font Color

.myTextColor { color: #B2E560; }

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

This text font color is #B2E560.


Background Color

.myBgColor { background-color: #B2E560; }

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

This div background color is #B2E560.


Border color

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

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

This div border color is #B2E560.


Opacity

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

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

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

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

This text has shadow with #B2E560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E560 on black background.


Color preview on white background

This text has color #B2E560 on white background.



Black color preview on #B2E560 background

This text has black color on #B2E560 background.


White color preview on #B2E560 background

This text has white color on #B2E560 background.