COLOR #8BE58D

HEX: #8BE58D
RGB: (139,229,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
229
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 229 + 141 = 509 (100%)
R 139 of 509 ~ 27.31%
G 229 of 509 ~ 44.99%
B 141 of 509 ~ 27.7%

%27.31
%44.99
%27.7

CMYK color model

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

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

CMYK percentages

%39.3
%0
%38.43
%10.2

Codes

Color #8BE58D in popluar color models

8BE58D
RGB139229141
HSL121°63.38%72.16%
HSB/HSV121°39.30%89.80%
CMYK39.30%0.00%38.43%
10.20%

Color #8BE58D in popluar number systems.

HEX8BE58D
Decimal139229141
Binary100010111110010110001101
Octal213345215

Shades and tints

Shades of #8BE58D

#8BE58D
(139,229,141)
#7FD181
(127,209,129)
#73BD75
(115,189,117)
#67A969
(103,169,105)
#5B955D
(91,149,93)
#4F8151
(79,129,81)
#436D45
(67,109,69)
#375939
(55,89,57)
#2B452D
(43,69,45)
#1F3121
(31,49,33)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #8BE58D

#8BE58D
(139,229,141)
#95E797
(149,231,151)
#9FE9A1
(159,233,161)
#A9EBAB
(169,235,171)
#B3EDB5
(179,237,181)
#BDEFBF
(189,239,191)
#C7F1C9
(199,241,201)
#D1F3D3
(209,243,211)
#DBF5DD
(219,245,221)
#E5F7E7
(229,247,231)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE58D; }

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

This text font color is #8BE58D.


Background Color

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

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

This div background color is #8BE58D.


Border color

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

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

This div border color is #8BE58D.


Opacity

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

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

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

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

This text has shadow with #8BE58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE58D on black background.


Color preview on white background

This text has color #8BE58D on white background.



Black color preview on #8BE58D background

This text has black color on #8BE58D background.


White color preview on #8BE58D background

This text has white color on #8BE58D background.