COLOR #74D18E

HEX: #74D18E
RGB: (116,209,142)

Color info

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

RGB color model

#74D18E color RGB value is (116,209,142).

  • red value is 116;
  • green value is 209;
  • blue value is 142.
RGB:
(116,209,142)
(45%,82%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 209 of 255 = 82%
B 142 of 255 = 56%

116
209
142

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

Portions of RGB colors in percentages

R + G + B =
116 + 209 + 142 = 467 (100%)
R 116 of 467 ~ 24.84%
G 209 of 467 ~ 44.75%
B 142 of 467 ~ 30.41%

%24.84
%44.75
%30.41

CMYK color model

#74D18E color CMYK value is (44,0,32,18).

  • cyan value is 44.50%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(44,0,32,18)
C44M0Y32K18 
(44%,0%,32%,18%)
(0.44/0.00/0.32/0.18)	

CMYK percentages

%44.5
%0
%32.06
%18.04

Codes

Color #74D18E in popluar color models

74D18E
RGB116209142
HSL137°50.27%63.73%
HSB/HSV137°44.50%81.96%
CMYK44.50%0.00%32.06%
18.04%

Color #74D18E in popluar number systems.

HEX74D18E
Decimal116209142
Binary11101001101000110001110
Octal164321216

Shades and tints

Shades of #74D18E

#74D18E
(116,209,142)
#6ABE82
(106,190,130)
#60AB76
(96,171,118)
#56986A
(86,152,106)
#4C855E
(76,133,94)
#427252
(66,114,82)
#385F46
(56,95,70)
#2E4C3A
(46,76,58)
#24392E
(36,57,46)
#1A2622
(26,38,34)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #74D18E

#74D18E
(116,209,142)
#80D598
(128,213,152)
#8CD9A2
(140,217,162)
#98DDAC
(152,221,172)
#A4E1B6
(164,225,182)
#B0E5C0
(176,229,192)
#BCE9CA
(188,233,202)
#C8EDD4
(200,237,212)
#D4F1DE
(212,241,222)
#E0F5E8
(224,245,232)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D18E color. Also use rgb(116,209,142) instead hex code.

Text Font Color

.myTextColor { color: #74D18E; }

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

This text font color is #74D18E.


Background Color

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

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

This div background color is #74D18E.


Border color

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

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

This div border color is #74D18E.


Opacity

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

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

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

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

This text has shadow with #74D18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D18E on black background.


Color preview on white background

This text has color #74D18E on white background.



Black color preview on #74D18E background

This text has black color on #74D18E background.


White color preview on #74D18E background

This text has white color on #74D18E background.