COLOR #74DA6D

HEX: #74DA6D
RGB: (116,218,109)

Color info

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

RGB color model

#74DA6D color RGB value is (116,218,109).

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

RGB channels and saturation

R 116 of 255 = 45%
G 218 of 255 = 85%
B 109 of 255 = 43%

116
218
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 218 + 109 = 443 (100%)
R 116 of 443 ~ 26.19%
G 218 of 443 ~ 49.21%
B 109 of 443 ~ 24.6%

%26.19
%49.21
%24.6

CMYK color model

#74DA6D color CMYK value is (47,0,50,15).

  • cyan value is 46.79%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 14.51%
CMYK:
(47,0,50,15)
C47M0Y50K15 
(47%,0%,50%,15%)
(0.47/0.00/0.50/0.15)	

CMYK percentages

%46.79
%0
%50
%14.51

Codes

Color #74DA6D in popluar color models

74DA6D
RGB116218109
HSL116°59.56%64.12%
HSB/HSV116°50.00%85.49%
CMYK46.79%0.00%50.00%
14.51%

Color #74DA6D in popluar number systems.

HEX74DA6D
Decimal116218109
Binary1110100110110101101101
Octal164332155

Shades and tints

Shades of #74DA6D

#74DA6D
(116,218,109)
#6AC764
(106,199,100)
#60B45B
(96,180,91)
#56A152
(86,161,82)
#4C8E49
(76,142,73)
#427B40
(66,123,64)
#386837
(56,104,55)
#2E552E
(46,85,46)
#244225
(36,66,37)
#1A2F1C
(26,47,28)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #74DA6D

#74DA6D
(116,218,109)
#80DD7A
(128,221,122)
#8CE087
(140,224,135)
#98E394
(152,227,148)
#A4E6A1
(164,230,161)
#B0E9AE
(176,233,174)
#BCECBB
(188,236,187)
#C8EFC8
(200,239,200)
#D4F2D5
(212,242,213)
#E0F5E2
(224,245,226)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74DA6D; }

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

This text font color is #74DA6D.


Background Color

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

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

This div background color is #74DA6D.


Border color

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

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

This div border color is #74DA6D.


Opacity

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

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

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

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

This text has shadow with #74DA6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74DA6D on black background.


Color preview on white background

This text has color #74DA6D on white background.



Black color preview on #74DA6D background

This text has black color on #74DA6D background.


White color preview on #74DA6D background

This text has white color on #74DA6D background.