COLOR #74C18C

HEX: #74C18C RGB: (116,193,140)

Color info

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

RGB color model

#74C18C color RGB value is (116,193,140).

RGB: (116,193,140) (45%, 76%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 193 of 255 = 76%
B 140 of 255 = 55%

116
193
140

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

Portions of RGB colors in percentages

R + G + B = 116 + 193 + 140 = 449 (100%)
R 116 of 449 ~ 25.84%
G 193 of 449 ~ 42.98%
B 140 of 449 ~ 31.18'%

%25.84
%42.98
%31.18

CMYK color model

#74C18C color CMYK value is (40,0,27,24).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%

CMYK: (40,0,27,24)
C40M0Y27K24 (40%, 0%, 27%, 24%)
(0.40 / 0.00 / 0.27 / 0.24)

CMYK percentages

%39.9
%0
%27.46
%24.31

Codes

Color #74C18C in popluar color models

74 C1 8C
RGB 116 193 140
HSL 139° 38.31% 60.59%
HSB/HSV 139° 39.90% 75.69%
CMYK 39.90% 0.00% 27.46%
24.31%

Color #74C18C in popluar number systems.

HEX 74 C1 8C
Decimal 116 193 140
Binary 1110100 11000001 10001100
Octal 164 301 214

Shades and tints

Shades of #74C18C

#74C18C
(116,193,140)
#6AB080
(106,176,128)
#609F74
(96,159,116)
#568E68
(86,142,104)
#4C7D5C
(76,125,92)
#426C50
(66,108,80)
#385B44
(56,91,68)
#2E4A38
(46,74,56)
#24392C
(36,57,44)
#1A2820
(26,40,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #74C18C

#74C18C
(116,193,140)
#80C696
(128,198,150)
#8CCBA0
(140,203,160)
#98D0AA
(152,208,170)
#A4D5B4
(164,213,180)
#B0DABE
(176,218,190)
#BCDFC8
(188,223,200)
#C8E4D2
(200,228,210)
#D4E9DC
(212,233,220)
#E0EEE6
(224,238,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C18C; }

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

This text font color is #74C18C.

Background Color

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

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

This div background color is #74C18C.

Border color

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

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

This div border color is #74C18C.

Opacity

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

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

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

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

This text has shadow with #74C18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C18C.

Preview

Color preview on black background

This text has color #74C18C on black background.


Color preview on white background

This text has color #74C18C on white background.


Black color preview on #74C18C background

This text has black color on #74C18C background.


White color preview on #74C18C background

This text has white color on #74C18C background.


Related colors

Complementary color

Complementary color for #hex is #8B3E73.


I love getcolorcode.com

Triadic colors

1 #8C74C1 and #C18C74 with #74C18C are triadic colors.

2 #8CC174 and #C1748C with #74C18C are triadic colors.