COLOR #8CE441

HEX: #8CE441
RGB: (140,228,65)

Color info

#8CE441 contains mainly green color. Web safe color of #8CE441 is #99CC33 (or #9C3).

RGB color model

#8CE441 color RGB value is (140,228,65).

  • red value is 140;
  • green value is 228;
  • blue value is 65.
RGB:
(140,228,65)
(55%,89%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 228 of 255 = 89%
B 65 of 255 = 25%

140
228
65

R + G + B ~ 56%. #8CE441 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 228 + 65 = 433 (100%)
R 140 of 433 ~ 32.33%
G 228 of 433 ~ 52.66%
B 65 of 433 ~ 15.01%

%32.33
%52.66
%15.01

CMYK color model

#8CE441 color CMYK value is (39,0,71,11).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 10.59%
CMYK:
(39,0,71,11)
C39M0Y71K11 
(39%,0%,71%,11%)
(0.39/0.00/0.71/0.11)	

CMYK percentages

%38.6
%0
%71.49
%10.59

Codes

Color #8CE441 in popluar color models

8CE441
RGB14022865
HSL92°75.12%57.45%
HSB/HSV92°71.49%89.41%
CMYK38.60%0.00%71.49%
10.59%

Color #8CE441 in popluar number systems.

HEX8CE441
Decimal14022865
Binary10001100111001001000001
Octal214344101

Shades and tints

Shades of #8CE441

#8CE441
(140,228,65)
#80D03C
(128,208,60)
#74BC37
(116,188,55)
#68A832
(104,168,50)
#5C942D
(92,148,45)
#508028
(80,128,40)
#446C23
(68,108,35)
#38581E
(56,88,30)
#2C4419
(44,68,25)
#203014
(32,48,20)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #8CE441

#8CE441
(140,228,65)
#96E652
(150,230,82)
#A0E863
(160,232,99)
#AAEA74
(170,234,116)
#B4EC85
(180,236,133)
#BEEE96
(190,238,150)
#C8F0A7
(200,240,167)
#D2F2B8
(210,242,184)
#DCF4C9
(220,244,201)
#E6F6DA
(230,246,218)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE441 color. Also use rgb(140,228,65) instead hex code.

Text Font Color

.myTextColor { color: #8CE441; }

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

This text font color is #8CE441.


Background Color

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

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

This div background color is #8CE441.


Border color

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

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

This div border color is #8CE441.


Opacity

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

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

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

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

This text has shadow with #8CE441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE441 on black background.


Color preview on white background

This text has color #8CE441 on white background.



Black color preview on #8CE441 background

This text has black color on #8CE441 background.


White color preview on #8CE441 background

This text has white color on #8CE441 background.