COLOR #74DA8A

HEX: #74DA8A
RGB: (116,218,138)

Color info

#74DA8A contains mainly green color. Web safe color of #74DA8A is #66CC99 (or #6C9).

RGB color model

#74DA8A color RGB value is (116,218,138).

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

RGB channels and saturation

R 116 of 255 = 45%
G 218 of 255 = 85%
B 138 of 255 = 54%

116
218
138

R + G + B ~ 61%. #74DA8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 218 + 138 = 472 (100%)
R 116 of 472 ~ 24.58%
G 218 of 472 ~ 46.19%
B 138 of 472 ~ 29.24%

%24.58
%46.19
%29.24

CMYK color model

#74DA8A color CMYK value is (47,0,37,15).

  • cyan value is 46.79%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 14.51%
CMYK:
(47,0,37,15)
C47M0Y37K15 
(47%,0%,37%,15%)
(0.47/0.00/0.37/0.15)	

CMYK percentages

%46.79
%0
%36.7
%14.51

Codes

Color #74DA8A in popluar color models

74DA8A
RGB116218138
HSL133°57.95%65.49%
HSB/HSV133°46.79%85.49%
CMYK46.79%0.00%36.70%
14.51%

Color #74DA8A in popluar number systems.

HEX74DA8A
Decimal116218138
Binary11101001101101010001010
Octal164332212

Shades and tints

Shades of #74DA8A

#74DA8A
(116,218,138)
#6AC77E
(106,199,126)
#60B472
(96,180,114)
#56A166
(86,161,102)
#4C8E5A
(76,142,90)
#427B4E
(66,123,78)
#386842
(56,104,66)
#2E5536
(46,85,54)
#24422A
(36,66,42)
#1A2F1E
(26,47,30)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #74DA8A

#74DA8A
(116,218,138)
#80DD94
(128,221,148)
#8CE09E
(140,224,158)
#98E3A8
(152,227,168)
#A4E6B2
(164,230,178)
#B0E9BC
(176,233,188)
#BCECC6
(188,236,198)
#C8EFD0
(200,239,208)
#D4F2DA
(212,242,218)
#E0F5E4
(224,245,228)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74DA8A; }

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

This text font color is #74DA8A.


Background Color

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

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

This div background color is #74DA8A.


Border color

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

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

This div border color is #74DA8A.


Opacity

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

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

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

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

This text has shadow with #74DA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74DA8A on black background.


Color preview on white background

This text has color #74DA8A on white background.



Black color preview on #74DA8A background

This text has black color on #74DA8A background.


White color preview on #74DA8A background

This text has white color on #74DA8A background.