COLOR #74C04C

HEX: #74C04C
RGB: (116,192,76)

Renk bilgisi

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

RGB renk modeli

#74C04C color RGB value is (116,192,76).

  • kırmız ton 116;
  • yeşil ton 192;
  • mavi ton 76.
RGB:
(116,192,76)
(45%,75%,30%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 192 of 255 = 75%
B 76 of 255 = 30%

116
192
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 192 + 76 = 384 (100%)
R 116 of 384 ~ 30.21%
G 192 of 384 ~ 50%
B 76 of 384 ~ 19.79%

%30.21
%50
%19.79

CMYK RENK MODELİ

#74C04C rengi CMYK tonu (40,0,60,25).

  • camgöbeği tonu 39.58%
  • eflatun tonu 0.00%
  • sarı tonu 60.42%
  • ana renk tonu 24.71%
CMYK:
(40,0,60,25)
C40M0Y60K25 
(40%,0%,60%,25%)
(0.40/0.00/0.60/0.25)	

CMYK yüzdeleri

%39.58
%0
%60.42
%24.71

Codes

Color #74C04C in popluar color models

74C04C
RGB11619276
HSL99°47.93%52.55%
HSB/HSV99°60.42%75.29%
CMYK39.58%0.00%60.42%
24.71%

Color #74C04C in popluar number systems.

HEX74C04C
Decimal11619276
Binary1110100110000001001100
Octal164300114

Shades and tints

Shades of #74C04C

#74C04C
(116,192,76)
#6AAF46
(106,175,70)
#609E40
(96,158,64)
#568D3A
(86,141,58)
#4C7C34
(76,124,52)
#426B2E
(66,107,46)
#385A28
(56,90,40)
#2E4922
(46,73,34)
#24381C
(36,56,28)
#1A2716
(26,39,22)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #74C04C

#74C04C
(116,192,76)
#80C55C
(128,197,92)
#8CCA6C
(140,202,108)
#98CF7C
(152,207,124)
#A4D48C
(164,212,140)
#B0D99C
(176,217,156)
#BCDEAC
(188,222,172)
#C8E3BC
(200,227,188)
#D4E8CC
(212,232,204)
#E0EDDC
(224,237,220)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C04C color. Also use rgb(116,192,76) instead hex code.

Text Font Color

.myTextColor { color: #74C04C; }

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

This text font color is #74C04C.


Background Color

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

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

This div background color is #74C04C.


Border color

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

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

This div border color is #74C04C.


Opacity

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

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

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

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

This text has shadow with #74C04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C04C on black background.


Color preview on white background

This text has color #74C04C on white background.



Black color preview on #74C04C background

This text has black color on #74C04C background.


White color preview on #74C04C background

This text has white color on #74C04C background.