COLOR #74D475

HEX: #74D475
RGB: (116,212,117)

Color info

#74D475 contains mainly green color. Web safe color of #74D475 is #66CC66 (or #6C6).

RGB color model

#74D475 color RGB value is (116,212,117).

  • red value is 116;
  • green value is 212;
  • blue value is 117.
RGB:
(116,212,117)
(45%,83%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 212 of 255 = 83%
B 117 of 255 = 46%

116
212
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 212 + 117 = 445 (100%)
R 116 of 445 ~ 26.07%
G 212 of 445 ~ 47.64%
B 117 of 445 ~ 26.29%

%26.07
%47.64
%26.29

CMYK color model

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

  • cyan value is 45.28%
  • magenta value is 0.00%
  • yellow value is 44.81%
  • key color value is 16.86%
CMYK:
(45,0,45,17)
C45M0Y45K17 
(45%,0%,45%,17%)
(0.45/0.00/0.45/0.17)	

CMYK percentages

%45.28
%0
%44.81
%16.86

Codes

Color #74D475 in popluar color models

74D475
RGB116212117
HSL121°52.75%64.31%
HSB/HSV121°45.28%83.14%
CMYK45.28%0.00%44.81%
16.86%

Color #74D475 in popluar number systems.

HEX74D475
Decimal116212117
Binary1110100110101001110101
Octal164324165

Shades and tints

Shades of #74D475

#74D475
(116,212,117)
#6AC16B
(106,193,107)
#60AE61
(96,174,97)
#569B57
(86,155,87)
#4C884D
(76,136,77)
#427543
(66,117,67)
#386239
(56,98,57)
#2E4F2F
(46,79,47)
#243C25
(36,60,37)
#1A291B
(26,41,27)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #74D475

#74D475
(116,212,117)
#80D781
(128,215,129)
#8CDA8D
(140,218,141)
#98DD99
(152,221,153)
#A4E0A5
(164,224,165)
#B0E3B1
(176,227,177)
#BCE6BD
(188,230,189)
#C8E9C9
(200,233,201)
#D4ECD5
(212,236,213)
#E0EFE1
(224,239,225)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D475 color. Also use rgb(116,212,117) instead hex code.

Text Font Color

.myTextColor { color: #74D475; }

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

This text font color is #74D475.


Background Color

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

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

This div background color is #74D475.


Border color

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

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

This div border color is #74D475.


Opacity

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

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

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

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

This text has shadow with #74D475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D475 on black background.


Color preview on white background

This text has color #74D475 on white background.



Black color preview on #74D475 background

This text has black color on #74D475 background.


White color preview on #74D475 background

This text has white color on #74D475 background.