COLOR #74CD8C

HEX: #74CD8C RGB: (116,205,140)

Color info

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

RGB color model

#74CD8C color RGB value is (116,205,140).

RGB: (116,205,140) (45%, 80%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 205 of 255 = 80%
B 140 of 255 = 55%

116
205
140

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

Portions of RGB colors in percentages

R + G + B = 116 + 205 + 140 = 461 (100%)
R 116 of 461 ~ 25.16%
G 205 of 461 ~ 44.47%
B 140 of 461 ~ 30.37'%

%25.16
%44.47
%30.37

CMYK color model

#74CD8C color CMYK value is (43,0,32,20).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%

CMYK: (43,0,32,20)
C43M0Y32K20 (43%, 0%, 32%, 20%)
(0.43 / 0.00 / 0.32 / 0.20)

CMYK percentages

%43.41
%0
%31.71
%19.61

Codes

Color #74CD8C in popluar color models

74 CD 8C
RGB 116 205 140
HSL 136° 47.09% 62.94%
HSB/HSV 136° 43.41% 80.39%
CMYK 43.41% 0.00% 31.71%
19.61%

Color #74CD8C in popluar number systems.

HEX 74 CD 8C
Decimal 116 205 140
Binary 1110100 11001101 10001100
Octal 164 315 214

Shades and tints

Shades of #74CD8C

#74CD8C
(116,205,140)
#6ABB80
(106,187,128)
#60A974
(96,169,116)
#569768
(86,151,104)
#4C855C
(76,133,92)
#427350
(66,115,80)
#386144
(56,97,68)
#2E4F38
(46,79,56)
#243D2C
(36,61,44)
#1A2B20
(26,43,32)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #74CD8C

#74CD8C
(116,205,140)
#80D196
(128,209,150)
#8CD5A0
(140,213,160)
#98D9AA
(152,217,170)
#A4DDB4
(164,221,180)
#B0E1BE
(176,225,190)
#BCE5C8
(188,229,200)
#C8E9D2
(200,233,210)
#D4EDDC
(212,237,220)
#E0F1E6
(224,241,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74CD8C; }

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

This text font color is #74CD8C.

Background Color

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

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

This div background color is #74CD8C.

Border color

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

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

This div border color is #74CD8C.

Opacity

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

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

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

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

This text has shadow with #74CD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74CD8C.

Preview

Color preview on black background

This text has color #74CD8C on black background.


Color preview on white background

This text has color #74CD8C on white background.


Black color preview on #74CD8C background

This text has black color on #74CD8C background.


White color preview on #74CD8C background

This text has white color on #74CD8C background.


Related colors

Complementary color

Complementary color for #hex is #8B3273.


I love getcolorcode.com

Triadic colors

1 #8C74CD and #CD8C74 with #74CD8C are triadic colors.

2 #8CCD74 and #CD748C with #74CD8C are triadic colors.