COLOR #8CE442

HEX: #8CE442
RGB: (140,228,66)

Color info

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

RGB color model

#8CE442 color RGB value is (140,228,66).

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

RGB channels and saturation

R 140 of 255 = 55%
G 228 of 255 = 89%
B 66 of 255 = 26%

140
228
66

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

Portions of RGB colors in percentages

R + G + B =
140 + 228 + 66 = 434 (100%)
R 140 of 434 ~ 32.26%
G 228 of 434 ~ 52.53%
B 66 of 434 ~ 15.21%

%32.26
%52.53
%15.21

CMYK color model

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

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 71.05%
  • 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.05
%10.59

Codes

Color #8CE442 in popluar color models

8CE442
RGB14022866
HSL93°75.00%57.65%
HSB/HSV93°71.05%89.41%
CMYK38.60%0.00%71.05%
10.59%

Color #8CE442 in popluar number systems.

HEX8CE442
Decimal14022866
Binary10001100111001001000010
Octal214344102

Shades and tints

Shades of #8CE442

#8CE442
(140,228,66)
#80D03C
(128,208,60)
#74BC36
(116,188,54)
#68A830
(104,168,48)
#5C942A
(92,148,42)
#508024
(80,128,36)
#446C1E
(68,108,30)
#385818
(56,88,24)
#2C4412
(44,68,18)
#20300C
(32,48,12)
#141C06
(20,28,6)
#000000
(0,0,0)

Tints of #8CE442

#8CE442
(140,228,66)
#96E653
(150,230,83)
#A0E864
(160,232,100)
#AAEA75
(170,234,117)
#B4EC86
(180,236,134)
#BEEE97
(190,238,151)
#C8F0A8
(200,240,168)
#D2F2B9
(210,242,185)
#DCF4CA
(220,244,202)
#E6F6DB
(230,246,219)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE442; }

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

This text font color is #8CE442.


Background Color

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

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

This div background color is #8CE442.


Border color

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

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

This div border color is #8CE442.


Opacity

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

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

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

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

This text has shadow with #8CE442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE442 on black background.


Color preview on white background

This text has color #8CE442 on white background.



Black color preview on #8CE442 background

This text has black color on #8CE442 background.


White color preview on #8CE442 background

This text has white color on #8CE442 background.