COLOR #8CEF65

HEX: #8CEF65
RGB: (140,239,101)

Color info

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

RGB color model

#8CEF65 color RGB value is (140,239,101).

  • red value is 140;
  • green value is 239;
  • blue value is 101.
RGB:
(140,239,101)
(55%,94%,40%)

RGB channels and saturation

R 140 of 255 = 55%
G 239 of 255 = 94%
B 101 of 255 = 40%

140
239
101

R + G + B ~ 63%. #8CEF65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 239 + 101 = 480 (100%)
R 140 of 480 ~ 29.17%
G 239 of 480 ~ 49.79%
B 101 of 480 ~ 21.04%

%29.17
%49.79
%21.04

CMYK color model

#8CEF65 color CMYK value is (41,0,58,6).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 57.74%
  • key color value is 6.27%
CMYK:
(41,0,58,6)
C41M0Y58K6 
(41%,0%,58%,6%)
(0.41/0.00/0.58/0.06)	

CMYK percentages

%41.42
%0
%57.74
%6.27

Codes

Color #8CEF65 in popluar color models

8CEF65
RGB140239101
HSL103°81.18%66.67%
HSB/HSV103°57.74%93.73%
CMYK41.42%0.00%57.74%
6.27%

Color #8CEF65 in popluar number systems.

HEX8CEF65
Decimal140239101
Binary10001100111011111100101
Octal214357145

Shades and tints

Shades of #8CEF65

#8CEF65
(140,239,101)
#80DA5C
(128,218,92)
#74C553
(116,197,83)
#68B04A
(104,176,74)
#5C9B41
(92,155,65)
#508638
(80,134,56)
#44712F
(68,113,47)
#385C26
(56,92,38)
#2C471D
(44,71,29)
#203214
(32,50,20)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #8CEF65

#8CEF65
(140,239,101)
#96F073
(150,240,115)
#A0F181
(160,241,129)
#AAF28F
(170,242,143)
#B4F39D
(180,243,157)
#BEF4AB
(190,244,171)
#C8F5B9
(200,245,185)
#D2F6C7
(210,246,199)
#DCF7D5
(220,247,213)
#E6F8E3
(230,248,227)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CEF65 color. Also use rgb(140,239,101) instead hex code.

Text Font Color

.myTextColor { color: #8CEF65; }

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

This text font color is #8CEF65.


Background Color

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

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

This div background color is #8CEF65.


Border color

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

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

This div border color is #8CEF65.


Opacity

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

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

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

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

This text has shadow with #8CEF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CEF65 on black background.


Color preview on white background

This text has color #8CEF65 on white background.



Black color preview on #8CEF65 background

This text has black color on #8CEF65 background.


White color preview on #8CEF65 background

This text has white color on #8CEF65 background.