COLOR #8BE58B

HEX: #8BE58B
RGB: (139,229,139)

Color info

#8BE58B contains mainly green color. Web safe color of #8BE58B is #99CC99 (or #9C9).

RGB color model

#8BE58B color RGB value is (139,229,139).

  • red value is 139;
  • green value is 229;
  • blue value is 139.
RGB:
(139,229,139)
(55%,90%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 229 of 255 = 90%
B 139 of 255 = 55%

139
229
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 229 + 139 = 507 (100%)
R 139 of 507 ~ 27.42%
G 229 of 507 ~ 45.17%
B 139 of 507 ~ 27.42%

%27.42
%45.17
%27.42

CMYK color model

#8BE58B color CMYK value is (39,0,39,10).

  • cyan value is 39.30%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 10.20%
CMYK:
(39,0,39,10)
C39M0Y39K10 
(39%,0%,39%,10%)
(0.39/0.00/0.39/0.10)	

CMYK percentages

%39.3
%0
%39.3
%10.2

Codes

Color #8BE58B in popluar color models

8BE58B
RGB139229139
HSL120°63.38%72.16%
HSB/HSV120°39.30%89.80%
CMYK39.30%0.00%39.30%
10.20%

Color #8BE58B in popluar number systems.

HEX8BE58B
Decimal139229139
Binary100010111110010110001011
Octal213345213

Shades and tints

Shades of #8BE58B

#8BE58B
(139,229,139)
#7FD17F
(127,209,127)
#73BD73
(115,189,115)
#67A967
(103,169,103)
#5B955B
(91,149,91)
#4F814F
(79,129,79)
#436D43
(67,109,67)
#375937
(55,89,55)
#2B452B
(43,69,43)
#1F311F
(31,49,31)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #8BE58B

#8BE58B
(139,229,139)
#95E795
(149,231,149)
#9FE99F
(159,233,159)
#A9EBA9
(169,235,169)
#B3EDB3
(179,237,179)
#BDEFBD
(189,239,189)
#C7F1C7
(199,241,199)
#D1F3D1
(209,243,209)
#DBF5DB
(219,245,219)
#E5F7E5
(229,247,229)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BE58B color. Also use rgb(139,229,139) instead hex code.

Text Font Color

.myTextColor { color: #8BE58B; }

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

This text font color is #8BE58B.


Background Color

.myBgColor { background-color: #8BE58B; }

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

This div background color is #8BE58B.


Border color

.myBorderColor { border: 1px solid #8BE58B; }

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

This div border color is #8BE58B.


Opacity

.myOpacity80 { color: #8BE58B; opacity: 0.8; }

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

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

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

This text has shadow with #8BE58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE58B on black background.


Color preview on white background

This text has color #8BE58B on white background.



Black color preview on #8BE58B background

This text has black color on #8BE58B background.


White color preview on #8BE58B background

This text has white color on #8BE58B background.