COLOR #74D98C

HEX: #74D98C
RGB: (116,217,140)

Color info

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

RGB color model

#74D98C color RGB value is (116,217,140).

  • red value is 116;
  • green value is 217;
  • blue value is 140.
RGB:
(116,217,140)
(45%,85%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 217 of 255 = 85%
B 140 of 255 = 55%

116
217
140

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

Portions of RGB colors in percentages

R + G + B =
116 + 217 + 140 = 473 (100%)
R 116 of 473 ~ 24.52%
G 217 of 473 ~ 45.88%
B 140 of 473 ~ 29.6%

%24.52
%45.88
%29.6

CMYK color model

#74D98C color CMYK value is (47,0,35,15).

  • cyan value is 46.54%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 14.90%
CMYK:
(47,0,35,15)
C47M0Y35K15 
(47%,0%,35%,15%)
(0.47/0.00/0.35/0.15)	

CMYK percentages

%46.54
%0
%35.48
%14.9

Codes

Color #74D98C in popluar color models

74D98C
RGB116217140
HSL134°57.06%65.29%
HSB/HSV134°46.54%85.10%
CMYK46.54%0.00%35.48%
14.90%

Color #74D98C in popluar number systems.

HEX74D98C
Decimal116217140
Binary11101001101100110001100
Octal164331214

Shades and tints

Shades of #74D98C

#74D98C
(116,217,140)
#6AC680
(106,198,128)
#60B374
(96,179,116)
#56A068
(86,160,104)
#4C8D5C
(76,141,92)
#427A50
(66,122,80)
#386744
(56,103,68)
#2E5438
(46,84,56)
#24412C
(36,65,44)
#1A2E20
(26,46,32)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #74D98C

#74D98C
(116,217,140)
#80DC96
(128,220,150)
#8CDFA0
(140,223,160)
#98E2AA
(152,226,170)
#A4E5B4
(164,229,180)
#B0E8BE
(176,232,190)
#BCEBC8
(188,235,200)
#C8EED2
(200,238,210)
#D4F1DC
(212,241,220)
#E0F4E6
(224,244,230)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D98C color. Also use rgb(116,217,140) instead hex code.

Text Font Color

.myTextColor { color: #74D98C; }

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

This text font color is #74D98C.


Background Color

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

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

This div background color is #74D98C.


Border color

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

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

This div border color is #74D98C.


Opacity

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

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

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

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

This text has shadow with #74D98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D98C on black background.


Color preview on white background

This text has color #74D98C on white background.



Black color preview on #74D98C background

This text has black color on #74D98C background.


White color preview on #74D98C background

This text has white color on #74D98C background.