COLOR #74BD73

HEX: #74BD73
RGB: (116,189,115)

Renk bilgisi

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

RGB renk modeli

#74BD73 color RGB value is (116,189,115).

  • kırmız ton 116;
  • yeşil ton 189;
  • mavi ton 115.
RGB:
(116,189,115)
(45%,74%,45%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 189 of 255 = 74%
B 115 of 255 = 45%

116
189
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 189 + 115 = 420 (100%)
R 116 of 420 ~ 27.62%
G 189 of 420 ~ 45%
B 115 of 420 ~ 27.38%

%27.62
%45
%27.38

CMYK RENK MODELİ

#74BD73 rengi CMYK tonu (39,0,39,26).

  • camgöbeği tonu 38.62%
  • eflatun tonu 0.00%
  • sarı tonu 39.15%
  • ana renk tonu 25.88%
CMYK:
(39,0,39,26)
C39M0Y39K26 
(39%,0%,39%,26%)
(0.39/0.00/0.39/0.26)	

CMYK yüzdeleri

%38.62
%0
%39.15
%25.88

Codes

Color #74BD73 in popluar color models

74BD73
RGB116189115
HSL119°35.92%59.61%
HSB/HSV119°39.15%74.12%
CMYK38.62%0.00%39.15%
25.88%

Color #74BD73 in popluar number systems.

HEX74BD73
Decimal116189115
Binary1110100101111011110011
Octal164275163

Shades and tints

Shades of #74BD73

#74BD73
(116,189,115)
#6AAC69
(106,172,105)
#609B5F
(96,155,95)
#568A55
(86,138,85)
#4C794B
(76,121,75)
#426841
(66,104,65)
#385737
(56,87,55)
#2E462D
(46,70,45)
#243523
(36,53,35)
#1A2419
(26,36,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #74BD73

#74BD73
(116,189,115)
#80C37F
(128,195,127)
#8CC98B
(140,201,139)
#98CF97
(152,207,151)
#A4D5A3
(164,213,163)
#B0DBAF
(176,219,175)
#BCE1BB
(188,225,187)
#C8E7C7
(200,231,199)
#D4EDD3
(212,237,211)
#E0F3DF
(224,243,223)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BD73 color. Also use rgb(116,189,115) instead hex code.

Text Font Color

.myTextColor { color: #74BD73; }

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

This text font color is #74BD73.


Background Color

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

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

This div background color is #74BD73.


Border color

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

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

This div border color is #74BD73.


Opacity

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

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

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

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

This text has shadow with #74BD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BD73 on black background.


Color preview on white background

This text has color #74BD73 on white background.



Black color preview on #74BD73 background

This text has black color on #74BD73 background.


White color preview on #74BD73 background

This text has white color on #74BD73 background.