COLOR #74D79A

HEX: #74D79A
RGB: (116,215,154)

Renk bilgisi

#74D79A contains mainly green color. #74D79A ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#74D79A color RGB value is (116,215,154).

  • kırmız ton 116;
  • yeşil ton 215;
  • mavi ton 154.
RGB:
(116,215,154)
(45%,84%,60%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 215 of 255 = 84%
B 154 of 255 = 60%

116
215
154

R + G + B ~ 63%. #74D79A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 215 + 154 = 485 (100%)
R 116 of 485 ~ 23.92%
G 215 of 485 ~ 44.33%
B 154 of 485 ~ 31.75%

%23.92
%44.33
%31.75

CMYK RENK MODELİ

#74D79A rengi CMYK tonu (46,0,28,16).

  • camgöbeği tonu 46.05%
  • eflatun tonu 0.00%
  • sarı tonu 28.37%
  • ana renk tonu 15.69%
CMYK:
(46,0,28,16)
C46M0Y28K16 
(46%,0%,28%,16%)
(0.46/0.00/0.28/0.16)	

CMYK yüzdeleri

%46.05
%0
%28.37
%15.69

Codes

Color #74D79A in popluar color models

74D79A
RGB116215154
HSL143°55.31%64.90%
HSB/HSV143°46.05%84.31%
CMYK46.05%0.00%28.37%
15.69%

Color #74D79A in popluar number systems.

HEX74D79A
Decimal116215154
Binary11101001101011110011010
Octal164327232

Shades and tints

Shades of #74D79A

#74D79A
(116,215,154)
#6AC48C
(106,196,140)
#60B17E
(96,177,126)
#569E70
(86,158,112)
#4C8B62
(76,139,98)
#427854
(66,120,84)
#386546
(56,101,70)
#2E5238
(46,82,56)
#243F2A
(36,63,42)
#1A2C1C
(26,44,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #74D79A

#74D79A
(116,215,154)
#80DAA3
(128,218,163)
#8CDDAC
(140,221,172)
#98E0B5
(152,224,181)
#A4E3BE
(164,227,190)
#B0E6C7
(176,230,199)
#BCE9D0
(188,233,208)
#C8ECD9
(200,236,217)
#D4EFE2
(212,239,226)
#E0F2EB
(224,242,235)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D79A color. Also use rgb(116,215,154) instead hex code.

Text Font Color

.myTextColor { color: #74D79A; }

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

This text font color is #74D79A.


Background Color

.myBgColor { background-color: #74D79A; }

<div style="background-color:#74D79A">Inner text</div>

This div background color is #74D79A.


Border color

.myBorderColor { border: 1px solid #74D79A; }

<div style="border:3px solid #74D79A">Div</div>

This div border color is #74D79A.


Opacity

.myOpacity80 { color: #74D79A; opacity: 0.8; }

<p style="color:#74D79A;opacity:0.8;">80%</p>

Text with #74D79A 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 #74D79A;}

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

This text has shadow with #74D79A color.

.textShadow {text-shadow: 3px 3px 1px #74D79A, 3px 3px 1px red;}

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

This text has shadow with #74D79A primary color and red secondary color.


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

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

This text has shadow with #74D79A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D79A on black background.


Color preview on white background

This text has color #74D79A on white background.



Black color preview on #74D79A background

This text has black color on #74D79A background.


White color preview on #74D79A background

This text has white color on #74D79A background.