COLOR #74C375

HEX: #74C375 RGB: (116,195,117)

Color info

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

RGB color model

#74C375 color RGB value is (116,195,117).

RGB: (116,195,117) (45%, 76%, 46%)

RGB channels and saturation

R 116 of 255 = 45%
G 195 of 255 = 76%
B 117 of 255 = 46%

116
195
117

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

Portions of RGB colors in percentages

R + G + B = 116 + 195 + 117 = 428 (100%)
R 116 of 428 ~ 27.1%
G 195 of 428 ~ 45.56%
B 117 of 428 ~ 27.34'%

%27.1
%45.56
%27.34

CMYK color model

#74C375 color CMYK value is (41,0,40,24).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 23.53%

CMYK: (41,0,40,24)
C41M0Y40K24 (41%, 0%, 40%, 24%)
(0.41 / 0.00 / 0.40 / 0.24)

CMYK percentages

%40.51
%0
%40
%23.53

Codes

Color #74C375 in popluar color models

74 C3 75
RGB 116 195 117
HSL 121° 39.70% 60.98%
HSB/HSV 121° 40.51% 76.47%
CMYK 40.51% 0.00% 40.00%
23.53%

Color #74C375 in popluar number systems.

HEX 74 C3 75
Decimal 116 195 117
Binary 1110100 11000011 1110101
Octal 164 303 165

Shades and tints

Shades of #74C375

#74C375
(116,195,117)
#6AB26B
(106,178,107)
#60A161
(96,161,97)
#569057
(86,144,87)
#4C7F4D
(76,127,77)
#426E43
(66,110,67)
#385D39
(56,93,57)
#2E4C2F
(46,76,47)
#243B25
(36,59,37)
#1A2A1B
(26,42,27)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #74C375

#74C375
(116,195,117)
#80C881
(128,200,129)
#8CCD8D
(140,205,141)
#98D299
(152,210,153)
#A4D7A5
(164,215,165)
#B0DCB1
(176,220,177)
#BCE1BD
(188,225,189)
#C8E6C9
(200,230,201)
#D4EBD5
(212,235,213)
#E0F0E1
(224,240,225)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C375; }

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

This text font color is #74C375.

Background Color

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

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

This div background color is #74C375.

Border color

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

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

This div border color is #74C375.

Opacity

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

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

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

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

This text has shadow with #74C375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C375.

Preview

Color preview on black background

This text has color #74C375 on black background.


Color preview on white background

This text has color #74C375 on white background.


Black color preview on #74C375 background

This text has black color on #74C375 background.


White color preview on #74C375 background

This text has white color on #74C375 background.


Related colors

Complementary color

Complementary color for #hex is #8B3C8A.


I love getcolorcode.com

Triadic colors

1 #7574C3 and #C37574 with #74C375 are triadic colors.

2 #75C374 and #C37475 with #74C375 are triadic colors.