COLOR #94D57D

HEX: #94D57D
RGB: (148,213,125)

Color info

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

RGB color model

#94D57D color RGB value is (148,213,125).

  • red value is 148;
  • green value is 213;
  • blue value is 125.
RGB:
(148,213,125)
(58%,84%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 125 of 255 = 49%

148
213
125

R + G + B ~ 64%. #94D57D is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 213 + 125 = 486 (100%)
R 148 of 486 ~ 30.45%
G 213 of 486 ~ 43.83%
B 125 of 486 ~ 25.72%

%30.45
%43.83
%25.72

CMYK color model

#94D57D color CMYK value is (31,0,41,16).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK:
(31,0,41,16)
C31M0Y41K16 
(31%,0%,41%,16%)
(0.31/0.00/0.41/0.16)	

CMYK percentages

%30.52
%0
%41.31
%16.47

Codes

Color #94D57D in popluar color models

94D57D
RGB148213125
HSL104°51.16%66.27%
HSB/HSV104°41.31%83.53%
CMYK30.52%0.00%41.31%
16.47%

Color #94D57D in popluar number systems.

HEX94D57D
Decimal148213125
Binary10010100110101011111101
Octal224325175

Shades and tints

Shades of #94D57D

#94D57D
(148,213,125)
#87C272
(135,194,114)
#7AAF67
(122,175,103)
#6D9C5C
(109,156,92)
#608951
(96,137,81)
#537646
(83,118,70)
#46633B
(70,99,59)
#395030
(57,80,48)
#2C3D25
(44,61,37)
#1F2A1A
(31,42,26)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #94D57D

#94D57D
(148,213,125)
#9DD888
(157,216,136)
#A6DB93
(166,219,147)
#AFDE9E
(175,222,158)
#B8E1A9
(184,225,169)
#C1E4B4
(193,228,180)
#CAE7BF
(202,231,191)
#D3EACA
(211,234,202)
#DCEDD5
(220,237,213)
#E5F0E0
(229,240,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D57D color. Also use rgb(148,213,125) instead hex code.

Text Font Color

.myTextColor { color: #94D57D; }

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

This text font color is #94D57D.


Background Color

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

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

This div background color is #94D57D.


Border color

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

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

This div border color is #94D57D.


Opacity

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

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

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

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

This text has shadow with #94D57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D57D on black background.


Color preview on white background

This text has color #94D57D on white background.



Black color preview on #94D57D background

This text has black color on #94D57D background.


White color preview on #94D57D background

This text has white color on #94D57D background.