COLOR #94F779

HEX: #94F779
RGB: (148,247,121)

Color info

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

RGB color model

#94F779 color RGB value is (148,247,121).

  • red value is 148;
  • green value is 247;
  • blue value is 121.
RGB:
(148,247,121)
(58%,97%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 247 of 255 = 97%
B 121 of 255 = 47%

148
247
121

R + G + B ~ 67%. #94F779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 247 + 121 = 516 (100%)
R 148 of 516 ~ 28.68%
G 247 of 516 ~ 47.87%
B 121 of 516 ~ 23.45%

%28.68
%47.87
%23.45

CMYK color model

#94F779 color CMYK value is (40,0,51,3).

  • cyan value is 40.08%
  • magenta value is 0.00%
  • yellow value is 51.01%
  • key color value is 3.14%
CMYK:
(40,0,51,3)
C40M0Y51K3 
(40%,0%,51%,3%)
(0.40/0.00/0.51/0.03)	

CMYK percentages

%40.08
%0
%51.01
%3.14

Codes

Color #94F779 in popluar color models

94F779
RGB148247121
HSL107°88.73%72.16%
HSB/HSV107°51.01%96.86%
CMYK40.08%0.00%51.01%
3.14%

Color #94F779 in popluar number systems.

HEX94F779
Decimal148247121
Binary10010100111101111111001
Octal224367171

Shades and tints

Shades of #94F779

#94F779
(148,247,121)
#87E16E
(135,225,110)
#7ACB63
(122,203,99)
#6DB558
(109,181,88)
#609F4D
(96,159,77)
#538942
(83,137,66)
#467337
(70,115,55)
#395D2C
(57,93,44)
#2C4721
(44,71,33)
#1F3116
(31,49,22)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #94F779

#94F779
(148,247,121)
#9DF785
(157,247,133)
#A6F791
(166,247,145)
#AFF79D
(175,247,157)
#B8F7A9
(184,247,169)
#C1F7B5
(193,247,181)
#CAF7C1
(202,247,193)
#D3F7CD
(211,247,205)
#DCF7D9
(220,247,217)
#E5F7E5
(229,247,229)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94F779 color. Also use rgb(148,247,121) instead hex code.

Text Font Color

.myTextColor { color: #94F779; }

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

This text font color is #94F779.


Background Color

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

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

This div background color is #94F779.


Border color

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

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

This div border color is #94F779.


Opacity

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

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

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

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

This text has shadow with #94F779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94F779 on black background.


Color preview on white background

This text has color #94F779 on white background.



Black color preview on #94F779 background

This text has black color on #94F779 background.


White color preview on #94F779 background

This text has white color on #94F779 background.