COLOR #79AF50

HEX: #79AF50
RGB: (121,175,80)

Renk bilgisi

#79AF50 contains mainly red and green colors. #79AF50 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#79AF50 color RGB value is (121,175,80).

  • kırmız ton 121;
  • yeşil ton 175;
  • mavi ton 80.
RGB:
(121,175,80)
(47%,69%,31%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 175 of 255 = 69%
B 80 of 255 = 31%

121
175
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 175 + 80 = 376 (100%)
R 121 of 376 ~ 32.18%
G 175 of 376 ~ 46.54%
B 80 of 376 ~ 21.28%

%32.18
%46.54
%21.28

CMYK RENK MODELİ

#79AF50 rengi CMYK tonu (31,0,54,31).

  • camgöbeği tonu 30.86%
  • eflatun tonu 0.00%
  • sarı tonu 54.29%
  • ana renk tonu 31.37%
CMYK:
(31,0,54,31)
C31M0Y54K31 
(31%,0%,54%,31%)
(0.31/0.00/0.54/0.31)	

CMYK yüzdeleri

%30.86
%0
%54.29
%31.37

Codes

Color #79AF50 in popluar color models

79AF50
RGB12117580
HSL94°37.25%50.00%
HSB/HSV94°54.29%68.63%
CMYK30.86%0.00%54.29%
31.37%

Color #79AF50 in popluar number systems.

HEX79AF50
Decimal12117580
Binary1111001101011111010000
Octal171257120

Shades and tints

Shades of #79AF50

#79AF50
(121,175,80)
#6EA049
(110,160,73)
#639142
(99,145,66)
#58823B
(88,130,59)
#4D7334
(77,115,52)
#42642D
(66,100,45)
#375526
(55,85,38)
#2C461F
(44,70,31)
#213718
(33,55,24)
#162811
(22,40,17)
#0B190A
(11,25,10)
#000000
(0,0,0)

Tints of #79AF50

#79AF50
(121,175,80)
#85B65F
(133,182,95)
#91BD6E
(145,189,110)
#9DC47D
(157,196,125)
#A9CB8C
(169,203,140)
#B5D29B
(181,210,155)
#C1D9AA
(193,217,170)
#CDE0B9
(205,224,185)
#D9E7C8
(217,231,200)
#E5EED7
(229,238,215)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AF50; }

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

This text font color is #79AF50.


Background Color

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

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

This div background color is #79AF50.


Border color

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

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

This div border color is #79AF50.


Opacity

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

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

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

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

This text has shadow with #79AF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AF50 on black background.


Color preview on white background

This text has color #79AF50 on white background.



Black color preview on #79AF50 background

This text has black color on #79AF50 background.


White color preview on #79AF50 background

This text has white color on #79AF50 background.