COLOR #94EF7F

HEX: #94EF7F
RGB: (148,239,127)

Color info

#94EF7F contains mainly green color. Web safe color of #94EF7F is #99FF66 (or #9F6).

RGB color model

#94EF7F color RGB value is (148,239,127).

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

RGB channels and saturation

R 148 of 255 = 58%
G 239 of 255 = 94%
B 127 of 255 = 50%

148
239
127

R + G + B ~ 67%. #94EF7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 239 + 127 = 514 (100%)
R 148 of 514 ~ 28.79%
G 239 of 514 ~ 46.5%
B 127 of 514 ~ 24.71%

%28.79
%46.5
%24.71

CMYK color model

#94EF7F color CMYK value is (38,0,47,6).

  • cyan value is 38.08%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(38,0,47,6)
C38M0Y47K6 
(38%,0%,47%,6%)
(0.38/0.00/0.47/0.06)	

CMYK percentages

%38.08
%0
%46.86
%6.27

Codes

Color #94EF7F in popluar color models

94EF7F
RGB148239127
HSL109°77.78%71.76%
HSB/HSV109°46.86%93.73%
CMYK38.08%0.00%46.86%
6.27%

Color #94EF7F in popluar number systems.

HEX94EF7F
Decimal148239127
Binary10010100111011111111111
Octal224357177

Shades and tints

Shades of #94EF7F

#94EF7F
(148,239,127)
#87DA74
(135,218,116)
#7AC569
(122,197,105)
#6DB05E
(109,176,94)
#609B53
(96,155,83)
#538648
(83,134,72)
#46713D
(70,113,61)
#395C32
(57,92,50)
#2C4727
(44,71,39)
#1F321C
(31,50,28)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #94EF7F

#94EF7F
(148,239,127)
#9DF08A
(157,240,138)
#A6F195
(166,241,149)
#AFF2A0
(175,242,160)
#B8F3AB
(184,243,171)
#C1F4B6
(193,244,182)
#CAF5C1
(202,245,193)
#D3F6CC
(211,246,204)
#DCF7D7
(220,247,215)
#E5F8E2
(229,248,226)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94EF7F; }

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

This text font color is #94EF7F.


Background Color

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

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

This div background color is #94EF7F.


Border color

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

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

This div border color is #94EF7F.


Opacity

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

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

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

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

This text has shadow with #94EF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94EF7F on black background.


Color preview on white background

This text has color #94EF7F on white background.



Black color preview on #94EF7F background

This text has black color on #94EF7F background.


White color preview on #94EF7F background

This text has white color on #94EF7F background.