COLOR #74C542

HEX: #74C542
RGB: (116,197,66)

Color info

#74C542 contains mainly green color. Web safe color of #74C542 is #66CC33 (or #6C3).

RGB color model

#74C542 color RGB value is (116,197,66).

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

RGB channels and saturation

R 116 of 255 = 45%
G 197 of 255 = 77%
B 66 of 255 = 26%

116
197
66

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

Portions of RGB colors in percentages

R + G + B =
116 + 197 + 66 = 379 (100%)
R 116 of 379 ~ 30.61%
G 197 of 379 ~ 51.98%
B 66 of 379 ~ 17.41%

%30.61
%51.98
%17.41

CMYK color model

#74C542 color CMYK value is (41,0,66,23).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 66.50%
  • key color value is 22.75%
CMYK:
(41,0,66,23)
C41M0Y66K23 
(41%,0%,66%,23%)
(0.41/0.00/0.66/0.23)	

CMYK percentages

%41.12
%0
%66.5
%22.75

Codes

Color #74C542 in popluar color models

74C542
RGB11619766
HSL97°53.04%51.57%
HSB/HSV97°66.50%77.25%
CMYK41.12%0.00%66.50%
22.75%

Color #74C542 in popluar number systems.

HEX74C542
Decimal11619766
Binary1110100110001011000010
Octal164305102

Shades and tints

Shades of #74C542

#74C542
(116,197,66)
#6AB43C
(106,180,60)
#60A336
(96,163,54)
#569230
(86,146,48)
#4C812A
(76,129,42)
#427024
(66,112,36)
#385F1E
(56,95,30)
#2E4E18
(46,78,24)
#243D12
(36,61,18)
#1A2C0C
(26,44,12)
#101B06
(16,27,6)
#000000
(0,0,0)

Tints of #74C542

#74C542
(116,197,66)
#80CA53
(128,202,83)
#8CCF64
(140,207,100)
#98D475
(152,212,117)
#A4D986
(164,217,134)
#B0DE97
(176,222,151)
#BCE3A8
(188,227,168)
#C8E8B9
(200,232,185)
#D4EDCA
(212,237,202)
#E0F2DB
(224,242,219)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C542; }

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

This text font color is #74C542.


Background Color

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

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

This div background color is #74C542.


Border color

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

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

This div border color is #74C542.


Opacity

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

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

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

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

This text has shadow with #74C542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C542 on black background.


Color preview on white background

This text has color #74C542 on white background.



Black color preview on #74C542 background

This text has black color on #74C542 background.


White color preview on #74C542 background

This text has white color on #74C542 background.