COLOR #74D319

HEX: #74D319 RGB: (116,211,25)

Color info

#74D319 contains mainly green color. Web safe color of #74D319 is #66CC00 (or #6C0).

RGB color model

#74D319 color RGB value is (116,211,25).

RGB: (116,211,25) (45%, 83%, 10%)

RGB channels and saturation

R 116 of 255 = 45%
G 211 of 255 = 83%
B 25 of 255 = 10%

116
211
25

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

Portions of RGB colors in percentages

R + G + B = 116 + 211 + 25 = 352 (100%)
R 116 of 352 ~ 32.95%
G 211 of 352 ~ 59.94%
B 25 of 352 ~ 7.1'%

%32.95
%59.94

CMYK color model

#74D319 color CMYK value is (45,0,88,17).

  • cyan value is 45.02%
  • magenta value is 0.00%
  • yellow value is 88.15%
  • key color value is 17.25%

CMYK: (45,0,88,17)
C45M0Y88K17 (45%, 0%, 88%, 17%)
(0.45 / 0.00 / 0.88 / 0.17)

CMYK percentages

%45.02
%0
%88.15
%17.25

Codes

Color #74D319 in popluar color models

74 D3 19
RGB 116 211 25
HSL 91° 78.81% 46.27%
HSB/HSV 91° 88.15% 82.75%
CMYK 45.02% 0.00% 88.15%
17.25%

Color #74D319 in popluar number systems.

HEX 74 D3 19
Decimal 116 211 25
Binary 1110100 11010011 11001
Octal 164 323 31

Shades and tints

Shades of #74D319

#74D319
(116,211,25)
#6AC017
(106,192,23)
#60AD15
(96,173,21)
#569A13
(86,154,19)
#4C8711
(76,135,17)
#42740F
(66,116,15)
#38610D
(56,97,13)
#2E4E0B
(46,78,11)
#243B09
(36,59,9)
#1A2807
(26,40,7)
#101505
(16,21,5)
#000000
(0,0,0)

Tints of #74D319

#74D319
(116,211,25)
#80D72D
(128,215,45)
#8CDB41
(140,219,65)
#98DF55
(152,223,85)
#A4E369
(164,227,105)
#B0E77D
(176,231,125)
#BCEB91
(188,235,145)
#C8EFA5
(200,239,165)
#D4F3B9
(212,243,185)
#E0F7CD
(224,247,205)
#ECFBE1
(236,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D319 color. Also use rgb(116,211,25) instead hex code.

Text Font Color

.myTextColor { color: #74D319; }

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

This text font color is #74D319.

Background Color

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

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

This div background color is #74D319.

Border color

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

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

This div border color is #74D319.

Opacity

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

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

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

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

This text has shadow with #74D319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74D319.

Preview

Color preview on black background

This text has color #74D319 on black background.


Color preview on white background

This text has color #74D319 on white background.


Black color preview on #74D319 background

This text has black color on #74D319 background.


White color preview on #74D319 background

This text has white color on #74D319 background.


Related colors

Complementary color

Complementary color for #hex is #8B2CE6.


I love getcolorcode.com

Triadic colors

1 #1974D3 and #D31974 with #74D319 are triadic colors.

2 #19D374 and #D37419 with #74D319 are triadic colors.