COLOR #74D05E

HEX: #74D05E
RGB: (116,208,94)

Color info

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

RGB color model

#74D05E color RGB value is (116,208,94).

  • red value is 116;
  • green value is 208;
  • blue value is 94.
RGB:
(116,208,94)
(45%,82%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 208 of 255 = 82%
B 94 of 255 = 37%

116
208
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 208 + 94 = 418 (100%)
R 116 of 418 ~ 27.75%
G 208 of 418 ~ 49.76%
B 94 of 418 ~ 22.49%

%27.75
%49.76
%22.49

CMYK color model

#74D05E color CMYK value is (44,0,55,18).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 18.43%
CMYK:
(44,0,55,18)
C44M0Y55K18 
(44%,0%,55%,18%)
(0.44/0.00/0.55/0.18)	

CMYK percentages

%44.23
%0
%54.81
%18.43

Codes

Color #74D05E in popluar color models

74D05E
RGB11620894
HSL108°54.81%59.22%
HSB/HSV108°54.81%81.57%
CMYK44.23%0.00%54.81%
18.43%

Color #74D05E in popluar number systems.

HEX74D05E
Decimal11620894
Binary1110100110100001011110
Octal164320136

Shades and tints

Shades of #74D05E

#74D05E
(116,208,94)
#6ABE56
(106,190,86)
#60AC4E
(96,172,78)
#569A46
(86,154,70)
#4C883E
(76,136,62)
#427636
(66,118,54)
#38642E
(56,100,46)
#2E5226
(46,82,38)
#24401E
(36,64,30)
#1A2E16
(26,46,22)
#101C0E
(16,28,14)
#000000
(0,0,0)

Tints of #74D05E

#74D05E
(116,208,94)
#80D46C
(128,212,108)
#8CD87A
(140,216,122)
#98DC88
(152,220,136)
#A4E096
(164,224,150)
#B0E4A4
(176,228,164)
#BCE8B2
(188,232,178)
#C8ECC0
(200,236,192)
#D4F0CE
(212,240,206)
#E0F4DC
(224,244,220)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D05E color. Also use rgb(116,208,94) instead hex code.

Text Font Color

.myTextColor { color: #74D05E; }

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

This text font color is #74D05E.


Background Color

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

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

This div background color is #74D05E.


Border color

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

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

This div border color is #74D05E.


Opacity

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

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

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

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

This text has shadow with #74D05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D05E on black background.


Color preview on white background

This text has color #74D05E on white background.



Black color preview on #74D05E background

This text has black color on #74D05E background.


White color preview on #74D05E background

This text has white color on #74D05E background.