COLOR #8DE775

HEX: #8DE775
RGB: (141,231,117)

Color info

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

RGB color model

#8DE775 color RGB value is (141,231,117).

  • red value is 141;
  • green value is 231;
  • blue value is 117.
RGB:
(141,231,117)
(55%,91%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 231 of 255 = 91%
B 117 of 255 = 46%

141
231
117

R + G + B ~ 64%. #8DE775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 231 + 117 = 489 (100%)
R 141 of 489 ~ 28.83%
G 231 of 489 ~ 47.24%
B 117 of 489 ~ 23.93%

%28.83
%47.24
%23.93

CMYK color model

#8DE775 color CMYK value is (39,0,49,9).

  • cyan value is 38.96%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 9.41%
CMYK:
(39,0,49,9)
C39M0Y49K9 
(39%,0%,49%,9%)
(0.39/0.00/0.49/0.09)	

CMYK percentages

%38.96
%0
%49.35
%9.41

Codes

Color #8DE775 in popluar color models

8DE775
RGB141231117
HSL107°70.37%68.24%
HSB/HSV107°49.35%90.59%
CMYK38.96%0.00%49.35%
9.41%

Color #8DE775 in popluar number systems.

HEX8DE775
Decimal141231117
Binary10001101111001111110101
Octal215347165

Shades and tints

Shades of #8DE775

#8DE775
(141,231,117)
#81D26B
(129,210,107)
#75BD61
(117,189,97)
#69A857
(105,168,87)
#5D934D
(93,147,77)
#517E43
(81,126,67)
#456939
(69,105,57)
#39542F
(57,84,47)
#2D3F25
(45,63,37)
#212A1B
(33,42,27)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DE775

#8DE775
(141,231,117)
#97E981
(151,233,129)
#A1EB8D
(161,235,141)
#ABED99
(171,237,153)
#B5EFA5
(181,239,165)
#BFF1B1
(191,241,177)
#C9F3BD
(201,243,189)
#D3F5C9
(211,245,201)
#DDF7D5
(221,247,213)
#E7F9E1
(231,249,225)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE775 color. Also use rgb(141,231,117) instead hex code.

Text Font Color

.myTextColor { color: #8DE775; }

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

This text font color is #8DE775.


Background Color

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

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

This div background color is #8DE775.


Border color

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

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

This div border color is #8DE775.


Opacity

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

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

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

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

This text has shadow with #8DE775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE775 on black background.


Color preview on white background

This text has color #8DE775 on white background.



Black color preview on #8DE775 background

This text has black color on #8DE775 background.


White color preview on #8DE775 background

This text has white color on #8DE775 background.