COLOR #74C564

HEX: #74C564
RGB: (116,197,100)

Color info

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

RGB color model

#74C564 color RGB value is (116,197,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 197 of 255 = 77%
B 100 of 255 = 39%

116
197
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 197 + 100 = 413 (100%)
R 116 of 413 ~ 28.09%
G 197 of 413 ~ 47.7%
B 100 of 413 ~ 24.21%

%28.09
%47.7
%24.21

CMYK color model

#74C564 color CMYK value is (41,0,49,23).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 22.75%
CMYK:
(41,0,49,23)
C41M0Y49K23 
(41%,0%,49%,23%)
(0.41/0.00/0.49/0.23)	

CMYK percentages

%41.12
%0
%49.24
%22.75

Codes

Color #74C564 in popluar color models

74C564
RGB116197100
HSL110°45.54%58.24%
HSB/HSV110°49.24%77.25%
CMYK41.12%0.00%49.24%
22.75%

Color #74C564 in popluar number systems.

HEX74C564
Decimal116197100
Binary1110100110001011100100
Octal164305144

Shades and tints

Shades of #74C564

#74C564
(116,197,100)
#6AB45B
(106,180,91)
#60A352
(96,163,82)
#569249
(86,146,73)
#4C8140
(76,129,64)
#427037
(66,112,55)
#385F2E
(56,95,46)
#2E4E25
(46,78,37)
#243D1C
(36,61,28)
#1A2C13
(26,44,19)
#101B0A
(16,27,10)
#000000
(0,0,0)

Tints of #74C564

#74C564
(116,197,100)
#80CA72
(128,202,114)
#8CCF80
(140,207,128)
#98D48E
(152,212,142)
#A4D99C
(164,217,156)
#B0DEAA
(176,222,170)
#BCE3B8
(188,227,184)
#C8E8C6
(200,232,198)
#D4EDD4
(212,237,212)
#E0F2E2
(224,242,226)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C564; }

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

This text font color is #74C564.


Background Color

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

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

This div background color is #74C564.


Border color

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

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

This div border color is #74C564.


Opacity

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

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

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

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

This text has shadow with #74C564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C564 on black background.


Color preview on white background

This text has color #74C564 on white background.



Black color preview on #74C564 background

This text has black color on #74C564 background.


White color preview on #74C564 background

This text has white color on #74C564 background.