COLOR #74C429

HEX: #74C429
RGB: (116,196,41)

Renk bilgisi

#74C429 contains mainly green color. #74C429 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#74C429 color RGB value is (116,196,41).

  • kırmız ton 116;
  • yeşil ton 196;
  • mavi ton 41.
RGB:
(116,196,41)
(45%,77%,16%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 196 of 255 = 77%
B 41 of 255 = 16%

116
196
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 196 + 41 = 353 (100%)
R 116 of 353 ~ 32.86%
G 196 of 353 ~ 55.52%
B 41 of 353 ~ 11.61%

%32.86
%55.52
%11.61

CMYK RENK MODELİ

#74C429 rengi CMYK tonu (41,0,79,23).

  • camgöbeği tonu 40.82%
  • eflatun tonu 0.00%
  • sarı tonu 79.08%
  • ana renk tonu 23.14%
CMYK:
(41,0,79,23)
C41M0Y79K23 
(41%,0%,79%,23%)
(0.41/0.00/0.79/0.23)	

CMYK yüzdeleri

%40.82
%0
%79.08
%23.14

Codes

Color #74C429 in popluar color models

74C429
RGB11619641
HSL91°65.40%46.47%
HSB/HSV91°79.08%76.86%
CMYK40.82%0.00%79.08%
23.14%

Color #74C429 in popluar number systems.

HEX74C429
Decimal11619641
Binary111010011000100101001
Octal16430451

Shades and tints

Shades of #74C429

#74C429
(116,196,41)
#6AB326
(106,179,38)
#60A223
(96,162,35)
#569120
(86,145,32)
#4C801D
(76,128,29)
#426F1A
(66,111,26)
#385E17
(56,94,23)
#2E4D14
(46,77,20)
#243C11
(36,60,17)
#1A2B0E
(26,43,14)
#101A0B
(16,26,11)
#000000
(0,0,0)

Tints of #74C429

#74C429
(116,196,41)
#80C93C
(128,201,60)
#8CCE4F
(140,206,79)
#98D362
(152,211,98)
#A4D875
(164,216,117)
#B0DD88
(176,221,136)
#BCE29B
(188,226,155)
#C8E7AE
(200,231,174)
#D4ECC1
(212,236,193)
#E0F1D4
(224,241,212)
#ECF6E7
(236,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C429 color. Also use rgb(116,196,41) instead hex code.

Text Font Color

.myTextColor { color: #74C429; }

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

This text font color is #74C429.


Background Color

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

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

This div background color is #74C429.


Border color

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

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

This div border color is #74C429.


Opacity

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

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

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

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

This text has shadow with #74C429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C429 on black background.


Color preview on white background

This text has color #74C429 on white background.



Black color preview on #74C429 background

This text has black color on #74C429 background.


White color preview on #74C429 background

This text has white color on #74C429 background.