COLOR #74D393

HEX: #74D393
RGB: (116,211,147)

Color info

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

RGB color model

#74D393 color RGB value is (116,211,147).

  • red value is 116;
  • green value is 211;
  • blue value is 147.
RGB:
(116,211,147)
(45%,83%,58%)

RGB channels and saturation

R 116 of 255 = 45%
G 211 of 255 = 83%
B 147 of 255 = 58%

116
211
147

R + G + B ~ 62%. #74D393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 211 + 147 = 474 (100%)
R 116 of 474 ~ 24.47%
G 211 of 474 ~ 44.51%
B 147 of 474 ~ 31.01%

%24.47
%44.51
%31.01

CMYK color model

#74D393 color CMYK value is (45,0,30,17).

  • cyan value is 45.02%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK:
(45,0,30,17)
C45M0Y30K17 
(45%,0%,30%,17%)
(0.45/0.00/0.30/0.17)	

CMYK percentages

%45.02
%0
%30.33
%17.25

Codes

Color #74D393 in popluar color models

74D393
RGB116211147
HSL140°51.91%64.12%
HSB/HSV140°45.02%82.75%
CMYK45.02%0.00%30.33%
17.25%

Color #74D393 in popluar number systems.

HEX74D393
Decimal116211147
Binary11101001101001110010011
Octal164323223

Shades and tints

Shades of #74D393

#74D393
(116,211,147)
#6AC086
(106,192,134)
#60AD79
(96,173,121)
#569A6C
(86,154,108)
#4C875F
(76,135,95)
#427452
(66,116,82)
#386145
(56,97,69)
#2E4E38
(46,78,56)
#243B2B
(36,59,43)
#1A281E
(26,40,30)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #74D393

#74D393
(116,211,147)
#80D79C
(128,215,156)
#8CDBA5
(140,219,165)
#98DFAE
(152,223,174)
#A4E3B7
(164,227,183)
#B0E7C0
(176,231,192)
#BCEBC9
(188,235,201)
#C8EFD2
(200,239,210)
#D4F3DB
(212,243,219)
#E0F7E4
(224,247,228)
#ECFBED
(236,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D393 color. Also use rgb(116,211,147) instead hex code.

Text Font Color

.myTextColor { color: #74D393; }

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

This text font color is #74D393.


Background Color

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

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

This div background color is #74D393.


Border color

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

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

This div border color is #74D393.


Opacity

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

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

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

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

This text has shadow with #74D393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D393 on black background.


Color preview on white background

This text has color #74D393 on white background.



Black color preview on #74D393 background

This text has black color on #74D393 background.


White color preview on #74D393 background

This text has white color on #74D393 background.