COLOR #74CD7D

HEX: #74CD7D
RGB: (116,205,125)

Color info

#74CD7D contains mainly green color. Web safe color of #74CD7D is #66CC66 (or #6C6).

RGB color model

#74CD7D color RGB value is (116,205,125).

  • red value is 116;
  • green value is 205;
  • blue value is 125.
RGB:
(116,205,125)
(45%,80%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 205 of 255 = 80%
B 125 of 255 = 49%

116
205
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 205 + 125 = 446 (100%)
R 116 of 446 ~ 26.01%
G 205 of 446 ~ 45.96%
B 125 of 446 ~ 28.03%

%26.01
%45.96
%28.03

CMYK color model

#74CD7D color CMYK value is (43,0,39,20).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 19.61%
CMYK:
(43,0,39,20)
C43M0Y39K20 
(43%,0%,39%,20%)
(0.43/0.00/0.39/0.20)	

CMYK percentages

%43.41
%0
%39.02
%19.61

Codes

Color #74CD7D in popluar color models

74CD7D
RGB116205125
HSL126°47.09%62.94%
HSB/HSV126°43.41%80.39%
CMYK43.41%0.00%39.02%
19.61%

Color #74CD7D in popluar number systems.

HEX74CD7D
Decimal116205125
Binary1110100110011011111101
Octal164315175

Shades and tints

Shades of #74CD7D

#74CD7D
(116,205,125)
#6ABB72
(106,187,114)
#60A967
(96,169,103)
#56975C
(86,151,92)
#4C8551
(76,133,81)
#427346
(66,115,70)
#38613B
(56,97,59)
#2E4F30
(46,79,48)
#243D25
(36,61,37)
#1A2B1A
(26,43,26)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #74CD7D

#74CD7D
(116,205,125)
#80D188
(128,209,136)
#8CD593
(140,213,147)
#98D99E
(152,217,158)
#A4DDA9
(164,221,169)
#B0E1B4
(176,225,180)
#BCE5BF
(188,229,191)
#C8E9CA
(200,233,202)
#D4EDD5
(212,237,213)
#E0F1E0
(224,241,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74CD7D; }

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

This text font color is #74CD7D.


Background Color

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

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

This div background color is #74CD7D.


Border color

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

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

This div border color is #74CD7D.


Opacity

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

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

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

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

This text has shadow with #74CD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74CD7D on black background.


Color preview on white background

This text has color #74CD7D on white background.



Black color preview on #74CD7D background

This text has black color on #74CD7D background.


White color preview on #74CD7D background

This text has white color on #74CD7D background.