COLOR #74D520

HEX: #74D520
RGB: (116,213,32)

Renk bilgisi

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

RGB renk modeli

#74D520 color RGB value is (116,213,32).

  • kırmız ton 116;
  • yeşil ton 213;
  • mavi ton 32.
RGB:
(116,213,32)
(45%,84%,13%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 213 of 255 = 84%
B 32 of 255 = 13%

116
213
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 213 + 32 = 361 (100%)
R 116 of 361 ~ 32.13%
G 213 of 361 ~ 59%
B 32 of 361 ~ 8.86%

%32.13
%59

CMYK RENK MODELİ

#74D520 rengi CMYK tonu (46,0,85,16).

  • camgöbeği tonu 45.54%
  • eflatun tonu 0.00%
  • sarı tonu 84.98%
  • ana renk tonu 16.47%
CMYK:
(46,0,85,16)
C46M0Y85K16 
(46%,0%,85%,16%)
(0.46/0.00/0.85/0.16)	

CMYK yüzdeleri

%45.54
%0
%84.98
%16.47

Codes

Color #74D520 in popluar color models

74D520
RGB11621332
HSL92°73.88%48.04%
HSB/HSV92°84.98%83.53%
CMYK45.54%0.00%84.98%
16.47%

Color #74D520 in popluar number systems.

HEX74D520
Decimal11621332
Binary111010011010101100000
Octal16432540

Shades and tints

Shades of #74D520

#74D520
(116,213,32)
#6AC21E
(106,194,30)
#60AF1C
(96,175,28)
#569C1A
(86,156,26)
#4C8918
(76,137,24)
#427616
(66,118,22)
#386314
(56,99,20)
#2E5012
(46,80,18)
#243D10
(36,61,16)
#1A2A0E
(26,42,14)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #74D520

#74D520
(116,213,32)
#80D834
(128,216,52)
#8CDB48
(140,219,72)
#98DE5C
(152,222,92)
#A4E170
(164,225,112)
#B0E484
(176,228,132)
#BCE798
(188,231,152)
#C8EAAC
(200,234,172)
#D4EDC0
(212,237,192)
#E0F0D4
(224,240,212)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D520 color. Also use rgb(116,213,32) instead hex code.

Text Font Color

.myTextColor { color: #74D520; }

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

This text font color is #74D520.


Background Color

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

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

This div background color is #74D520.


Border color

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

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

This div border color is #74D520.


Opacity

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

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

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

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

This text has shadow with #74D520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D520 on black background.


Color preview on white background

This text has color #74D520 on white background.



Black color preview on #74D520 background

This text has black color on #74D520 background.


White color preview on #74D520 background

This text has white color on #74D520 background.