COLOR #B0E380

HEX: #B0E380 RGB: (176,227,128)

Color info

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

RGB color model

#B0E380 color RGB value is (176,227,128).

RGB: (176,227,128) (69%, 89%, 50%)

RGB channels and saturation

R 176 of 255 = 69%
G 227 of 255 = 89%
B 128 of 255 = 50%

176
227
128

R + G + B ~ 69%. #B0E380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 227 + 128 = 531 (100%)
R 176 of 531 ~ 33.15%
G 227 of 531 ~ 42.75%
B 128 of 531 ~ 24.11'%

%33.15
%42.75
%24.11

CMYK color model

#B0E380 color CMYK value is (22,0,44,11).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 43.61%
  • key color value is 10.98%

CMYK: (22,0,44,11)
C22M0Y44K11 (22%, 0%, 44%, 11%)
(0.22 / 0.00 / 0.44 / 0.11)

CMYK percentages

%22.47
%0
%43.61
%10.98

Codes

Color #B0E380 in popluar color models

B0 E3 80
RGB 176 227 128
HSL 91° 63.87% 69.61%
HSB/HSV 91° 43.61% 89.02%
CMYK 22.47% 0.00% 43.61%
10.98%

Color #B0E380 in popluar number systems.

HEX B0 E3 80
Decimal 176 227 128
Binary 10110000 11100011 10000000
Octal 260 343 200

Shades and tints

Shades of #B0E380

#B0E380
(176,227,128)
#A0CF75
(160,207,117)
#90BB6A
(144,187,106)
#80A75F
(128,167,95)
#709354
(112,147,84)
#607F49
(96,127,73)
#506B3E
(80,107,62)
#405733
(64,87,51)
#304328
(48,67,40)
#202F1D
(32,47,29)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #B0E380

#B0E380
(176,227,128)
#B7E58B
(183,229,139)
#BEE796
(190,231,150)
#C5E9A1
(197,233,161)
#CCEBAC
(204,235,172)
#D3EDB7
(211,237,183)
#DAEFC2
(218,239,194)
#E1F1CD
(225,241,205)
#E8F3D8
(232,243,216)
#EFF5E3
(239,245,227)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E380 color. Also use rgb(176,227,128) instead hex code.

Text Font Color

.myTextColor { color: #B0E380; }

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

This text font color is #B0E380.

Background Color

.myBgColor { background-color: #B0E380; }

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

This div background color is #B0E380.

Border color

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

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

This div border color is #B0E380.

Opacity

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

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

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

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

This text has shadow with #B0E380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E380.

Preview

Color preview on black background

This text has color #B0E380 on black background.


Color preview on white background

This text has color #B0E380 on white background.


Black color preview on #B0E380 background

This text has black color on #B0E380 background.


White color preview on #B0E380 background

This text has white color on #B0E380 background.


Related colors

Complementary color

Complementary color for #hex is #4F1C7F.


I love getcolorcode.com

Triadic colors

1 #80B0E3 and #E380B0 with #B0E380 are triadic colors.

2 #80E3B0 and #E3B080 with #B0E380 are triadic colors.