COLOR #94E351

HEX: #94E351
RGB: (148,227,81)

Color info

#94E351 contains mainly green color. Web safe color of #94E351 is #99CC66 (or #9C6).

RGB color model

#94E351 color RGB value is (148,227,81).

  • red value is 148;
  • green value is 227;
  • blue value is 81.
RGB:
(148,227,81)
(58%,89%,32%)

RGB channels and saturation

R 148 of 255 = 58%
G 227 of 255 = 89%
B 81 of 255 = 32%

148
227
81

R + G + B ~ 60%. #94E351 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 227 + 81 = 456 (100%)
R 148 of 456 ~ 32.46%
G 227 of 456 ~ 49.78%
B 81 of 456 ~ 17.76%

%32.46
%49.78
%17.76

CMYK color model

#94E351 color CMYK value is (35,0,64,11).

  • cyan value is 34.80%
  • magenta value is 0.00%
  • yellow value is 64.32%
  • key color value is 10.98%
CMYK:
(35,0,64,11)
C35M0Y64K11 
(35%,0%,64%,11%)
(0.35/0.00/0.64/0.11)	

CMYK percentages

%34.8
%0
%64.32
%10.98

Codes

Color #94E351 in popluar color models

94E351
RGB14822781
HSL92°72.28%60.39%
HSB/HSV92°64.32%89.02%
CMYK34.80%0.00%64.32%
10.98%

Color #94E351 in popluar number systems.

HEX94E351
Decimal14822781
Binary10010100111000111010001
Octal224343121

Shades and tints

Shades of #94E351

#94E351
(148,227,81)
#87CF4A
(135,207,74)
#7ABB43
(122,187,67)
#6DA73C
(109,167,60)
#609335
(96,147,53)
#537F2E
(83,127,46)
#466B27
(70,107,39)
#395720
(57,87,32)
#2C4319
(44,67,25)
#1F2F12
(31,47,18)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #94E351

#94E351
(148,227,81)
#9DE560
(157,229,96)
#A6E76F
(166,231,111)
#AFE97E
(175,233,126)
#B8EB8D
(184,235,141)
#C1ED9C
(193,237,156)
#CAEFAB
(202,239,171)
#D3F1BA
(211,241,186)
#DCF3C9
(220,243,201)
#E5F5D8
(229,245,216)
#EEF7E7
(238,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E351 color. Also use rgb(148,227,81) instead hex code.

Text Font Color

.myTextColor { color: #94E351; }

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

This text font color is #94E351.


Background Color

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

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

This div background color is #94E351.


Border color

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

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

This div border color is #94E351.


Opacity

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

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

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

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

This text has shadow with #94E351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E351 on black background.


Color preview on white background

This text has color #94E351 on white background.



Black color preview on #94E351 background

This text has black color on #94E351 background.


White color preview on #94E351 background

This text has white color on #94E351 background.