COLOR #74EE93

HEX: #74EE93 RGB: (116,238,147)

Color info

#74EE93 contains mainly green color. Web safe color of #74EE93 is #66FF99 (or #6F9).

RGB color model

#74EE93 color RGB value is (116,238,147).

RGB: (116,238,147) (45%, 93%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 238 of 255 = 93%
B 147 of 255 = 58%

116
238
147

R + G + B ~ 65%. #74EE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 238 + 147 = 501 (100%)
R 116 of 501 ~ 23.15%
G 238 of 501 ~ 47.5%
B 147 of 501 ~ 29.34'%

%23.15
%47.5
%29.34

CMYK color model

#74EE93 color CMYK value is (51,0,38,7).

  • cyan value is 51.26%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 6.67%
CMYK: (51,0,38,7) C51M0Y38K7 (51%,0%,38%,7%) (0.51/0.00/0.38/0.07) 

CMYK percentages

%51.26
%0
%38.24
%6.67

Codes

Color #74EE93 in popluar color models

74 EE 93
RGB 116 238 147
HSL 135° 78.21% 69.41%
HSB/HSV 135° 51.26% 93.33%
CMYK 51.26% 0.00% 38.24%
6.67%

Color #74EE93 in popluar number systems.

HEX 74 EE 93
Decimal 116 238 147
Binary 1110100 11101110 10010011
Octal 164 356 223

Shades and tints

Shades of #74EE93

#74EE93
(116,238,147)
#6AD986
(106,217,134)
#60C479
(96,196,121)
#56AF6C
(86,175,108)
#4C9A5F
(76,154,95)
#428552
(66,133,82)
#387045
(56,112,69)
#2E5B38
(46,91,56)
#24462B
(36,70,43)
#1A311E
(26,49,30)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #74EE93

#74EE93
(116,238,147)
#80EF9C
(128,239,156)
#8CF0A5
(140,240,165)
#98F1AE
(152,241,174)
#A4F2B7
(164,242,183)
#B0F3C0
(176,243,192)
#BCF4C9
(188,244,201)
#C8F5D2
(200,245,210)
#D4F6DB
(212,246,219)
#E0F7E4
(224,247,228)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74EE93; }

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

This text font color is #74EE93.

Background Color

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

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

This div background color is #74EE93.

Border color

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

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

This div border color is #74EE93.

Opacity

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

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

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

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

This text has shadow with #74EE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74EE93.

Preview

Color preview on black background

This text has color #74EE93 on black background.


Color preview on white background

This text has color #74EE93 on white background.


Black color preview on #74EE93 background

This text has black color on #74EE93 background.


White color preview on #74EE93 background

This text has white color on #74EE93 background.


Related colors

Complementary color

Complementary color for #hex is #8B116C.


I love getcolorcode.com

Triadic colors

1 #9374EE and #EE9374 with #74EE93 are triadic colors.

2 #93EE74 and #EE7493 with #74EE93 are triadic colors.