COLOR #74C98F

HEX: #74C98F
RGB: (116,201,143)

Color info

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

RGB color model

#74C98F color RGB value is (116,201,143).

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

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 143 of 255 = 56%

116
201
143

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

Portions of RGB colors in percentages

R + G + B =
116 + 201 + 143 = 460 (100%)
R 116 of 460 ~ 25.22%
G 201 of 460 ~ 43.7%
B 143 of 460 ~ 31.09%

%25.22
%43.7
%31.09

CMYK color model

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

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(42,0,29,21)
C42M0Y29K21 
(42%,0%,29%,21%)
(0.42/0.00/0.29/0.21)	

CMYK percentages

%42.29
%0
%28.86
%21.18

Codes

Color #74C98F in popluar color models

74C98F
RGB116201143
HSL139°44.04%62.16%
HSB/HSV139°42.29%78.82%
CMYK42.29%0.00%28.86%
21.18%

Color #74C98F in popluar number systems.

HEX74C98F
Decimal116201143
Binary11101001100100110001111
Octal164311217

Shades and tints

Shades of #74C98F

#74C98F
(116,201,143)
#6AB782
(106,183,130)
#60A575
(96,165,117)
#569368
(86,147,104)
#4C815B
(76,129,91)
#426F4E
(66,111,78)
#385D41
(56,93,65)
#2E4B34
(46,75,52)
#243927
(36,57,39)
#1A271A
(26,39,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #74C98F

#74C98F
(116,201,143)
#80CD99
(128,205,153)
#8CD1A3
(140,209,163)
#98D5AD
(152,213,173)
#A4D9B7
(164,217,183)
#B0DDC1
(176,221,193)
#BCE1CB
(188,225,203)
#C8E5D5
(200,229,213)
#D4E9DF
(212,233,223)
#E0EDE9
(224,237,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C98F; }

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

This text font color is #74C98F.


Background Color

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

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

This div background color is #74C98F.


Border color

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

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

This div border color is #74C98F.


Opacity

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

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

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

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

This text has shadow with #74C98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C98F on black background.


Color preview on white background

This text has color #74C98F on white background.



Black color preview on #74C98F background

This text has black color on #74C98F background.


White color preview on #74C98F background

This text has white color on #74C98F background.