COLOR #74DB93

HEX: #74DB93 RGB: (116,219,147)

Color info

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

RGB color model

#74DB93 color RGB value is (116,219,147).

RGB: (116,219,147) (45%, 86%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 219 of 255 = 86%
B 147 of 255 = 58%

116
219
147

R + G + B ~ 63%. #74DB93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 219 + 147 = 482 (100%)
R 116 of 482 ~ 24.07%
G 219 of 482 ~ 45.44%
B 147 of 482 ~ 30.5'%

%24.07
%45.44
%30.5

CMYK color model

#74DB93 color CMYK value is (47,0,33,14).

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 14.12%

CMYK: (47,0,33,14)
C47M0Y33K14 (47%, 0%, 33%, 14%)
(0.47 / 0.00 / 0.33 / 0.14)

CMYK percentages

%47.03
%0
%32.88
%14.12

Codes

Color #74DB93 in popluar color models

74 DB 93
RGB 116 219 147
HSL 138° 58.86% 65.69%
HSB/HSV 138° 47.03% 85.88%
CMYK 47.03% 0.00% 32.88%
14.12%

Color #74DB93 in popluar number systems.

HEX 74 DB 93
Decimal 116 219 147
Binary 1110100 11011011 10010011
Octal 164 333 223

Shades and tints

Shades of #74DB93

#74DB93
(116,219,147)
#6AC886
(106,200,134)
#60B579
(96,181,121)
#56A26C
(86,162,108)
#4C8F5F
(76,143,95)
#427C52
(66,124,82)
#386945
(56,105,69)
#2E5638
(46,86,56)
#24432B
(36,67,43)
#1A301E
(26,48,30)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #74DB93

#74DB93
(116,219,147)
#80DE9C
(128,222,156)
#8CE1A5
(140,225,165)
#98E4AE
(152,228,174)
#A4E7B7
(164,231,183)
#B0EAC0
(176,234,192)
#BCEDC9
(188,237,201)
#C8F0D2
(200,240,210)
#D4F3DB
(212,243,219)
#E0F6E4
(224,246,228)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74DB93; }

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

This text font color is #74DB93.

Background Color

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

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

This div background color is #74DB93.

Border color

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

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

This div border color is #74DB93.

Opacity

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

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

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

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

This text has shadow with #74DB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74DB93.

Preview

Color preview on black background

This text has color #74DB93 on black background.


Color preview on white background

This text has color #74DB93 on white background.


Black color preview on #74DB93 background

This text has black color on #74DB93 background.


White color preview on #74DB93 background

This text has white color on #74DB93 background.


Related colors

Complementary color

Complementary color for #hex is #8B246C.


I love getcolorcode.com

Triadic colors

1 #9374DB and #DB9374 with #74DB93 are triadic colors.

2 #93DB74 and #DB7493 with #74DB93 are triadic colors.