COLOR #74D647

HEX: #74D647
RGB: (116,214,71)

Color info

#74D647 contains mainly green color. Web safe color of #74D647 is #66CC33 (or #6C3).

RGB color model

#74D647 color RGB value is (116,214,71).

  • red value is 116;
  • green value is 214;
  • blue value is 71.
RGB:
(116,214,71)
(45%,84%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 214 of 255 = 84%
B 71 of 255 = 28%

116
214
71

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

Portions of RGB colors in percentages

R + G + B =
116 + 214 + 71 = 401 (100%)
R 116 of 401 ~ 28.93%
G 214 of 401 ~ 53.37%
B 71 of 401 ~ 17.71%

%28.93
%53.37
%17.71

CMYK color model

#74D647 color CMYK value is (46,0,67,16).

  • cyan value is 45.79%
  • magenta value is 0.00%
  • yellow value is 66.82%
  • key color value is 16.08%
CMYK:
(46,0,67,16)
C46M0Y67K16 
(46%,0%,67%,16%)
(0.46/0.00/0.67/0.16)	

CMYK percentages

%45.79
%0
%66.82
%16.08

Codes

Color #74D647 in popluar color models

74D647
RGB11621471
HSL101°63.56%55.88%
HSB/HSV101°66.82%83.92%
CMYK45.79%0.00%66.82%
16.08%

Color #74D647 in popluar number systems.

HEX74D647
Decimal11621471
Binary1110100110101101000111
Octal164326107

Shades and tints

Shades of #74D647

#74D647
(116,214,71)
#6AC341
(106,195,65)
#60B03B
(96,176,59)
#569D35
(86,157,53)
#4C8A2F
(76,138,47)
#427729
(66,119,41)
#386423
(56,100,35)
#2E511D
(46,81,29)
#243E17
(36,62,23)
#1A2B11
(26,43,17)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #74D647

#74D647
(116,214,71)
#80D957
(128,217,87)
#8CDC67
(140,220,103)
#98DF77
(152,223,119)
#A4E287
(164,226,135)
#B0E597
(176,229,151)
#BCE8A7
(188,232,167)
#C8EBB7
(200,235,183)
#D4EEC7
(212,238,199)
#E0F1D7
(224,241,215)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D647 color. Also use rgb(116,214,71) instead hex code.

Text Font Color

.myTextColor { color: #74D647; }

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

This text font color is #74D647.


Background Color

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

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

This div background color is #74D647.


Border color

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

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

This div border color is #74D647.


Opacity

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

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

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

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

This text has shadow with #74D647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D647 on black background.


Color preview on white background

This text has color #74D647 on white background.



Black color preview on #74D647 background

This text has black color on #74D647 background.


White color preview on #74D647 background

This text has white color on #74D647 background.