COLOR #74DFA9

HEX: #74DFA9
RGB: (116,223,169)

Color info

#74DFA9 contains mainly green and blue colors. Web safe color of #74DFA9 is #66CC99 (or #6C9).

RGB color model

#74DFA9 color RGB value is (116,223,169).

  • red value is 116;
  • green value is 223;
  • blue value is 169.
RGB:
(116,223,169)
(45%,87%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 223 of 255 = 87%
B 169 of 255 = 66%

116
223
169

R + G + B ~ 66%. #74DFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 223 + 169 = 508 (100%)
R 116 of 508 ~ 22.83%
G 223 of 508 ~ 43.9%
B 169 of 508 ~ 33.27%

%22.83
%43.9
%33.27

CMYK color model

#74DFA9 color CMYK value is (48,0,24,13).

  • cyan value is 47.98%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%
CMYK:
(48,0,24,13)
C48M0Y24K13 
(48%,0%,24%,13%)
(0.48/0.00/0.24/0.13)	

CMYK percentages

%47.98
%0
%24.22
%12.55

Codes

Color #74DFA9 in popluar color models

74DFA9
RGB116223169
HSL150°62.57%66.47%
HSB/HSV150°47.98%87.45%
CMYK47.98%0.00%24.22%
12.55%

Color #74DFA9 in popluar number systems.

HEX74DFA9
Decimal116223169
Binary11101001101111110101001
Octal164337251

Shades and tints

Shades of #74DFA9

#74DFA9
(116,223,169)
#6ACB9A
(106,203,154)
#60B78B
(96,183,139)
#56A37C
(86,163,124)
#4C8F6D
(76,143,109)
#427B5E
(66,123,94)
#38674F
(56,103,79)
#2E5340
(46,83,64)
#243F31
(36,63,49)
#1A2B22
(26,43,34)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #74DFA9

#74DFA9
(116,223,169)
#80E1B0
(128,225,176)
#8CE3B7
(140,227,183)
#98E5BE
(152,229,190)
#A4E7C5
(164,231,197)
#B0E9CC
(176,233,204)
#BCEBD3
(188,235,211)
#C8EDDA
(200,237,218)
#D4EFE1
(212,239,225)
#E0F1E8
(224,241,232)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74DFA9 color. Also use rgb(116,223,169) instead hex code.

Text Font Color

.myTextColor { color: #74DFA9; }

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

This text font color is #74DFA9.


Background Color

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

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

This div background color is #74DFA9.


Border color

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

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

This div border color is #74DFA9.


Opacity

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

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

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

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

This text has shadow with #74DFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74DFA9 on black background.


Color preview on white background

This text has color #74DFA9 on white background.



Black color preview on #74DFA9 background

This text has black color on #74DFA9 background.


White color preview on #74DFA9 background

This text has white color on #74DFA9 background.