COLOR #74E56A

HEX: #74E56A RGB: (116,229,106)

Color info

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

RGB color model

#74E56A color RGB value is (116,229,106).

RGB: (116,229,106) (45%, 90%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 229 of 255 = 90%
B 106 of 255 = 42%

116
229
106

R + G + B ~ 59%. #74E56A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 229 + 106 = 451 (100%)
R 116 of 451 ~ 25.72%
G 229 of 451 ~ 50.78%
B 106 of 451 ~ 23.5'%

%25.72
%50.78
%23.5

CMYK color model

#74E56A color CMYK value is (49,0,54,10).

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

CMYK: (49,0,54,10)
C49M0Y54K10 (49%, 0%, 54%, 10%)
(0.49 / 0.00 / 0.54 / 0.10)

CMYK percentages

%49.34
%0
%53.71
%10.2

Codes

Color #74E56A in popluar color models

74 E5 6A
RGB 116 229 106
HSL 115° 70.29% 65.69%
HSB/HSV 115° 53.71% 89.80%
CMYK 49.34% 0.00% 53.71%
10.20%

Color #74E56A in popluar number systems.

HEX 74 E5 6A
Decimal 116 229 106
Binary 1110100 11100101 1101010
Octal 164 345 152

Shades and tints

Shades of #74E56A

#74E56A
(116,229,106)
#6AD161
(106,209,97)
#60BD58
(96,189,88)
#56A94F
(86,169,79)
#4C9546
(76,149,70)
#42813D
(66,129,61)
#386D34
(56,109,52)
#2E592B
(46,89,43)
#244522
(36,69,34)
#1A3119
(26,49,25)
#101D10
(16,29,16)
#000000
(0,0,0)

Tints of #74E56A

#74E56A
(116,229,106)
#80E777
(128,231,119)
#8CE984
(140,233,132)
#98EB91
(152,235,145)
#A4ED9E
(164,237,158)
#B0EFAB
(176,239,171)
#BCF1B8
(188,241,184)
#C8F3C5
(200,243,197)
#D4F5D2
(212,245,210)
#E0F7DF
(224,247,223)
#ECF9EC
(236,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74E56A; }

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

This text font color is #74E56A.

Background Color

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

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

This div background color is #74E56A.

Border color

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

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

This div border color is #74E56A.

Opacity

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

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

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

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

This text has shadow with #74E56A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74E56A.

Preview

Color preview on black background

This text has color #74E56A on black background.


Color preview on white background

This text has color #74E56A on white background.


Black color preview on #74E56A background

This text has black color on #74E56A background.


White color preview on #74E56A background

This text has white color on #74E56A background.


Related colors

Complementary color

Complementary color for #74E56A is #8B1A95.


I love getcolorcode.com

Triadic colors

1 #6A74E5 and #E56A74 with #74E56A are triadic colors.

2 #6AE574 and #E5746A with #74E56A are triadic colors.