COLOR #74C45D

HEX: #74C45D RGB: (116,196,93)

Color info

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

RGB color model

#74C45D color RGB value is (116,196,93).

RGB: (116,196,93) (45%, 77%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 93 of 255 = 36%

116
196
93

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

Portions of RGB colors in percentages

R + G + B = 116 + 196 + 93 = 405 (100%)
R 116 of 405 ~ 28.64%
G 196 of 405 ~ 48.4%
B 93 of 405 ~ 22.96'%

%28.64
%48.4
%22.96

CMYK color model

#74C45D color CMYK value is (41,0,53,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 23.14%

CMYK: (41,0,53,23)
C41M0Y53K23 (41%, 0%, 53%, 23%)
(0.41 / 0.00 / 0.53 / 0.23)

CMYK percentages

%40.82
%0
%52.55
%23.14

Codes

Color #74C45D in popluar color models

74 C4 5D
RGB 116 196 93
HSL 107° 46.61% 56.67%
HSB/HSV 107° 52.55% 76.86%
CMYK 40.82% 0.00% 52.55%
23.14%

Color #74C45D in popluar number systems.

HEX 74 C4 5D
Decimal 116 196 93
Binary 1110100 11000100 1011101
Octal 164 304 135

Shades and tints

Shades of #74C45D

#74C45D
(116,196,93)
#6AB355
(106,179,85)
#60A24D
(96,162,77)
#569145
(86,145,69)
#4C803D
(76,128,61)
#426F35
(66,111,53)
#385E2D
(56,94,45)
#2E4D25
(46,77,37)
#243C1D
(36,60,29)
#1A2B15
(26,43,21)
#101A0D
(16,26,13)
#000000
(0,0,0)

Tints of #74C45D

#74C45D
(116,196,93)
#80C96B
(128,201,107)
#8CCE79
(140,206,121)
#98D387
(152,211,135)
#A4D895
(164,216,149)
#B0DDA3
(176,221,163)
#BCE2B1
(188,226,177)
#C8E7BF
(200,231,191)
#D4ECCD
(212,236,205)
#E0F1DB
(224,241,219)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C45D color. Also use rgb(116,196,93) instead hex code.

Text Font Color

.myTextColor { color: #74C45D; }

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

This text font color is #74C45D.

Background Color

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

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

This div background color is #74C45D.

Border color

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

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

This div border color is #74C45D.

Opacity

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

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

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

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

This text has shadow with #74C45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C45D.

Preview

Color preview on black background

This text has color #74C45D on black background.


Color preview on white background

This text has color #74C45D on white background.


Black color preview on #74C45D background

This text has black color on #74C45D background.


White color preview on #74C45D background

This text has white color on #74C45D background.


Related colors

Complementary color

Complementary color for #hex is #8B3BA2.


I love getcolorcode.com

Triadic colors

1 #5D74C4 and #C45D74 with #74C45D are triadic colors.

2 #5DC474 and #C4745D with #74C45D are triadic colors.