COLOR #74C659

HEX: #74C659 RGB: (116,198,89)

Color info

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

RGB color model

#74C659 color RGB value is (116,198,89).

RGB: (116,198,89) (45%, 78%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 198 of 255 = 78%
B 89 of 255 = 35%

116
198
89

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

Portions of RGB colors in percentages

R + G + B = 116 + 198 + 89 = 403 (100%)
R 116 of 403 ~ 28.78%
G 198 of 403 ~ 49.13%
B 89 of 403 ~ 22.08'%

%28.78
%49.13
%22.08

CMYK color model

#74C659 color CMYK value is (41,0,55,22).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 22.35%

CMYK: (41,0,55,22)
C41M0Y55K22 (41%, 0%, 55%, 22%)
(0.41 / 0.00 / 0.55 / 0.22)

CMYK percentages

%41.41
%0
%55.05
%22.35

Codes

Color #74C659 in popluar color models

74 C6 59
RGB 116 198 89
HSL 105° 48.88% 56.27%
HSB/HSV 105° 55.05% 77.65%
CMYK 41.41% 0.00% 55.05%
22.35%

Color #74C659 in popluar number systems.

HEX 74 C6 59
Decimal 116 198 89
Binary 1110100 11000110 1011001
Octal 164 306 131

Shades and tints

Shades of #74C659

#74C659
(116,198,89)
#6AB451
(106,180,81)
#60A249
(96,162,73)
#569041
(86,144,65)
#4C7E39
(76,126,57)
#426C31
(66,108,49)
#385A29
(56,90,41)
#2E4821
(46,72,33)
#243619
(36,54,25)
#1A2411
(26,36,17)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #74C659

#74C659
(116,198,89)
#80CB68
(128,203,104)
#8CD077
(140,208,119)
#98D586
(152,213,134)
#A4DA95
(164,218,149)
#B0DFA4
(176,223,164)
#BCE4B3
(188,228,179)
#C8E9C2
(200,233,194)
#D4EED1
(212,238,209)
#E0F3E0
(224,243,224)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C659 color. Also use rgb(116,198,89) instead hex code.

Text Font Color

.myTextColor { color: #74C659; }

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

This text font color is #74C659.

Background Color

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

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

This div background color is #74C659.

Border color

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

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

This div border color is #74C659.

Opacity

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

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

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

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

This text has shadow with #74C659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C659.

Preview

Color preview on black background

This text has color #74C659 on black background.


Color preview on white background

This text has color #74C659 on white background.


Black color preview on #74C659 background

This text has black color on #74C659 background.


White color preview on #74C659 background

This text has white color on #74C659 background.


Related colors

Complementary color

Complementary color for #hex is #8B39A6.


I love getcolorcode.com

Triadic colors

1 #5974C6 and #C65974 with #74C659 are triadic colors.

2 #59C674 and #C67459 with #74C659 are triadic colors.