COLOR #74D945

HEX: #74D945
RGB: (116,217,69)

Color info

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

RGB color model

#74D945 color RGB value is (116,217,69).

  • red value is 116;
  • green value is 217;
  • blue value is 69.
RGB:
(116,217,69)
(45%,85%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 217 of 255 = 85%
B 69 of 255 = 27%

116
217
69

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

Portions of RGB colors in percentages

R + G + B =
116 + 217 + 69 = 402 (100%)
R 116 of 402 ~ 28.86%
G 217 of 402 ~ 53.98%
B 69 of 402 ~ 17.16%

%28.86
%53.98
%17.16

CMYK color model

#74D945 color CMYK value is (47,0,68,15).

  • cyan value is 46.54%
  • magenta value is 0.00%
  • yellow value is 68.20%
  • key color value is 14.90%
CMYK:
(47,0,68,15)
C47M0Y68K15 
(47%,0%,68%,15%)
(0.47/0.00/0.68/0.15)	

CMYK percentages

%46.54
%0
%68.2
%14.9

Codes

Color #74D945 in popluar color models

74D945
RGB11621769
HSL101°66.07%56.08%
HSB/HSV101°68.20%85.10%
CMYK46.54%0.00%68.20%
14.90%

Color #74D945 in popluar number systems.

HEX74D945
Decimal11621769
Binary1110100110110011000101
Octal164331105

Shades and tints

Shades of #74D945

#74D945
(116,217,69)
#6AC63F
(106,198,63)
#60B339
(96,179,57)
#56A033
(86,160,51)
#4C8D2D
(76,141,45)
#427A27
(66,122,39)
#386721
(56,103,33)
#2E541B
(46,84,27)
#244115
(36,65,21)
#1A2E0F
(26,46,15)
#101B09
(16,27,9)
#000000
(0,0,0)

Tints of #74D945

#74D945
(116,217,69)
#80DC55
(128,220,85)
#8CDF65
(140,223,101)
#98E275
(152,226,117)
#A4E585
(164,229,133)
#B0E895
(176,232,149)
#BCEBA5
(188,235,165)
#C8EEB5
(200,238,181)
#D4F1C5
(212,241,197)
#E0F4D5
(224,244,213)
#ECF7E5
(236,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D945 color. Also use rgb(116,217,69) instead hex code.

Text Font Color

.myTextColor { color: #74D945; }

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

This text font color is #74D945.


Background Color

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

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

This div background color is #74D945.


Border color

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

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

This div border color is #74D945.


Opacity

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

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

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

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

This text has shadow with #74D945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D945 on black background.


Color preview on white background

This text has color #74D945 on white background.



Black color preview on #74D945 background

This text has black color on #74D945 background.


White color preview on #74D945 background

This text has white color on #74D945 background.