COLOR #8ED574

HEX: #8ED574 RGB: (142,213,116)

Color info

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

RGB color model

#8ED574 color RGB value is (142,213,116).

RGB: (142,213,116) (56%, 84%, 45%)

RGB channels and saturation

R 142 of 255 = 56%
G 213 of 255 = 84%
B 116 of 255 = 45%

142
213
116

R + G + B ~ 62%. #8ED574 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 213 + 116 = 471 (100%)
R 142 of 471 ~ 30.15%
G 213 of 471 ~ 45.22%
B 116 of 471 ~ 24.63'%

%30.15
%45.22
%24.63

CMYK color model

#8ED574 color CMYK value is (33,0,46,16).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 16.47%

CMYK: (33,0,46,16)
C33M0Y46K16 (33%, 0%, 46%, 16%)
(0.33 / 0.00 / 0.46 / 0.16)

CMYK percentages

%33.33
%0
%45.54
%16.47

Codes

Color #8ED574 in popluar color models

8E D5 74
RGB 142 213 116
HSL 104° 53.59% 64.51%
HSB/HSV 104° 45.54% 83.53%
CMYK 33.33% 0.00% 45.54%
16.47%

Color #8ED574 in popluar number systems.

HEX 8E D5 74
Decimal 142 213 116
Binary 10001110 11010101 1110100
Octal 216 325 164

Shades and tints

Shades of #8ED574

#8ED574
(142,213,116)
#82C26A
(130,194,106)
#76AF60
(118,175,96)
#6A9C56
(106,156,86)
#5E894C
(94,137,76)
#527642
(82,118,66)
#466338
(70,99,56)
#3A502E
(58,80,46)
#2E3D24
(46,61,36)
#222A1A
(34,42,26)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #8ED574

#8ED574
(142,213,116)
#98D880
(152,216,128)
#A2DB8C
(162,219,140)
#ACDE98
(172,222,152)
#B6E1A4
(182,225,164)
#C0E4B0
(192,228,176)
#CAE7BC
(202,231,188)
#D4EAC8
(212,234,200)
#DEEDD4
(222,237,212)
#E8F0E0
(232,240,224)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ED574; }

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

This text font color is #8ED574.

Background Color

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

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

This div background color is #8ED574.

Border color

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

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

This div border color is #8ED574.

Opacity

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

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

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

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

This text has shadow with #8ED574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ED574.

Preview

Color preview on black background

This text has color #8ED574 on black background.


Color preview on white background

This text has color #8ED574 on white background.


Black color preview on #8ED574 background

This text has black color on #8ED574 background.


White color preview on #8ED574 background

This text has white color on #8ED574 background.


Related colors

Complementary color

Complementary color for #hex is #712A8B.


I love getcolorcode.com

Triadic colors

1 #748ED5 and #D5748E with #8ED574 are triadic colors.

2 #74D58E and #D58E74 with #8ED574 are triadic colors.