COLOR #94E77E

HEX: #94E77E
RGB: (148,231,126)

Color info

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

RGB color model

#94E77E color RGB value is (148,231,126).

  • red value is 148;
  • green value is 231;
  • blue value is 126.
RGB:
(148,231,126)
(58%,91%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 231 of 255 = 91%
B 126 of 255 = 49%

148
231
126

R + G + B ~ 66%. #94E77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 231 + 126 = 505 (100%)
R 148 of 505 ~ 29.31%
G 231 of 505 ~ 45.74%
B 126 of 505 ~ 24.95%

%29.31
%45.74
%24.95

CMYK color model

#94E77E color CMYK value is (36,0,45,9).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(36,0,45,9)
C36M0Y45K9 
(36%,0%,45%,9%)
(0.36/0.00/0.45/0.09)	

CMYK percentages

%35.93
%0
%45.45
%9.41

Codes

Color #94E77E in popluar color models

94E77E
RGB148231126
HSL107°68.63%70.00%
HSB/HSV107°45.45%90.59%
CMYK35.93%0.00%45.45%
9.41%

Color #94E77E in popluar number systems.

HEX94E77E
Decimal148231126
Binary10010100111001111111110
Octal224347176

Shades and tints

Shades of #94E77E

#94E77E
(148,231,126)
#87D273
(135,210,115)
#7ABD68
(122,189,104)
#6DA85D
(109,168,93)
#609352
(96,147,82)
#537E47
(83,126,71)
#46693C
(70,105,60)
#395431
(57,84,49)
#2C3F26
(44,63,38)
#1F2A1B
(31,42,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #94E77E

#94E77E
(148,231,126)
#9DE989
(157,233,137)
#A6EB94
(166,235,148)
#AFED9F
(175,237,159)
#B8EFAA
(184,239,170)
#C1F1B5
(193,241,181)
#CAF3C0
(202,243,192)
#D3F5CB
(211,245,203)
#DCF7D6
(220,247,214)
#E5F9E1
(229,249,225)
#EEFBEC
(238,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E77E color. Also use rgb(148,231,126) instead hex code.

Text Font Color

.myTextColor { color: #94E77E; }

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

This text font color is #94E77E.


Background Color

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

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

This div background color is #94E77E.


Border color

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

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

This div border color is #94E77E.


Opacity

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

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

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

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

This text has shadow with #94E77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E77E on black background.


Color preview on white background

This text has color #94E77E on white background.



Black color preview on #94E77E background

This text has black color on #94E77E background.


White color preview on #94E77E background

This text has white color on #94E77E background.