COLOR #74C56B

HEX: #74C56B
RGB: (116,197,107)

Color info

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

RGB color model

#74C56B color RGB value is (116,197,107).

  • red value is 116;
  • green value is 197;
  • blue value is 107.
RGB:
(116,197,107)
(45%,77%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 197 of 255 = 77%
B 107 of 255 = 42%

116
197
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 197 + 107 = 420 (100%)
R 116 of 420 ~ 27.62%
G 197 of 420 ~ 46.9%
B 107 of 420 ~ 25.48%

%27.62
%46.9
%25.48

CMYK color model

#74C56B color CMYK value is (41,0,46,23).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 45.69%
  • key color value is 22.75%
CMYK:
(41,0,46,23)
C41M0Y46K23 
(41%,0%,46%,23%)
(0.41/0.00/0.46/0.23)	

CMYK percentages

%41.12
%0
%45.69
%22.75

Codes

Color #74C56B in popluar color models

74C56B
RGB116197107
HSL114°43.69%59.61%
HSB/HSV114°45.69%77.25%
CMYK41.12%0.00%45.69%
22.75%

Color #74C56B in popluar number systems.

HEX74C56B
Decimal116197107
Binary1110100110001011101011
Octal164305153

Shades and tints

Shades of #74C56B

#74C56B
(116,197,107)
#6AB462
(106,180,98)
#60A359
(96,163,89)
#569250
(86,146,80)
#4C8147
(76,129,71)
#42703E
(66,112,62)
#385F35
(56,95,53)
#2E4E2C
(46,78,44)
#243D23
(36,61,35)
#1A2C1A
(26,44,26)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #74C56B

#74C56B
(116,197,107)
#80CA78
(128,202,120)
#8CCF85
(140,207,133)
#98D492
(152,212,146)
#A4D99F
(164,217,159)
#B0DEAC
(176,222,172)
#BCE3B9
(188,227,185)
#C8E8C6
(200,232,198)
#D4EDD3
(212,237,211)
#E0F2E0
(224,242,224)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C56B color. Also use rgb(116,197,107) instead hex code.

Text Font Color

.myTextColor { color: #74C56B; }

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

This text font color is #74C56B.


Background Color

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

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

This div background color is #74C56B.


Border color

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

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

This div border color is #74C56B.


Opacity

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

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

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

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

This text has shadow with #74C56B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C56B on black background.


Color preview on white background

This text has color #74C56B on white background.



Black color preview on #74C56B background

This text has black color on #74C56B background.


White color preview on #74C56B background

This text has white color on #74C56B background.