COLOR #74C991

HEX: #74C991
RGB: (116,201,145)

Color info

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

RGB color model

#74C991 color RGB value is (116,201,145).

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

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 145 of 255 = 57%

116
201
145

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

Portions of RGB colors in percentages

R + G + B =
116 + 201 + 145 = 462 (100%)
R 116 of 462 ~ 25.11%
G 201 of 462 ~ 43.51%
B 145 of 462 ~ 31.39%

%25.11
%43.51
%31.39

CMYK color model

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

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 21.18%
CMYK:
(42,0,28,21)
C42M0Y28K21 
(42%,0%,28%,21%)
(0.42/0.00/0.28/0.21)	

CMYK percentages

%42.29
%0
%27.86
%21.18

Codes

Color #74C991 in popluar color models

74C991
RGB116201145
HSL140°44.04%62.16%
HSB/HSV140°42.29%78.82%
CMYK42.29%0.00%27.86%
21.18%

Color #74C991 in popluar number systems.

HEX74C991
Decimal116201145
Binary11101001100100110010001
Octal164311221

Shades and tints

Shades of #74C991

#74C991
(116,201,145)
#6AB784
(106,183,132)
#60A577
(96,165,119)
#56936A
(86,147,106)
#4C815D
(76,129,93)
#426F50
(66,111,80)
#385D43
(56,93,67)
#2E4B36
(46,75,54)
#243929
(36,57,41)
#1A271C
(26,39,28)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #74C991

#74C991
(116,201,145)
#80CD9B
(128,205,155)
#8CD1A5
(140,209,165)
#98D5AF
(152,213,175)
#A4D9B9
(164,217,185)
#B0DDC3
(176,221,195)
#BCE1CD
(188,225,205)
#C8E5D7
(200,229,215)
#D4E9E1
(212,233,225)
#E0EDEB
(224,237,235)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C991; }

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

This text font color is #74C991.


Background Color

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

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

This div background color is #74C991.


Border color

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

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

This div border color is #74C991.


Opacity

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

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

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

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

This text has shadow with #74C991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C991 on black background.


Color preview on white background

This text has color #74C991 on white background.



Black color preview on #74C991 background

This text has black color on #74C991 background.


White color preview on #74C991 background

This text has white color on #74C991 background.