COLOR #79C264

HEX: #79C264
RGB: (121,194,100)

Color info

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

RGB color model

#79C264 color RGB value is (121,194,100).

  • red value is 121;
  • green value is 194;
  • blue value is 100.
RGB:
(121,194,100)
(47%,76%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 194 of 255 = 76%
B 100 of 255 = 39%

121
194
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 194 + 100 = 415 (100%)
R 121 of 415 ~ 29.16%
G 194 of 415 ~ 46.75%
B 100 of 415 ~ 24.1%

%29.16
%46.75
%24.1

CMYK color model

#79C264 color CMYK value is (38,0,48,24).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 23.92%
CMYK:
(38,0,48,24)
C38M0Y48K24 
(38%,0%,48%,24%)
(0.38/0.00/0.48/0.24)	

CMYK percentages

%37.63
%0
%48.45
%23.92

Codes

Color #79C264 in popluar color models

79C264
RGB121194100
HSL107°43.52%57.65%
HSB/HSV107°48.45%76.08%
CMYK37.63%0.00%48.45%
23.92%

Color #79C264 in popluar number systems.

HEX79C264
Decimal121194100
Binary1111001110000101100100
Octal171302144

Shades and tints

Shades of #79C264

#79C264
(121,194,100)
#6EB15B
(110,177,91)
#63A052
(99,160,82)
#588F49
(88,143,73)
#4D7E40
(77,126,64)
#426D37
(66,109,55)
#375C2E
(55,92,46)
#2C4B25
(44,75,37)
#213A1C
(33,58,28)
#162913
(22,41,19)
#0B180A
(11,24,10)
#000000
(0,0,0)

Tints of #79C264

#79C264
(121,194,100)
#85C772
(133,199,114)
#91CC80
(145,204,128)
#9DD18E
(157,209,142)
#A9D69C
(169,214,156)
#B5DBAA
(181,219,170)
#C1E0B8
(193,224,184)
#CDE5C6
(205,229,198)
#D9EAD4
(217,234,212)
#E5EFE2
(229,239,226)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C264 color. Also use rgb(121,194,100) instead hex code.

Text Font Color

.myTextColor { color: #79C264; }

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

This text font color is #79C264.


Background Color

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

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

This div background color is #79C264.


Border color

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

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

This div border color is #79C264.


Opacity

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

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

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

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

This text has shadow with #79C264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C264 on black background.


Color preview on white background

This text has color #79C264 on white background.



Black color preview on #79C264 background

This text has black color on #79C264 background.


White color preview on #79C264 background

This text has white color on #79C264 background.