COLOR #79CD94

HEX: #79CD94
RGB: (121,205,148)

Color info

#79CD94 contains mainly green and blue colors. Web safe color of #79CD94 is #66CC99 (or #6C9).

RGB color model

#79CD94 color RGB value is (121,205,148).

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

RGB channels and saturation

R 121 of 255 = 47%
G 205 of 255 = 80%
B 148 of 255 = 58%

121
205
148

R + G + B ~ 62%. #79CD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 205 + 148 = 474 (100%)
R 121 of 474 ~ 25.53%
G 205 of 474 ~ 43.25%
B 148 of 474 ~ 31.22%

%25.53
%43.25
%31.22

CMYK color model

#79CD94 color CMYK value is (41,0,28,20).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 19.61%
CMYK:
(41,0,28,20)
C41M0Y28K20 
(41%,0%,28%,20%)
(0.41/0.00/0.28/0.20)	

CMYK percentages

%40.98
%0
%27.8
%19.61

Codes

Color #79CD94 in popluar color models

79CD94
RGB121205148
HSL139°45.65%63.92%
HSB/HSV139°40.98%80.39%
CMYK40.98%0.00%27.80%
19.61%

Color #79CD94 in popluar number systems.

HEX79CD94
Decimal121205148
Binary11110011100110110010100
Octal171315224

Shades and tints

Shades of #79CD94

#79CD94
(121,205,148)
#6EBB87
(110,187,135)
#63A97A
(99,169,122)
#58976D
(88,151,109)
#4D8560
(77,133,96)
#427353
(66,115,83)
#376146
(55,97,70)
#2C4F39
(44,79,57)
#213D2C
(33,61,44)
#162B1F
(22,43,31)
#0B1912
(11,25,18)
#000000
(0,0,0)

Tints of #79CD94

#79CD94
(121,205,148)
#85D19D
(133,209,157)
#91D5A6
(145,213,166)
#9DD9AF
(157,217,175)
#A9DDB8
(169,221,184)
#B5E1C1
(181,225,193)
#C1E5CA
(193,229,202)
#CDE9D3
(205,233,211)
#D9EDDC
(217,237,220)
#E5F1E5
(229,241,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CD94 color. Also use rgb(121,205,148) instead hex code.

Text Font Color

.myTextColor { color: #79CD94; }

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

This text font color is #79CD94.


Background Color

.myBgColor { background-color: #79CD94; }

<div style="background-color:#79CD94">Inner text</div>

This div background color is #79CD94.


Border color

.myBorderColor { border: 1px solid #79CD94; }

<div style="border:3px solid #79CD94">Div</div>

This div border color is #79CD94.


Opacity

.myOpacity80 { color: #79CD94; opacity: 0.8; }

<p style="color:#79CD94;opacity:0.8;">80%</p>

Text with #79CD94 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 #79CD94;}

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

This text has shadow with #79CD94 color.

.textShadow {text-shadow: 3px 3px 1px #79CD94, 3px 3px 1px red;}

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

This text has shadow with #79CD94 primary color and red secondary color.


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

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

This text has shadow with #79CD94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CD94 on black background.


Color preview on white background

This text has color #79CD94 on white background.



Black color preview on #79CD94 background

This text has black color on #79CD94 background.


White color preview on #79CD94 background

This text has white color on #79CD94 background.