COLOR #94DF73

HEX: #94DF73
RGB: (148,223,115)

Color info

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

RGB color model

#94DF73 color RGB value is (148,223,115).

  • red value is 148;
  • green value is 223;
  • blue value is 115.
RGB:
(148,223,115)
(58%,87%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 223 of 255 = 87%
B 115 of 255 = 45%

148
223
115

R + G + B ~ 63%. #94DF73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 223 + 115 = 486 (100%)
R 148 of 486 ~ 30.45%
G 223 of 486 ~ 45.88%
B 115 of 486 ~ 23.66%

%30.45
%45.88
%23.66

CMYK color model

#94DF73 color CMYK value is (34,0,48,13).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 12.55%
CMYK:
(34,0,48,13)
C34M0Y48K13 
(34%,0%,48%,13%)
(0.34/0.00/0.48/0.13)	

CMYK percentages

%33.63
%0
%48.43
%12.55

Codes

Color #94DF73 in popluar color models

94DF73
RGB148223115
HSL102°62.79%66.27%
HSB/HSV102°48.43%87.45%
CMYK33.63%0.00%48.43%
12.55%

Color #94DF73 in popluar number systems.

HEX94DF73
Decimal148223115
Binary10010100110111111110011
Octal224337163

Shades and tints

Shades of #94DF73

#94DF73
(148,223,115)
#87CB69
(135,203,105)
#7AB75F
(122,183,95)
#6DA355
(109,163,85)
#608F4B
(96,143,75)
#537B41
(83,123,65)
#466737
(70,103,55)
#39532D
(57,83,45)
#2C3F23
(44,63,35)
#1F2B19
(31,43,25)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #94DF73

#94DF73
(148,223,115)
#9DE17F
(157,225,127)
#A6E38B
(166,227,139)
#AFE597
(175,229,151)
#B8E7A3
(184,231,163)
#C1E9AF
(193,233,175)
#CAEBBB
(202,235,187)
#D3EDC7
(211,237,199)
#DCEFD3
(220,239,211)
#E5F1DF
(229,241,223)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94DF73 color. Also use rgb(148,223,115) instead hex code.

Text Font Color

.myTextColor { color: #94DF73; }

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

This text font color is #94DF73.


Background Color

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

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

This div background color is #94DF73.


Border color

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

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

This div border color is #94DF73.


Opacity

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

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

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

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

This text has shadow with #94DF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94DF73 on black background.


Color preview on white background

This text has color #94DF73 on white background.



Black color preview on #94DF73 background

This text has black color on #94DF73 background.


White color preview on #94DF73 background

This text has white color on #94DF73 background.