COLOR #94FD19

HEX: #94FD19
RGB: (148,253,25)

Color info

#94FD19 contains mainly green color. Web safe color of #94FD19 is #99FF00 (or #9F0).

RGB color model

#94FD19 color RGB value is (148,253,25).

  • red value is 148;
  • green value is 253;
  • blue value is 25.
RGB:
(148,253,25)
(58%,99%,10%)

RGB channels and saturation

R 148 of 255 = 58%
G 253 of 255 = 99%
B 25 of 255 = 10%

148
253
25

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

Portions of RGB colors in percentages

R + G + B =
148 + 253 + 25 = 426 (100%)
R 148 of 426 ~ 34.74%
G 253 of 426 ~ 59.39%
B 25 of 426 ~ 5.87%

%34.74
%59.39

CMYK color model

#94FD19 color CMYK value is (42,0,90,1).

  • cyan value is 41.50%
  • magenta value is 0.00%
  • yellow value is 90.12%
  • key color value is 0.78%
CMYK:
(42,0,90,1)
C42M0Y90K1 
(42%,0%,90%,1%)
(0.42/0.00/0.90/0.01)	

CMYK percentages

%41.5
%0
%90.12
%0.78

Codes

Color #94FD19 in popluar color models

94FD19
RGB14825325
HSL88°98.28%54.51%
HSB/HSV88°90.12%99.22%
CMYK41.50%0.00%90.12%
0.78%

Color #94FD19 in popluar number systems.

HEX94FD19
Decimal14825325
Binary100101001111110111001
Octal22437531

Shades and tints

Shades of #94FD19

#94FD19
(148,253,25)
#87E617
(135,230,23)
#7ACF15
(122,207,21)
#6DB813
(109,184,19)
#60A111
(96,161,17)
#538A0F
(83,138,15)
#46730D
(70,115,13)
#395C0B
(57,92,11)
#2C4509
(44,69,9)
#1F2E07
(31,46,7)
#121705
(18,23,5)
#000000
(0,0,0)

Tints of #94FD19

#94FD19
(148,253,25)
#9DFD2D
(157,253,45)
#A6FD41
(166,253,65)
#AFFD55
(175,253,85)
#B8FD69
(184,253,105)
#C1FD7D
(193,253,125)
#CAFD91
(202,253,145)
#D3FDA5
(211,253,165)
#DCFDB9
(220,253,185)
#E5FDCD
(229,253,205)
#EEFDE1
(238,253,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94FD19 color. Also use rgb(148,253,25) instead hex code.

Text Font Color

.myTextColor { color: #94FD19; }

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

This text font color is #94FD19.


Background Color

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

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

This div background color is #94FD19.


Border color

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

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

This div border color is #94FD19.


Opacity

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

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

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

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

This text has shadow with #94FD19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94FD19 on black background.


Color preview on white background

This text has color #94FD19 on white background.



Black color preview on #94FD19 background

This text has black color on #94FD19 background.


White color preview on #94FD19 background

This text has white color on #94FD19 background.