COLOR #74E57E

HEX: #74E57E RGB: (116,229,126)

Color info

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

RGB color model

#74E57E color RGB value is (116,229,126).

RGB: (116,229,126) (45%, 90%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 229 of 255 = 90%
B 126 of 255 = 49%

116
229
126

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

Portions of RGB colors in percentages

R + G + B = 116 + 229 + 126 = 471 (100%)
R 116 of 471 ~ 24.63%
G 229 of 471 ~ 48.62%
B 126 of 471 ~ 26.75'%

%24.63
%48.62
%26.75

CMYK color model

#74E57E color CMYK value is (49,0,45,10).

  • cyan value is 49.34%
  • magenta value is 0.00%
  • yellow value is 44.98%
  • key color value is 10.20%

CMYK: (49,0,45,10)
C49M0Y45K10 (49%, 0%, 45%, 10%)
(0.49 / 0.00 / 0.45 / 0.10)

CMYK percentages

%49.34
%0
%44.98
%10.2

Codes

Color #74E57E in popluar color models

74 E5 7E
RGB 116 229 126
HSL 125° 68.48% 67.65%
HSB/HSV 125° 49.34% 89.80%
CMYK 49.34% 0.00% 44.98%
10.20%

Color #74E57E in popluar number systems.

HEX 74 E5 7E
Decimal 116 229 126
Binary 1110100 11100101 1111110
Octal 164 345 176

Shades and tints

Shades of #74E57E

#74E57E
(116,229,126)
#6AD173
(106,209,115)
#60BD68
(96,189,104)
#56A95D
(86,169,93)
#4C9552
(76,149,82)
#428147
(66,129,71)
#386D3C
(56,109,60)
#2E5931
(46,89,49)
#244526
(36,69,38)
#1A311B
(26,49,27)
#101D10
(16,29,16)
#000000
(0,0,0)

Tints of #74E57E

#74E57E
(116,229,126)
#80E789
(128,231,137)
#8CE994
(140,233,148)
#98EB9F
(152,235,159)
#A4EDAA
(164,237,170)
#B0EFB5
(176,239,181)
#BCF1C0
(188,241,192)
#C8F3CB
(200,243,203)
#D4F5D6
(212,245,214)
#E0F7E1
(224,247,225)
#ECF9EC
(236,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E57E color. Also use rgb(116,229,126) instead hex code.

Text Font Color

.myTextColor { color: #74E57E; }

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

This text font color is #74E57E.

Background Color

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

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

This div background color is #74E57E.

Border color

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

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

This div border color is #74E57E.

Opacity

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

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

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

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

This text has shadow with #74E57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74E57E.

Preview

Color preview on black background

This text has color #74E57E on black background.


Color preview on white background

This text has color #74E57E on white background.


Black color preview on #74E57E background

This text has black color on #74E57E background.


White color preview on #74E57E background

This text has white color on #74E57E background.


Related colors

Complementary color

Complementary color for #hex is #8B1A81.


I love getcolorcode.com

Triadic colors

1 #7E74E5 and #E57E74 with #74E57E are triadic colors.

2 #7EE574 and #E5747E with #74E57E are triadic colors.