COLOR #8EE374

HEX: #8EE374 RGB: (142,227,116)

Color info

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

RGB color model

#8EE374 color RGB value is (142,227,116).

RGB: (142,227,116) (56%, 89%, 45%)

RGB channels and saturation

R 142 of 255 = 56%
G 227 of 255 = 89%
B 116 of 255 = 45%

142
227
116

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

Portions of RGB colors in percentages

R + G + B = 142 + 227 + 116 = 485 (100%)
R 142 of 485 ~ 29.28%
G 227 of 485 ~ 46.8%
B 116 of 485 ~ 23.92'%

%29.28
%46.8
%23.92

CMYK color model

#8EE374 color CMYK value is (37,0,49,11).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 10.98%
CMYK: (37,0,49,11) C37M0Y49K11 (37%,0%,49%,11%) (0.37/0.00/0.49/0.11) 

CMYK percentages

%37.44
%0
%48.9
%10.98

Codes

Color #8EE374 in popluar color models

8E E3 74
RGB 142 227 116
HSL 106° 66.47% 67.25%
HSB/HSV 106° 48.90% 89.02%
CMYK 37.44% 0.00% 48.90%
10.98%

Color #8EE374 in popluar number systems.

HEX 8E E3 74
Decimal 142 227 116
Binary 10001110 11100011 1110100
Octal 216 343 164

Shades and tints

Shades of #8EE374

#8EE374
(142,227,116)
#82CF6A
(130,207,106)
#76BB60
(118,187,96)
#6AA756
(106,167,86)
#5E934C
(94,147,76)
#527F42
(82,127,66)
#466B38
(70,107,56)
#3A572E
(58,87,46)
#2E4324
(46,67,36)
#222F1A
(34,47,26)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #8EE374

#8EE374
(142,227,116)
#98E580
(152,229,128)
#A2E78C
(162,231,140)
#ACE998
(172,233,152)
#B6EBA4
(182,235,164)
#C0EDB0
(192,237,176)
#CAEFBC
(202,239,188)
#D4F1C8
(212,241,200)
#DEF3D4
(222,243,212)
#E8F5E0
(232,245,224)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE374 color. Also use rgb(142,227,116) instead hex code.

Text Font Color

.myTextColor { color: #8EE374; }

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

This text font color is #8EE374.

Background Color

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

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

This div background color is #8EE374.

Border color

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

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

This div border color is #8EE374.

Opacity

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

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

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

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

This text has shadow with #8EE374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EE374.

Preview

Color preview on black background

This text has color #8EE374 on black background.


Color preview on white background

This text has color #8EE374 on white background.


Black color preview on #8EE374 background

This text has black color on #8EE374 background.


White color preview on #8EE374 background

This text has white color on #8EE374 background.


Related colors

Complementary color

Complementary color for #hex is #711C8B.


I love getcolorcode.com

Triadic colors

1 #748EE3 and #E3748E with #8EE374 are triadic colors.

2 #74E38E and #E38E74 with #8EE374 are triadic colors.