COLOR #8CE85D

HEX: #8CE85D
RGB: (140,232,93)

Color info

#8CE85D contains mainly green color. Web safe color of #8CE85D is #99FF66 (or #9F6).

RGB color model

#8CE85D color RGB value is (140,232,93).

  • red value is 140;
  • green value is 232;
  • blue value is 93.
RGB:
(140,232,93)
(55%,91%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 232 of 255 = 91%
B 93 of 255 = 36%

140
232
93

R + G + B ~ 61%. #8CE85D is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 93 = 465 (100%)
R 140 of 465 ~ 30.11%
G 232 of 465 ~ 49.89%
B 93 of 465 ~ 20%

%30.11
%49.89
%20

CMYK color model

#8CE85D color CMYK value is (40,0,60,9).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(40,0,60,9)
C40M0Y60K9 
(40%,0%,60%,9%)
(0.40/0.00/0.60/0.09)	

CMYK percentages

%39.66
%0
%59.91
%9.02

Codes

Color #8CE85D in popluar color models

8CE85D
RGB14023293
HSL100°75.14%63.73%
HSB/HSV100°59.91%90.98%
CMYK39.66%0.00%59.91%
9.02%

Color #8CE85D in popluar number systems.

HEX8CE85D
Decimal14023293
Binary10001100111010001011101
Octal214350135

Shades and tints

Shades of #8CE85D

#8CE85D
(140,232,93)
#80D355
(128,211,85)
#74BE4D
(116,190,77)
#68A945
(104,169,69)
#5C943D
(92,148,61)
#507F35
(80,127,53)
#446A2D
(68,106,45)
#385525
(56,85,37)
#2C401D
(44,64,29)
#202B15
(32,43,21)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8CE85D

#8CE85D
(140,232,93)
#96EA6B
(150,234,107)
#A0EC79
(160,236,121)
#AAEE87
(170,238,135)
#B4F095
(180,240,149)
#BEF2A3
(190,242,163)
#C8F4B1
(200,244,177)
#D2F6BF
(210,246,191)
#DCF8CD
(220,248,205)
#E6FADB
(230,250,219)
#F0FCE9
(240,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE85D color. Also use rgb(140,232,93) instead hex code.

Text Font Color

.myTextColor { color: #8CE85D; }

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

This text font color is #8CE85D.


Background Color

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

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

This div background color is #8CE85D.


Border color

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

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

This div border color is #8CE85D.


Opacity

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

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

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

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

This text has shadow with #8CE85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE85D on black background.


Color preview on white background

This text has color #8CE85D on white background.



Black color preview on #8CE85D background

This text has black color on #8CE85D background.


White color preview on #8CE85D background

This text has white color on #8CE85D background.