COLOR #74C99E

HEX: #74C99E
RGB: (116,201,158)

Color info

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

RGB color model

#74C99E color RGB value is (116,201,158).

  • red value is 116;
  • green value is 201;
  • blue value is 158.
RGB:
(116,201,158)
(45%,79%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 158 of 255 = 62%

116
201
158

R + G + B ~ 62%. #74C99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 201 + 158 = 475 (100%)
R 116 of 475 ~ 24.42%
G 201 of 475 ~ 42.32%
B 158 of 475 ~ 33.26%

%24.42
%42.32
%33.26

CMYK color model

#74C99E color CMYK value is (42,0,21,21).

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(42,0,21,21)
C42M0Y21K21 
(42%,0%,21%,21%)
(0.42/0.00/0.21/0.21)	

CMYK percentages

%42.29
%0
%21.39
%21.18

Codes

Color #74C99E in popluar color models

74C99E
RGB116201158
HSL150°44.04%62.16%
HSB/HSV150°42.29%78.82%
CMYK42.29%0.00%21.39%
21.18%

Color #74C99E in popluar number systems.

HEX74C99E
Decimal116201158
Binary11101001100100110011110
Octal164311236

Shades and tints

Shades of #74C99E

#74C99E
(116,201,158)
#6AB790
(106,183,144)
#60A582
(96,165,130)
#569374
(86,147,116)
#4C8166
(76,129,102)
#426F58
(66,111,88)
#385D4A
(56,93,74)
#2E4B3C
(46,75,60)
#24392E
(36,57,46)
#1A2720
(26,39,32)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #74C99E

#74C99E
(116,201,158)
#80CDA6
(128,205,166)
#8CD1AE
(140,209,174)
#98D5B6
(152,213,182)
#A4D9BE
(164,217,190)
#B0DDC6
(176,221,198)
#BCE1CE
(188,225,206)
#C8E5D6
(200,229,214)
#D4E9DE
(212,233,222)
#E0EDE6
(224,237,230)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C99E color. Also use rgb(116,201,158) instead hex code.

Text Font Color

.myTextColor { color: #74C99E; }

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

This text font color is #74C99E.


Background Color

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

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

This div background color is #74C99E.


Border color

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

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

This div border color is #74C99E.


Opacity

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

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

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

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

This text has shadow with #74C99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C99E on black background.


Color preview on white background

This text has color #74C99E on white background.



Black color preview on #74C99E background

This text has black color on #74C99E background.


White color preview on #74C99E background

This text has white color on #74C99E background.