COLOR #74D786

HEX: #74D786
RGB: (116,215,134)

Color info

#74D786 contains mainly green color. Web safe color of #74D786 is #66CC99 (or #6C9).

RGB color model

#74D786 color RGB value is (116,215,134).

  • red value is 116;
  • green value is 215;
  • blue value is 134.
RGB:
(116,215,134)
(45%,84%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 215 of 255 = 84%
B 134 of 255 = 53%

116
215
134

R + G + B ~ 61%. #74D786 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 215 + 134 = 465 (100%)
R 116 of 465 ~ 24.95%
G 215 of 465 ~ 46.24%
B 134 of 465 ~ 28.82%

%24.95
%46.24
%28.82

CMYK color model

#74D786 color CMYK value is (46,0,38,16).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 37.67%
  • key color value is 15.69%
CMYK:
(46,0,38,16)
C46M0Y38K16 
(46%,0%,38%,16%)
(0.46/0.00/0.38/0.16)	

CMYK percentages

%46.05
%0
%37.67
%15.69

Codes

Color #74D786 in popluar color models

74D786
RGB116215134
HSL131°55.31%64.90%
HSB/HSV131°46.05%84.31%
CMYK46.05%0.00%37.67%
15.69%

Color #74D786 in popluar number systems.

HEX74D786
Decimal116215134
Binary11101001101011110000110
Octal164327206

Shades and tints

Shades of #74D786

#74D786
(116,215,134)
#6AC47A
(106,196,122)
#60B16E
(96,177,110)
#569E62
(86,158,98)
#4C8B56
(76,139,86)
#42784A
(66,120,74)
#38653E
(56,101,62)
#2E5232
(46,82,50)
#243F26
(36,63,38)
#1A2C1A
(26,44,26)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #74D786

#74D786
(116,215,134)
#80DA91
(128,218,145)
#8CDD9C
(140,221,156)
#98E0A7
(152,224,167)
#A4E3B2
(164,227,178)
#B0E6BD
(176,230,189)
#BCE9C8
(188,233,200)
#C8ECD3
(200,236,211)
#D4EFDE
(212,239,222)
#E0F2E9
(224,242,233)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D786 color. Also use rgb(116,215,134) instead hex code.

Text Font Color

.myTextColor { color: #74D786; }

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

This text font color is #74D786.


Background Color

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

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

This div background color is #74D786.


Border color

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

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

This div border color is #74D786.


Opacity

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

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

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

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

This text has shadow with #74D786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D786 on black background.


Color preview on white background

This text has color #74D786 on white background.



Black color preview on #74D786 background

This text has black color on #74D786 background.


White color preview on #74D786 background

This text has white color on #74D786 background.