COLOR #79C48C

HEX: #79C48C
RGB: (121,196,140)

Color info

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

RGB color model

#79C48C color RGB value is (121,196,140).

  • red value is 121;
  • green value is 196;
  • blue value is 140.
RGB:
(121,196,140)
(47%,77%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 140 of 255 = 55%

121
196
140

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

Portions of RGB colors in percentages

R + G + B =
121 + 196 + 140 = 457 (100%)
R 121 of 457 ~ 26.48%
G 196 of 457 ~ 42.89%
B 140 of 457 ~ 30.63%

%26.48
%42.89
%30.63

CMYK color model

#79C48C color CMYK value is (38,0,29,23).

  • cyan value is 38.27%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK:
(38,0,29,23)
C38M0Y29K23 
(38%,0%,29%,23%)
(0.38/0.00/0.29/0.23)	

CMYK percentages

%38.27
%0
%28.57
%23.14

Codes

Color #79C48C in popluar color models

79C48C
RGB121196140
HSL135°38.86%62.16%
HSB/HSV135°38.27%76.86%
CMYK38.27%0.00%28.57%
23.14%

Color #79C48C in popluar number systems.

HEX79C48C
Decimal121196140
Binary11110011100010010001100
Octal171304214

Shades and tints

Shades of #79C48C

#79C48C
(121,196,140)
#6EB380
(110,179,128)
#63A274
(99,162,116)
#589168
(88,145,104)
#4D805C
(77,128,92)
#426F50
(66,111,80)
#375E44
(55,94,68)
#2C4D38
(44,77,56)
#213C2C
(33,60,44)
#162B20
(22,43,32)
#0B1A14
(11,26,20)
#000000
(0,0,0)

Tints of #79C48C

#79C48C
(121,196,140)
#85C996
(133,201,150)
#91CEA0
(145,206,160)
#9DD3AA
(157,211,170)
#A9D8B4
(169,216,180)
#B5DDBE
(181,221,190)
#C1E2C8
(193,226,200)
#CDE7D2
(205,231,210)
#D9ECDC
(217,236,220)
#E5F1E6
(229,241,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C48C color. Also use rgb(121,196,140) instead hex code.

Text Font Color

.myTextColor { color: #79C48C; }

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

This text font color is #79C48C.


Background Color

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

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

This div background color is #79C48C.


Border color

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

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

This div border color is #79C48C.


Opacity

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

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

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

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

This text has shadow with #79C48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C48C on black background.


Color preview on white background

This text has color #79C48C on white background.



Black color preview on #79C48C background

This text has black color on #79C48C background.


White color preview on #79C48C background

This text has white color on #79C48C background.