COLOR #74D98B

HEX: #74D98B RGB: (116,217,139)

Color info

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

RGB color model

#74D98B color RGB value is (116,217,139).

RGB: (116,217,139) (45%, 85%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 217 of 255 = 85%
B 139 of 255 = 55%

116
217
139

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

Portions of RGB colors in percentages

R + G + B = 116 + 217 + 139 = 472 (100%)
R 116 of 472 ~ 24.58%
G 217 of 472 ~ 45.97%
B 139 of 472 ~ 29.45'%

%24.58
%45.97
%29.45

CMYK color model

#74D98B color CMYK value is (47,0,36,15).

  • cyan value is 46.54%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 14.90%

CMYK: (47,0,36,15)
C47M0Y36K15 (47%, 0%, 36%, 15%)
(0.47 / 0.00 / 0.36 / 0.15)

CMYK percentages

%46.54
%0
%35.94
%14.9

Codes

Color #74D98B in popluar color models

74 D9 8B
RGB 116 217 139
HSL 134° 57.06% 65.29%
HSB/HSV 134° 46.54% 85.10%
CMYK 46.54% 0.00% 35.94%
14.90%

Color #74D98B in popluar number systems.

HEX 74 D9 8B
Decimal 116 217 139
Binary 1110100 11011001 10001011
Octal 164 331 213

Shades and tints

Shades of #74D98B

#74D98B
(116,217,139)
#6AC67F
(106,198,127)
#60B373
(96,179,115)
#56A067
(86,160,103)
#4C8D5B
(76,141,91)
#427A4F
(66,122,79)
#386743
(56,103,67)
#2E5437
(46,84,55)
#24412B
(36,65,43)
#1A2E1F
(26,46,31)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #74D98B

#74D98B
(116,217,139)
#80DC95
(128,220,149)
#8CDF9F
(140,223,159)
#98E2A9
(152,226,169)
#A4E5B3
(164,229,179)
#B0E8BD
(176,232,189)
#BCEBC7
(188,235,199)
#C8EED1
(200,238,209)
#D4F1DB
(212,241,219)
#E0F4E5
(224,244,229)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D98B color. Also use rgb(116,217,139) instead hex code.

Text Font Color

.myTextColor { color: #74D98B; }

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

This text font color is #74D98B.

Background Color

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

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

This div background color is #74D98B.

Border color

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

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

This div border color is #74D98B.

Opacity

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

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

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

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

This text has shadow with #74D98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74D98B.

Preview

Color preview on black background

This text has color #74D98B on black background.


Color preview on white background

This text has color #74D98B on white background.


Black color preview on #74D98B background

This text has black color on #74D98B background.


White color preview on #74D98B background

This text has white color on #74D98B background.


Related colors

Complementary color

Complementary color for #hex is #8B2674.


I love getcolorcode.com

Triadic colors

1 #8B74D9 and #D98B74 with #74D98B are triadic colors.

2 #8BD974 and #D9748B with #74D98B are triadic colors.