COLOR #74BD53

HEX: #74BD53
RGB: (116,189,83)

Renk bilgisi

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

RGB renk modeli

#74BD53 color RGB value is (116,189,83).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 189 of 255 = 74%
B 83 of 255 = 33%

116
189
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 189 + 83 = 388 (100%)
R 116 of 388 ~ 29.9%
G 189 of 388 ~ 48.71%
B 83 of 388 ~ 21.39%

%29.9
%48.71
%21.39

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%38.62
%0
%56.08
%25.88

Codes

Color #74BD53 in popluar color models

74BD53
RGB11618983
HSL101°44.54%53.33%
HSB/HSV101°56.08%74.12%
CMYK38.62%0.00%56.08%
25.88%

Color #74BD53 in popluar number systems.

HEX74BD53
Decimal11618983
Binary1110100101111011010011
Octal164275123

Shades and tints

Shades of #74BD53

#74BD53
(116,189,83)
#6AAC4C
(106,172,76)
#609B45
(96,155,69)
#568A3E
(86,138,62)
#4C7937
(76,121,55)
#426830
(66,104,48)
#385729
(56,87,41)
#2E4622
(46,70,34)
#24351B
(36,53,27)
#1A2414
(26,36,20)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74BD53

#74BD53
(116,189,83)
#80C362
(128,195,98)
#8CC971
(140,201,113)
#98CF80
(152,207,128)
#A4D58F
(164,213,143)
#B0DB9E
(176,219,158)
#BCE1AD
(188,225,173)
#C8E7BC
(200,231,188)
#D4EDCB
(212,237,203)
#E0F3DA
(224,243,218)
#ECF9E9
(236,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BD53; }

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

This text font color is #74BD53.


Background Color

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

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

This div background color is #74BD53.


Border color

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

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

This div border color is #74BD53.


Opacity

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

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

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

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

This text has shadow with #74BD53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BD53 on black background.


Color preview on white background

This text has color #74BD53 on white background.



Black color preview on #74BD53 background

This text has black color on #74BD53 background.


White color preview on #74BD53 background

This text has white color on #74BD53 background.