COLOR #8EE461

HEX: #8EE461
RGB: (142,228,97)

Color info

#8EE461 contains mainly green color. Web safe color of #8EE461 is #99CC66 (or #9C6).

RGB color model

#8EE461 color RGB value is (142,228,97).

  • red value is 142;
  • green value is 228;
  • blue value is 97.
RGB:
(142,228,97)
(56%,89%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 228 of 255 = 89%
B 97 of 255 = 38%

142
228
97

R + G + B ~ 61%. #8EE461 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 228 + 97 = 467 (100%)
R 142 of 467 ~ 30.41%
G 228 of 467 ~ 48.82%
B 97 of 467 ~ 20.77%

%30.41
%48.82
%20.77

CMYK color model

#8EE461 color CMYK value is (38,0,57,11).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 57.46%
  • key color value is 10.59%
CMYK:
(38,0,57,11)
C38M0Y57K11 
(38%,0%,57%,11%)
(0.38/0.00/0.57/0.11)	

CMYK percentages

%37.72
%0
%57.46
%10.59

Codes

Color #8EE461 in popluar color models

8EE461
RGB14222897
HSL99°70.81%63.73%
HSB/HSV99°57.46%89.41%
CMYK37.72%0.00%57.46%
10.59%

Color #8EE461 in popluar number systems.

HEX8EE461
Decimal14222897
Binary10001110111001001100001
Octal216344141

Shades and tints

Shades of #8EE461

#8EE461
(142,228,97)
#82D059
(130,208,89)
#76BC51
(118,188,81)
#6AA849
(106,168,73)
#5E9441
(94,148,65)
#528039
(82,128,57)
#466C31
(70,108,49)
#3A5829
(58,88,41)
#2E4421
(46,68,33)
#223019
(34,48,25)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #8EE461

#8EE461
(142,228,97)
#98E66F
(152,230,111)
#A2E87D
(162,232,125)
#ACEA8B
(172,234,139)
#B6EC99
(182,236,153)
#C0EEA7
(192,238,167)
#CAF0B5
(202,240,181)
#D4F2C3
(212,242,195)
#DEF4D1
(222,244,209)
#E8F6DF
(232,246,223)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE461 color. Also use rgb(142,228,97) instead hex code.

Text Font Color

.myTextColor { color: #8EE461; }

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

This text font color is #8EE461.


Background Color

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

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

This div background color is #8EE461.


Border color

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

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

This div border color is #8EE461.


Opacity

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

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

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

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

This text has shadow with #8EE461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE461 on black background.


Color preview on white background

This text has color #8EE461 on white background.



Black color preview on #8EE461 background

This text has black color on #8EE461 background.


White color preview on #8EE461 background

This text has white color on #8EE461 background.