COLOR #74E080

HEX: #74E080 RGB: (116,224,128)

Color info

#74E080 contains mainly green color. Web safe color of #74E080 is #66CC66 (or #6C6).

RGB color model

#74E080 color RGB value is (116,224,128).

RGB: (116,224,128) (45%, 88%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 224 of 255 = 88%
B 128 of 255 = 50%

116
224
128

R + G + B ~ 61%. #74E080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 224 + 128 = 468 (100%)
R 116 of 468 ~ 24.79%
G 224 of 468 ~ 47.86%
B 128 of 468 ~ 27.35'%

%24.79
%47.86
%27.35

CMYK color model

#74E080 color CMYK value is (48,0,43,12).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 12.16%

CMYK: (48,0,43,12)
C48M0Y43K12 (48%, 0%, 43%, 12%)
(0.48 / 0.00 / 0.43 / 0.12)

CMYK percentages

%48.21
%0
%42.86
%12.16

Codes

Color #74E080 in popluar color models

74 E0 80
RGB 116 224 128
HSL 127° 63.53% 66.67%
HSB/HSV 127° 48.21% 87.84%
CMYK 48.21% 0.00% 42.86%
12.16%

Color #74E080 in popluar number systems.

HEX 74 E0 80
Decimal 116 224 128
Binary 1110100 11100000 10000000
Octal 164 340 200

Shades and tints

Shades of #74E080

#74E080
(116,224,128)
#6ACC75
(106,204,117)
#60B86A
(96,184,106)
#56A45F
(86,164,95)
#4C9054
(76,144,84)
#427C49
(66,124,73)
#38683E
(56,104,62)
#2E5433
(46,84,51)
#244028
(36,64,40)
#1A2C1D
(26,44,29)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #74E080

#74E080
(116,224,128)
#80E28B
(128,226,139)
#8CE496
(140,228,150)
#98E6A1
(152,230,161)
#A4E8AC
(164,232,172)
#B0EAB7
(176,234,183)
#BCECC2
(188,236,194)
#C8EECD
(200,238,205)
#D4F0D8
(212,240,216)
#E0F2E3
(224,242,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E080 color. Also use rgb(116,224,128) instead hex code.

Text Font Color

.myTextColor { color: #74E080; }

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

This text font color is #74E080.

Background Color

.myBgColor { background-color: #74E080; }

<div style="background-color:#74E080">Inner text</div>

This div background color is #74E080.

Border color

.myBorderColor { border: 1px solid #74E080; }

<div style="border:3px solid #74E080">Div</div>

This div border color is #74E080.

Opacity

.myOpacity80 { color: #74E080; opacity: 0.8; }

<p style="color:#74E080;opacity:0.8;">80%</p>

Text with #74E080 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 #74E080;}

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

This text has shadow with #74E080 color.


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

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

This text has shadow with #74E080 primary color and red secondary color.


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

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

This text has shadow with #74E080 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74E080.

Preview

Color preview on black background

This text has color #74E080 on black background.


Color preview on white background

This text has color #74E080 on white background.


Black color preview on #74E080 background

This text has black color on #74E080 background.


White color preview on #74E080 background

This text has white color on #74E080 background.


Related colors

Complementary color

Complementary color for #hex is #8B1F7F.


I love getcolorcode.com

Triadic colors

1 #8074E0 and #E08074 with #74E080 are triadic colors.

2 #80E074 and #E07480 with #74E080 are triadic colors.