COLOR #74D90D

HEX: #74D90D
RGB: (116,217,13)

Color info

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

RGB color model

#74D90D color RGB value is (116,217,13).

  • red value is 116;
  • green value is 217;
  • blue value is 13.
RGB:
(116,217,13)
(45%,85%,5%)

RGB channels and saturation

R 116 of 255 = 45%
G 217 of 255 = 85%
B 13 of 255 = 5%

116
217
13

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

Portions of RGB colors in percentages

R + G + B =
116 + 217 + 13 = 346 (100%)
R 116 of 346 ~ 33.53%
G 217 of 346 ~ 62.72%
B 13 of 346 ~ 3.76%

%33.53
%62.72

CMYK color model

#74D90D color CMYK value is (47,0,94,15).

  • cyan value is 46.54%
  • magenta value is 0.00%
  • yellow value is 94.01%
  • key color value is 14.90%
CMYK:
(47,0,94,15)
C47M0Y94K15 
(47%,0%,94%,15%)
(0.47/0.00/0.94/0.15)	

CMYK percentages

%46.54
%0
%94.01
%14.9

Codes

Color #74D90D in popluar color models

74D90D
RGB11621713
HSL90°88.70%45.10%
HSB/HSV90°94.01%85.10%
CMYK46.54%0.00%94.01%
14.90%

Color #74D90D in popluar number systems.

HEX74D90D
Decimal11621713
Binary1110100110110011101
Octal16433115

Shades and tints

Shades of #74D90D

#74D90D
(116,217,13)
#6AC60C
(106,198,12)
#60B30B
(96,179,11)
#56A00A
(86,160,10)
#4C8D09
(76,141,9)
#427A08
(66,122,8)
#386707
(56,103,7)
#2E5406
(46,84,6)
#244105
(36,65,5)
#1A2E04
(26,46,4)
#101B03
(16,27,3)
#000000
(0,0,0)

Tints of #74D90D

#74D90D
(116,217,13)
#80DC23
(128,220,35)
#8CDF39
(140,223,57)
#98E24F
(152,226,79)
#A4E565
(164,229,101)
#B0E87B
(176,232,123)
#BCEB91
(188,235,145)
#C8EEA7
(200,238,167)
#D4F1BD
(212,241,189)
#E0F4D3
(224,244,211)
#ECF7E9
(236,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D90D color. Also use rgb(116,217,13) instead hex code.

Text Font Color

.myTextColor { color: #74D90D; }

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

This text font color is #74D90D.


Background Color

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

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

This div background color is #74D90D.


Border color

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

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

This div border color is #74D90D.


Opacity

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

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

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

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

This text has shadow with #74D90D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D90D on black background.


Color preview on white background

This text has color #74D90D on white background.



Black color preview on #74D90D background

This text has black color on #74D90D background.


White color preview on #74D90D background

This text has white color on #74D90D background.