COLOR #79C475

HEX: #79C475 RGB: (121,196,117)

Color info

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

RGB color model

#79C475 color RGB value is (121,196,117).

RGB: (121,196,117) (47%, 77%, 46%)

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 117 of 255 = 46%

121
196
117

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

Portions of RGB colors in percentages

R + G + B = 121 + 196 + 117 = 434 (100%)
R 121 of 434 ~ 27.88%
G 196 of 434 ~ 45.16%
B 117 of 434 ~ 26.96'%

%27.88
%45.16
%26.96

CMYK color model

#79C475 color CMYK value is (38,0,40,23).

  • cyan value is 38.27%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 23.14%

CMYK: (38,0,40,23)
C38M0Y40K23 (38%, 0%, 40%, 23%)
(0.38 / 0.00 / 0.40 / 0.23)

CMYK percentages

%38.27
%0
%40.31
%23.14

Codes

Color #79C475 in popluar color models

79 C4 75
RGB 121 196 117
HSL 117° 40.10% 61.37%
HSB/HSV 117° 40.31% 76.86%
CMYK 38.27% 0.00% 40.31%
23.14%

Color #79C475 in popluar number systems.

HEX 79 C4 75
Decimal 121 196 117
Binary 1111001 11000100 1110101
Octal 171 304 165

Shades and tints

Shades of #79C475

#79C475
(121,196,117)
#6EB36B
(110,179,107)
#63A261
(99,162,97)
#589157
(88,145,87)
#4D804D
(77,128,77)
#426F43
(66,111,67)
#375E39
(55,94,57)
#2C4D2F
(44,77,47)
#213C25
(33,60,37)
#162B1B
(22,43,27)
#0B1A11
(11,26,17)
#000000
(0,0,0)

Tints of #79C475

#79C475
(121,196,117)
#85C981
(133,201,129)
#91CE8D
(145,206,141)
#9DD399
(157,211,153)
#A9D8A5
(169,216,165)
#B5DDB1
(181,221,177)
#C1E2BD
(193,226,189)
#CDE7C9
(205,231,201)
#D9ECD5
(217,236,213)
#E5F1E1
(229,241,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C475; }

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

This text font color is #79C475.

Background Color

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

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

This div background color is #79C475.

Border color

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

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

This div border color is #79C475.

Opacity

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

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

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

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

This text has shadow with #79C475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C475.

Preview

Color preview on black background

This text has color #79C475 on black background.


Color preview on white background

This text has color #79C475 on white background.


Black color preview on #79C475 background

This text has black color on #79C475 background.


White color preview on #79C475 background

This text has white color on #79C475 background.


Related colors

Complementary color

Complementary color for #hex is #863B8A.


I love getcolorcode.com

Triadic colors

1 #7579C4 and #C47579 with #79C475 are triadic colors.

2 #75C479 and #C47975 with #79C475 are triadic colors.