COLOR #94FD76

HEX: #94FD76
RGB: (148,253,118)

Color info

#94FD76 contains mainly green color. Web safe color of #94FD76 is #99FF66 (or #9F6).

RGB color model

#94FD76 color RGB value is (148,253,118).

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

RGB channels and saturation

R 148 of 255 = 58%
G 253 of 255 = 99%
B 118 of 255 = 46%

148
253
118

R + G + B ~ 68%. #94FD76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 253 + 118 = 519 (100%)
R 148 of 519 ~ 28.52%
G 253 of 519 ~ 48.75%
B 118 of 519 ~ 22.74%

%28.52
%48.75
%22.74

CMYK color model

#94FD76 color CMYK value is (42,0,53,1).

  • cyan value is 41.50%
  • magenta value is 0.00%
  • yellow value is 53.36%
  • key color value is 0.78%
CMYK:
(42,0,53,1)
C42M0Y53K1 
(42%,0%,53%,1%)
(0.42/0.00/0.53/0.01)	

CMYK percentages

%41.5
%0
%53.36
%0.78

Codes

Color #94FD76 in popluar color models

94FD76
RGB148253118
HSL107°97.12%72.75%
HSB/HSV107°53.36%99.22%
CMYK41.50%0.00%53.36%
0.78%

Color #94FD76 in popluar number systems.

HEX94FD76
Decimal148253118
Binary10010100111111011110110
Octal224375166

Shades and tints

Shades of #94FD76

#94FD76
(148,253,118)
#87E66C
(135,230,108)
#7ACF62
(122,207,98)
#6DB858
(109,184,88)
#60A14E
(96,161,78)
#538A44
(83,138,68)
#46733A
(70,115,58)
#395C30
(57,92,48)
#2C4526
(44,69,38)
#1F2E1C
(31,46,28)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #94FD76

#94FD76
(148,253,118)
#9DFD82
(157,253,130)
#A6FD8E
(166,253,142)
#AFFD9A
(175,253,154)
#B8FDA6
(184,253,166)
#C1FDB2
(193,253,178)
#CAFDBE
(202,253,190)
#D3FDCA
(211,253,202)
#DCFDD6
(220,253,214)
#E5FDE2
(229,253,226)
#EEFDEE
(238,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94FD76; }

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

This text font color is #94FD76.


Background Color

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

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

This div background color is #94FD76.


Border color

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

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

This div border color is #94FD76.


Opacity

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

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

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

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

This text has shadow with #94FD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94FD76 on black background.


Color preview on white background

This text has color #94FD76 on white background.



Black color preview on #94FD76 background

This text has black color on #94FD76 background.


White color preview on #94FD76 background

This text has white color on #94FD76 background.