COLOR #8DE64C

HEX: #8DE64C
RGB: (141,230,76)

Color info

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

RGB color model

#8DE64C color RGB value is (141,230,76).

  • red value is 141;
  • green value is 230;
  • blue value is 76.
RGB:
(141,230,76)
(55%,90%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 230 of 255 = 90%
B 76 of 255 = 30%

141
230
76

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

Portions of RGB colors in percentages

R + G + B =
141 + 230 + 76 = 447 (100%)
R 141 of 447 ~ 31.54%
G 230 of 447 ~ 51.45%
B 76 of 447 ~ 17%

%31.54
%51.45
%17

CMYK color model

#8DE64C color CMYK value is (39,0,67,10).

  • cyan value is 38.70%
  • magenta value is 0.00%
  • yellow value is 66.96%
  • key color value is 9.80%
CMYK:
(39,0,67,10)
C39M0Y67K10 
(39%,0%,67%,10%)
(0.39/0.00/0.67/0.10)	

CMYK percentages

%38.7
%0
%66.96
%9.8

Codes

Color #8DE64C in popluar color models

8DE64C
RGB14123076
HSL95°75.49%60.00%
HSB/HSV95°66.96%90.20%
CMYK38.70%0.00%66.96%
9.80%

Color #8DE64C in popluar number systems.

HEX8DE64C
Decimal14123076
Binary10001101111001101001100
Octal215346114

Shades and tints

Shades of #8DE64C

#8DE64C
(141,230,76)
#81D246
(129,210,70)
#75BE40
(117,190,64)
#69AA3A
(105,170,58)
#5D9634
(93,150,52)
#51822E
(81,130,46)
#456E28
(69,110,40)
#395A22
(57,90,34)
#2D461C
(45,70,28)
#213216
(33,50,22)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #8DE64C

#8DE64C
(141,230,76)
#97E85C
(151,232,92)
#A1EA6C
(161,234,108)
#ABEC7C
(171,236,124)
#B5EE8C
(181,238,140)
#BFF09C
(191,240,156)
#C9F2AC
(201,242,172)
#D3F4BC
(211,244,188)
#DDF6CC
(221,246,204)
#E7F8DC
(231,248,220)
#F1FAEC
(241,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE64C color. Also use rgb(141,230,76) instead hex code.

Text Font Color

.myTextColor { color: #8DE64C; }

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

This text font color is #8DE64C.


Background Color

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

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

This div background color is #8DE64C.


Border color

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

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

This div border color is #8DE64C.


Opacity

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

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

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

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

This text has shadow with #8DE64C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE64C on black background.


Color preview on white background

This text has color #8DE64C on white background.



Black color preview on #8DE64C background

This text has black color on #8DE64C background.


White color preview on #8DE64C background

This text has white color on #8DE64C background.