COLOR #79CB50

HEX: #79CB50 RGB: (121,203,80)

Color info

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

RGB color model

#79CB50 color RGB value is (121,203,80).

RGB: (121,203,80) (47%, 80%, 31%)

RGB channels and saturation

R 121 of 255 = 47%
G 203 of 255 = 80%
B 80 of 255 = 31%

121
203
80

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

Portions of RGB colors in percentages

R + G + B = 121 + 203 + 80 = 404 (100%)
R 121 of 404 ~ 29.95%
G 203 of 404 ~ 50.25%
B 80 of 404 ~ 19.8'%

%29.95
%50.25
%19.8

CMYK color model

#79CB50 color CMYK value is (40,0,61,20).

  • cyan value is 40.39%
  • magenta value is 0.00%
  • yellow value is 60.59%
  • key color value is 20.39%

CMYK: (40,0,61,20)
C40M0Y61K20 (40%, 0%, 61%, 20%)
(0.40 / 0.00 / 0.61 / 0.20)

CMYK percentages

%40.39
%0
%60.59
%20.39

Codes

Color #79CB50 in popluar color models

79 CB 50
RGB 121 203 80
HSL 100° 54.19% 55.49%
HSB/HSV 100° 60.59% 79.61%
CMYK 40.39% 0.00% 60.59%
20.39%

Color #79CB50 in popluar number systems.

HEX 79 CB 50
Decimal 121 203 80
Binary 1111001 11001011 1010000
Octal 171 313 120

Shades and tints

Shades of #79CB50

#79CB50
(121,203,80)
#6EB949
(110,185,73)
#63A742
(99,167,66)
#58953B
(88,149,59)
#4D8334
(77,131,52)
#42712D
(66,113,45)
#375F26
(55,95,38)
#2C4D1F
(44,77,31)
#213B18
(33,59,24)
#162911
(22,41,17)
#0B170A
(11,23,10)
#000000
(0,0,0)

Tints of #79CB50

#79CB50
(121,203,80)
#85CF5F
(133,207,95)
#91D36E
(145,211,110)
#9DD77D
(157,215,125)
#A9DB8C
(169,219,140)
#B5DF9B
(181,223,155)
#C1E3AA
(193,227,170)
#CDE7B9
(205,231,185)
#D9EBC8
(217,235,200)
#E5EFD7
(229,239,215)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CB50 color. Also use rgb(121,203,80) instead hex code.

Text Font Color

.myTextColor { color: #79CB50; }

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

This text font color is #79CB50.

Background Color

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

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

This div background color is #79CB50.

Border color

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

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

This div border color is #79CB50.

Opacity

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

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

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

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

This text has shadow with #79CB50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79CB50.

Preview

Color preview on black background

This text has color #79CB50 on black background.


Color preview on white background

This text has color #79CB50 on white background.


Black color preview on #79CB50 background

This text has black color on #79CB50 background.


White color preview on #79CB50 background

This text has white color on #79CB50 background.


Related colors

Complementary color

Complementary color for #hex is #8634AF.


I love getcolorcode.com

Triadic colors

1 #5079CB and #CB5079 with #79CB50 are triadic colors.

2 #50CB79 and #CB7950 with #79CB50 are triadic colors.