COLOR #74C385

HEX: #74C385 RGB: (116,195,133)

Color info

#74C385 contains mainly green color. Web safe color of #74C385 is #66CC99 (or #6C9).

RGB color model

#74C385 color RGB value is (116,195,133).

RGB: (116,195,133) (45%, 76%, 52%)

RGB channels and saturation

R 116 of 255 = 45%
G 195 of 255 = 76%
B 133 of 255 = 52%

116
195
133

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

Portions of RGB colors in percentages

R + G + B = 116 + 195 + 133 = 444 (100%)
R 116 of 444 ~ 26.13%
G 195 of 444 ~ 43.92%
B 133 of 444 ~ 29.95'%

%26.13
%43.92
%29.95

CMYK color model

#74C385 color CMYK value is (41,0,32,24).

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

CMYK: (41,0,32,24)
C41M0Y32K24 (41%, 0%, 32%, 24%)
(0.41 / 0.00 / 0.32 / 0.24)

CMYK percentages

%40.51
%0
%31.79
%23.53

Codes

Color #74C385 in popluar color models

74 C3 85
RGB 116 195 133
HSL 133° 39.70% 60.98%
HSB/HSV 133° 40.51% 76.47%
CMYK 40.51% 0.00% 31.79%
23.53%

Color #74C385 in popluar number systems.

HEX 74 C3 85
Decimal 116 195 133
Binary 1110100 11000011 10000101
Octal 164 303 205

Shades and tints

Shades of #74C385

#74C385
(116,195,133)
#6AB279
(106,178,121)
#60A16D
(96,161,109)
#569061
(86,144,97)
#4C7F55
(76,127,85)
#426E49
(66,110,73)
#385D3D
(56,93,61)
#2E4C31
(46,76,49)
#243B25
(36,59,37)
#1A2A19
(26,42,25)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #74C385

#74C385
(116,195,133)
#80C890
(128,200,144)
#8CCD9B
(140,205,155)
#98D2A6
(152,210,166)
#A4D7B1
(164,215,177)
#B0DCBC
(176,220,188)
#BCE1C7
(188,225,199)
#C8E6D2
(200,230,210)
#D4EBDD
(212,235,221)
#E0F0E8
(224,240,232)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C385; }

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

This text font color is #74C385.

Background Color

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

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

This div background color is #74C385.

Border color

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

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

This div border color is #74C385.

Opacity

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

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

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

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

This text has shadow with #74C385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C385.

Preview

Color preview on black background

This text has color #74C385 on black background.


Color preview on white background

This text has color #74C385 on white background.


Black color preview on #74C385 background

This text has black color on #74C385 background.


White color preview on #74C385 background

This text has white color on #74C385 background.


Related colors

Complementary color

Complementary color for #hex is #8B3C7A.


I love getcolorcode.com

Triadic colors

1 #8574C3 and #C38574 with #74C385 are triadic colors.

2 #85C374 and #C37485 with #74C385 are triadic colors.