COLOR #74C365

HEX: #74C365
RGB: (116,195,101)

Renk bilgisi

#74C365 contains mainly green color. #74C365 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#74C365 color RGB value is (116,195,101).

  • kırmız ton 116;
  • yeşil ton 195;
  • mavi ton 101.
RGB:
(116,195,101)
(45%,76%,40%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 195 of 255 = 76%
B 101 of 255 = 40%

116
195
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 195 + 101 = 412 (100%)
R 116 of 412 ~ 28.16%
G 195 of 412 ~ 47.33%
B 101 of 412 ~ 24.51%

%28.16
%47.33
%24.51

CMYK RENK MODELİ

#74C365 rengi CMYK tonu (41,0,48,24).

  • camgöbeği tonu 40.51%
  • eflatun tonu 0.00%
  • sarı tonu 48.21%
  • ana renk tonu 23.53%
CMYK:
(41,0,48,24)
C41M0Y48K24 
(41%,0%,48%,24%)
(0.41/0.00/0.48/0.24)	

CMYK yüzdeleri

%40.51
%0
%48.21
%23.53

Codes

Color #74C365 in popluar color models

74C365
RGB116195101
HSL110°43.93%58.04%
HSB/HSV110°48.21%76.47%
CMYK40.51%0.00%48.21%
23.53%

Color #74C365 in popluar number systems.

HEX74C365
Decimal116195101
Binary1110100110000111100101
Octal164303145

Shades and tints

Shades of #74C365

#74C365
(116,195,101)
#6AB25C
(106,178,92)
#60A153
(96,161,83)
#56904A
(86,144,74)
#4C7F41
(76,127,65)
#426E38
(66,110,56)
#385D2F
(56,93,47)
#2E4C26
(46,76,38)
#243B1D
(36,59,29)
#1A2A14
(26,42,20)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #74C365

#74C365
(116,195,101)
#80C873
(128,200,115)
#8CCD81
(140,205,129)
#98D28F
(152,210,143)
#A4D79D
(164,215,157)
#B0DCAB
(176,220,171)
#BCE1B9
(188,225,185)
#C8E6C7
(200,230,199)
#D4EBD5
(212,235,213)
#E0F0E3
(224,240,227)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C365 color. Also use rgb(116,195,101) instead hex code.

Text Font Color

.myTextColor { color: #74C365; }

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

This text font color is #74C365.


Background Color

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

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

This div background color is #74C365.


Border color

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

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

This div border color is #74C365.


Opacity

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

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

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

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

This text has shadow with #74C365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C365 on black background.


Color preview on white background

This text has color #74C365 on white background.



Black color preview on #74C365 background

This text has black color on #74C365 background.


White color preview on #74C365 background

This text has white color on #74C365 background.