COLOR #94E732

HEX: #94E732
RGB: (148,231,50)

Color info

#94E732 contains mainly green color. Web safe color of #94E732 is #99FF33 (or #9F3).

RGB color model

#94E732 color RGB value is (148,231,50).

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

RGB channels and saturation

R 148 of 255 = 58%
G 231 of 255 = 91%
B 50 of 255 = 20%

148
231
50

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

Portions of RGB colors in percentages

R + G + B =
148 + 231 + 50 = 429 (100%)
R 148 of 429 ~ 34.5%
G 231 of 429 ~ 53.85%
B 50 of 429 ~ 11.66%

%34.5
%53.85
%11.66

CMYK color model

#94E732 color CMYK value is (36,0,78,9).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 78.35%
  • key color value is 9.41%
CMYK:
(36,0,78,9)
C36M0Y78K9 
(36%,0%,78%,9%)
(0.36/0.00/0.78/0.09)	

CMYK percentages

%35.93
%0
%78.35
%9.41

Codes

Color #94E732 in popluar color models

94E732
RGB14823150
HSL88°79.04%55.10%
HSB/HSV88°78.35%90.59%
CMYK35.93%0.00%78.35%
9.41%

Color #94E732 in popluar number systems.

HEX94E732
Decimal14823150
Binary1001010011100111110010
Octal22434762

Shades and tints

Shades of #94E732

#94E732
(148,231,50)
#87D22E
(135,210,46)
#7ABD2A
(122,189,42)
#6DA826
(109,168,38)
#609322
(96,147,34)
#537E1E
(83,126,30)
#46691A
(70,105,26)
#395416
(57,84,22)
#2C3F12
(44,63,18)
#1F2A0E
(31,42,14)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #94E732

#94E732
(148,231,50)
#9DE944
(157,233,68)
#A6EB56
(166,235,86)
#AFED68
(175,237,104)
#B8EF7A
(184,239,122)
#C1F18C
(193,241,140)
#CAF39E
(202,243,158)
#D3F5B0
(211,245,176)
#DCF7C2
(220,247,194)
#E5F9D4
(229,249,212)
#EEFBE6
(238,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94E732; }

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

This text font color is #94E732.


Background Color

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

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

This div background color is #94E732.


Border color

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

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

This div border color is #94E732.


Opacity

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

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

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

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

This text has shadow with #94E732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E732 on black background.


Color preview on white background

This text has color #94E732 on white background.



Black color preview on #94E732 background

This text has black color on #94E732 background.


White color preview on #94E732 background

This text has white color on #94E732 background.