COLOR #74EF7F

HEX: #74EF7F
RGB: (116,239,127)

Color info

#74EF7F contains mainly green color. Web safe color of #74EF7F is #66FF66 (or #6F6).

RGB color model

#74EF7F color RGB value is (116,239,127).

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

RGB channels and saturation

R 116 of 255 = 45%
G 239 of 255 = 94%
B 127 of 255 = 50%

116
239
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 239 + 127 = 482 (100%)
R 116 of 482 ~ 24.07%
G 239 of 482 ~ 49.59%
B 127 of 482 ~ 26.35%

%24.07
%49.59
%26.35

CMYK color model

#74EF7F color CMYK value is (51,0,47,6).

  • cyan value is 51.46%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(51,0,47,6)
C51M0Y47K6 
(51%,0%,47%,6%)
(0.51/0.00/0.47/0.06)	

CMYK percentages

%51.46
%0
%46.86
%6.27

Codes

Color #74EF7F in popluar color models

74EF7F
RGB116239127
HSL125°79.35%69.61%
HSB/HSV125°51.46%93.73%
CMYK51.46%0.00%46.86%
6.27%

Color #74EF7F in popluar number systems.

HEX74EF7F
Decimal116239127
Binary1110100111011111111111
Octal164357177

Shades and tints

Shades of #74EF7F

#74EF7F
(116,239,127)
#6ADA74
(106,218,116)
#60C569
(96,197,105)
#56B05E
(86,176,94)
#4C9B53
(76,155,83)
#428648
(66,134,72)
#38713D
(56,113,61)
#2E5C32
(46,92,50)
#244727
(36,71,39)
#1A321C
(26,50,28)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #74EF7F

#74EF7F
(116,239,127)
#80F08A
(128,240,138)
#8CF195
(140,241,149)
#98F2A0
(152,242,160)
#A4F3AB
(164,243,171)
#B0F4B6
(176,244,182)
#BCF5C1
(188,245,193)
#C8F6CC
(200,246,204)
#D4F7D7
(212,247,215)
#E0F8E2
(224,248,226)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74EF7F; }

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

This text font color is #74EF7F.


Background Color

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

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

This div background color is #74EF7F.


Border color

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

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

This div border color is #74EF7F.


Opacity

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

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

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

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

This text has shadow with #74EF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EF7F on black background.


Color preview on white background

This text has color #74EF7F on white background.



Black color preview on #74EF7F background

This text has black color on #74EF7F background.


White color preview on #74EF7F background

This text has white color on #74EF7F background.