COLOR #B0E78E

HEX: #B0E78E RGB: (176,231,142)

Color info

#B0E78E contains mainly red and green colors. Web safe color of #B0E78E is #99FF99 (or #9F9).

RGB color model

#B0E78E color RGB value is (176,231,142).

RGB: (176,231,142) (69%, 91%, 56%)

RGB channels and saturation

R 176 of 255 = 69%
G 231 of 255 = 91%
B 142 of 255 = 56%

176
231
142

R + G + B ~ 72%. #B0E78E is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 231 + 142 = 549 (100%)
R 176 of 549 ~ 32.06%
G 231 of 549 ~ 42.08%
B 142 of 549 ~ 25.87'%

%32.06
%42.08
%25.87

CMYK color model

#B0E78E color CMYK value is (24,0,39,9).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 38.53%
  • key color value is 9.41%

CMYK: (24,0,39,9)
C24M0Y39K9 (24%, 0%, 39%, 9%)
(0.24 / 0.00 / 0.39 / 0.09)

CMYK percentages

%23.81
%0
%38.53
%9.41

Codes

Color #B0E78E in popluar color models

B0 E7 8E
RGB 176 231 142
HSL 97° 64.96% 73.14%
HSB/HSV 97° 38.53% 90.59%
CMYK 23.81% 0.00% 38.53%
9.41%

Color #B0E78E in popluar number systems.

HEX B0 E7 8E
Decimal 176 231 142
Binary 10110000 11100111 10001110
Octal 260 347 216

Shades and tints

Shades of #B0E78E

#B0E78E
(176,231,142)
#A0D282
(160,210,130)
#90BD76
(144,189,118)
#80A86A
(128,168,106)
#70935E
(112,147,94)
#607E52
(96,126,82)
#506946
(80,105,70)
#40543A
(64,84,58)
#303F2E
(48,63,46)
#202A22
(32,42,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B0E78E

#B0E78E
(176,231,142)
#B7E998
(183,233,152)
#BEEBA2
(190,235,162)
#C5EDAC
(197,237,172)
#CCEFB6
(204,239,182)
#D3F1C0
(211,241,192)
#DAF3CA
(218,243,202)
#E1F5D4
(225,245,212)
#E8F7DE
(232,247,222)
#EFF9E8
(239,249,232)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E78E color. Also use rgb(176,231,142) instead hex code.

Text Font Color

.myTextColor { color: #B0E78E; }

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

This text font color is #B0E78E.

Background Color

.myBgColor { background-color: #B0E78E; }

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

This div background color is #B0E78E.

Border color

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

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

This div border color is #B0E78E.

Opacity

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

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

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

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

This text has shadow with #B0E78E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E78E.

Preview

Color preview on black background

This text has color #B0E78E on black background.


Color preview on white background

This text has color #B0E78E on white background.


Black color preview on #B0E78E background

This text has black color on #B0E78E background.


White color preview on #B0E78E background

This text has white color on #B0E78E background.


Related colors

Complementary color

Complementary color for #hex is #4F1871.


I love getcolorcode.com

Triadic colors

1 #8EB0E7 and #E78EB0 with #B0E78E are triadic colors.

2 #8EE7B0 and #E7B08E with #B0E78E are triadic colors.