COLOR #79DC70

HEX: #79DC70
RGB: (121,220,112)

Color info

#79DC70 contains mainly green color. Web safe color of #79DC70 is #66CC66 (or #6C6).

RGB color model

#79DC70 color RGB value is (121,220,112).

  • red value is 121;
  • green value is 220;
  • blue value is 112.
RGB:
(121,220,112)
(47%,86%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 220 of 255 = 86%
B 112 of 255 = 44%

121
220
112

R + G + B ~ 59%. #79DC70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 220 + 112 = 453 (100%)
R 121 of 453 ~ 26.71%
G 220 of 453 ~ 48.57%
B 112 of 453 ~ 24.72%

%26.71
%48.57
%24.72

CMYK color model

#79DC70 color CMYK value is (45,0,49,14).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 13.73%
CMYK:
(45,0,49,14)
C45M0Y49K14 
(45%,0%,49%,14%)
(0.45/0.00/0.49/0.14)	

CMYK percentages

%45
%0
%49.09
%13.73

Codes

Color #79DC70 in popluar color models

79DC70
RGB121220112
HSL115°60.67%65.10%
HSB/HSV115°49.09%86.27%
CMYK45.00%0.00%49.09%
13.73%

Color #79DC70 in popluar number systems.

HEX79DC70
Decimal121220112
Binary1111001110111001110000
Octal171334160

Shades and tints

Shades of #79DC70

#79DC70
(121,220,112)
#6EC866
(110,200,102)
#63B45C
(99,180,92)
#58A052
(88,160,82)
#4D8C48
(77,140,72)
#42783E
(66,120,62)
#376434
(55,100,52)
#2C502A
(44,80,42)
#213C20
(33,60,32)
#162816
(22,40,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #79DC70

#79DC70
(121,220,112)
#85DF7D
(133,223,125)
#91E28A
(145,226,138)
#9DE597
(157,229,151)
#A9E8A4
(169,232,164)
#B5EBB1
(181,235,177)
#C1EEBE
(193,238,190)
#CDF1CB
(205,241,203)
#D9F4D8
(217,244,216)
#E5F7E5
(229,247,229)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79DC70 color. Also use rgb(121,220,112) instead hex code.

Text Font Color

.myTextColor { color: #79DC70; }

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

This text font color is #79DC70.


Background Color

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

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

This div background color is #79DC70.


Border color

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

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

This div border color is #79DC70.


Opacity

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

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

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

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

This text has shadow with #79DC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79DC70 on black background.


Color preview on white background

This text has color #79DC70 on white background.



Black color preview on #79DC70 background

This text has black color on #79DC70 background.


White color preview on #79DC70 background

This text has white color on #79DC70 background.