COLOR #74EFB1

HEX: #74EFB1
RGB: (116,239,177)

Color info

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

RGB color model

#74EFB1 color RGB value is (116,239,177).

  • red value is 116;
  • green value is 239;
  • blue value is 177.
RGB:
(116,239,177)
(45%,94%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 239 of 255 = 94%
B 177 of 255 = 69%

116
239
177

R + G + B ~ 69%. #74EFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 239 + 177 = 532 (100%)
R 116 of 532 ~ 21.8%
G 239 of 532 ~ 44.92%
B 177 of 532 ~ 33.27%

%21.8
%44.92
%33.27

CMYK color model

#74EFB1 color CMYK value is (51,0,26,6).

  • cyan value is 51.46%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK:
(51,0,26,6)
C51M0Y26K6 
(51%,0%,26%,6%)
(0.51/0.00/0.26/0.06)	

CMYK percentages

%51.46
%0
%25.94
%6.27

Codes

Color #74EFB1 in popluar color models

74EFB1
RGB116239177
HSL150°79.35%69.61%
HSB/HSV150°51.46%93.73%
CMYK51.46%0.00%25.94%
6.27%

Color #74EFB1 in popluar number systems.

HEX74EFB1
Decimal116239177
Binary11101001110111110110001
Octal164357261

Shades and tints

Shades of #74EFB1

#74EFB1
(116,239,177)
#6ADAA1
(106,218,161)
#60C591
(96,197,145)
#56B081
(86,176,129)
#4C9B71
(76,155,113)
#428661
(66,134,97)
#387151
(56,113,81)
#2E5C41
(46,92,65)
#244731
(36,71,49)
#1A3221
(26,50,33)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #74EFB1

#74EFB1
(116,239,177)
#80F0B8
(128,240,184)
#8CF1BF
(140,241,191)
#98F2C6
(152,242,198)
#A4F3CD
(164,243,205)
#B0F4D4
(176,244,212)
#BCF5DB
(188,245,219)
#C8F6E2
(200,246,226)
#D4F7E9
(212,247,233)
#E0F8F0
(224,248,240)
#ECF9F7
(236,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74EFB1 color. Also use rgb(116,239,177) instead hex code.

Text Font Color

.myTextColor { color: #74EFB1; }

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

This text font color is #74EFB1.


Background Color

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

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

This div background color is #74EFB1.


Border color

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

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

This div border color is #74EFB1.


Opacity

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

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

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

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

This text has shadow with #74EFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EFB1 on black background.


Color preview on white background

This text has color #74EFB1 on white background.



Black color preview on #74EFB1 background

This text has black color on #74EFB1 background.


White color preview on #74EFB1 background

This text has white color on #74EFB1 background.