COLOR #74C46D

HEX: #74C46D
RGB: (116,196,109)

Color info

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

RGB color model

#74C46D color RGB value is (116,196,109).

  • red value is 116;
  • green value is 196;
  • blue value is 109.
RGB:
(116,196,109)
(45%,77%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 109 of 255 = 43%

116
196
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 196 + 109 = 421 (100%)
R 116 of 421 ~ 27.55%
G 196 of 421 ~ 46.56%
B 109 of 421 ~ 25.89%

%27.55
%46.56
%25.89

CMYK color model

#74C46D color CMYK value is (41,0,44,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 23.14%
CMYK:
(41,0,44,23)
C41M0Y44K23 
(41%,0%,44%,23%)
(0.41/0.00/0.44/0.23)	

CMYK percentages

%40.82
%0
%44.39
%23.14

Codes

Color #74C46D in popluar color models

74C46D
RGB116196109
HSL115°42.44%59.80%
HSB/HSV115°44.39%76.86%
CMYK40.82%0.00%44.39%
23.14%

Color #74C46D in popluar number systems.

HEX74C46D
Decimal116196109
Binary1110100110001001101101
Octal164304155

Shades and tints

Shades of #74C46D

#74C46D
(116,196,109)
#6AB364
(106,179,100)
#60A25B
(96,162,91)
#569152
(86,145,82)
#4C8049
(76,128,73)
#426F40
(66,111,64)
#385E37
(56,94,55)
#2E4D2E
(46,77,46)
#243C25
(36,60,37)
#1A2B1C
(26,43,28)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #74C46D

#74C46D
(116,196,109)
#80C97A
(128,201,122)
#8CCE87
(140,206,135)
#98D394
(152,211,148)
#A4D8A1
(164,216,161)
#B0DDAE
(176,221,174)
#BCE2BB
(188,226,187)
#C8E7C8
(200,231,200)
#D4ECD5
(212,236,213)
#E0F1E2
(224,241,226)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C46D; }

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

This text font color is #74C46D.


Background Color

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

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

This div background color is #74C46D.


Border color

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

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

This div border color is #74C46D.


Opacity

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

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

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

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

This text has shadow with #74C46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C46D on black background.


Color preview on white background

This text has color #74C46D on white background.



Black color preview on #74C46D background

This text has black color on #74C46D background.


White color preview on #74C46D background

This text has white color on #74C46D background.