COLOR #74E849

HEX: #74E849 RGB: (116,232,73)

Color info

#74E849 contains mainly green color. Web safe color of #74E849 is #66FF33 (or #6F3).

RGB color model

#74E849 color RGB value is (116,232,73).

RGB: (116,232,73) (45%, 91%, 29%)

RGB channels and saturation

R 116 of 255 = 45%
G 232 of 255 = 91%
B 73 of 255 = 29%

116
232
73

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

Portions of RGB colors in percentages

R + G + B = 116 + 232 + 73 = 421 (100%)
R 116 of 421 ~ 27.55%
G 232 of 421 ~ 55.11%
B 73 of 421 ~ 17.34'%

%27.55
%55.11
%17.34

CMYK color model

#74E849 color CMYK value is (50,0,69,9).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 68.53%
  • key color value is 9.02%

CMYK: (50,0,69,9)
C50M0Y69K9 (50%, 0%, 69%, 9%)
(0.50 / 0.00 / 0.69 / 0.09)

CMYK percentages

%50
%0
%68.53
%9.02

Codes

Color #74E849 in popluar color models

74 E8 49
RGB 116 232 73
HSL 104° 77.56% 59.80%
HSB/HSV 104° 68.53% 90.98%
CMYK 50.00% 0.00% 68.53%
9.02%

Color #74E849 in popluar number systems.

HEX 74 E8 49
Decimal 116 232 73
Binary 1110100 11101000 1001001
Octal 164 350 111

Shades and tints

Shades of #74E849

#74E849
(116,232,73)
#6AD343
(106,211,67)
#60BE3D
(96,190,61)
#56A937
(86,169,55)
#4C9431
(76,148,49)
#427F2B
(66,127,43)
#386A25
(56,106,37)
#2E551F
(46,85,31)
#244019
(36,64,25)
#1A2B13
(26,43,19)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #74E849

#74E849
(116,232,73)
#80EA59
(128,234,89)
#8CEC69
(140,236,105)
#98EE79
(152,238,121)
#A4F089
(164,240,137)
#B0F299
(176,242,153)
#BCF4A9
(188,244,169)
#C8F6B9
(200,246,185)
#D4F8C9
(212,248,201)
#E0FAD9
(224,250,217)
#ECFCE9
(236,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E849 color. Also use rgb(116,232,73) instead hex code.

Text Font Color

.myTextColor { color: #74E849; }

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

This text font color is #74E849.

Background Color

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

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

This div background color is #74E849.

Border color

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

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

This div border color is #74E849.

Opacity

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

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

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

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

This text has shadow with #74E849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74E849.

Preview

Color preview on black background

This text has color #74E849 on black background.


Color preview on white background

This text has color #74E849 on white background.


Black color preview on #74E849 background

This text has black color on #74E849 background.


White color preview on #74E849 background

This text has white color on #74E849 background.


Related colors

Complementary color

Complementary color for #hex is #8B17B6.


I love getcolorcode.com

Triadic colors

1 #4974E8 and #E84974 with #74E849 are triadic colors.

2 #49E874 and #E87449 with #74E849 are triadic colors.