COLOR #74C466

HEX: #74C466
RGB: (116,196,102)

Renk bilgisi

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

RGB renk modeli

#74C466 color RGB value is (116,196,102).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 196 of 255 = 77%
B 102 of 255 = 40%

116
196
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 196 + 102 = 414 (100%)
R 116 of 414 ~ 28.02%
G 196 of 414 ~ 47.34%
B 102 of 414 ~ 24.64%

%28.02
%47.34
%24.64

CMYK RENK MODELİ

#74C466 rengi CMYK tonu (41,0,48,23).

  • camgöbeği tonu 40.82%
  • eflatun tonu 0.00%
  • sarı tonu 47.96%
  • ana renk tonu 23.14%
CMYK:
(41,0,48,23)
C41M0Y48K23 
(41%,0%,48%,23%)
(0.41/0.00/0.48/0.23)	

CMYK yüzdeleri

%40.82
%0
%47.96
%23.14

Codes

Color #74C466 in popluar color models

74C466
RGB116196102
HSL111°44.34%58.43%
HSB/HSV111°47.96%76.86%
CMYK40.82%0.00%47.96%
23.14%

Color #74C466 in popluar number systems.

HEX74C466
Decimal116196102
Binary1110100110001001100110
Octal164304146

Shades and tints

Shades of #74C466

#74C466
(116,196,102)
#6AB35D
(106,179,93)
#60A254
(96,162,84)
#56914B
(86,145,75)
#4C8042
(76,128,66)
#426F39
(66,111,57)
#385E30
(56,94,48)
#2E4D27
(46,77,39)
#243C1E
(36,60,30)
#1A2B15
(26,43,21)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #74C466

#74C466
(116,196,102)
#80C973
(128,201,115)
#8CCE80
(140,206,128)
#98D38D
(152,211,141)
#A4D89A
(164,216,154)
#B0DDA7
(176,221,167)
#BCE2B4
(188,226,180)
#C8E7C1
(200,231,193)
#D4ECCE
(212,236,206)
#E0F1DB
(224,241,219)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C466; }

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

This text font color is #74C466.


Background Color

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

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

This div background color is #74C466.


Border color

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

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

This div border color is #74C466.


Opacity

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

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

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

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

This text has shadow with #74C466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C466 on black background.


Color preview on white background

This text has color #74C466 on white background.



Black color preview on #74C466 background

This text has black color on #74C466 background.


White color preview on #74C466 background

This text has white color on #74C466 background.