COLOR #74CD5D

HEX: #74CD5D
RGB: (116,205,93)

Color info

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

RGB color model

#74CD5D color RGB value is (116,205,93).

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

RGB channels and saturation

R 116 of 255 = 45%
G 205 of 255 = 80%
B 93 of 255 = 36%

116
205
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 205 + 93 = 414 (100%)
R 116 of 414 ~ 28.02%
G 205 of 414 ~ 49.52%
B 93 of 414 ~ 22.46%

%28.02
%49.52
%22.46

CMYK color model

#74CD5D color CMYK value is (43,0,55,20).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 19.61%
CMYK:
(43,0,55,20)
C43M0Y55K20 
(43%,0%,55%,20%)
(0.43/0.00/0.55/0.20)	

CMYK percentages

%43.41
%0
%54.63
%19.61

Codes

Color #74CD5D in popluar color models

74CD5D
RGB11620593
HSL108°52.83%58.43%
HSB/HSV108°54.63%80.39%
CMYK43.41%0.00%54.63%
19.61%

Color #74CD5D in popluar number systems.

HEX74CD5D
Decimal11620593
Binary1110100110011011011101
Octal164315135

Shades and tints

Shades of #74CD5D

#74CD5D
(116,205,93)
#6ABB55
(106,187,85)
#60A94D
(96,169,77)
#569745
(86,151,69)
#4C853D
(76,133,61)
#427335
(66,115,53)
#38612D
(56,97,45)
#2E4F25
(46,79,37)
#243D1D
(36,61,29)
#1A2B15
(26,43,21)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #74CD5D

#74CD5D
(116,205,93)
#80D16B
(128,209,107)
#8CD579
(140,213,121)
#98D987
(152,217,135)
#A4DD95
(164,221,149)
#B0E1A3
(176,225,163)
#BCE5B1
(188,229,177)
#C8E9BF
(200,233,191)
#D4EDCD
(212,237,205)
#E0F1DB
(224,241,219)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74CD5D; }

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

This text font color is #74CD5D.


Background Color

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

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

This div background color is #74CD5D.


Border color

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

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

This div border color is #74CD5D.


Opacity

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

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

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

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

This text has shadow with #74CD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74CD5D on black background.


Color preview on white background

This text has color #74CD5D on white background.



Black color preview on #74CD5D background

This text has black color on #74CD5D background.


White color preview on #74CD5D background

This text has white color on #74CD5D background.