COLOR #74C482

HEX: #74C482 RGB: (116,196,130)

Color info

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

RGB color model

#74C482 color RGB value is (116,196,130).

RGB: (116,196,130) (45%, 77%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 130 of 255 = 51%

116
196
130

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

Portions of RGB colors in percentages

R + G + B = 116 + 196 + 130 = 442 (100%)
R 116 of 442 ~ 26.24%
G 196 of 442 ~ 44.34%
B 130 of 442 ~ 29.41'%

%26.24
%44.34
%29.41

CMYK color model

#74C482 color CMYK value is (41,0,34,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 23.14%

CMYK: (41,0,34,23)
C41M0Y34K23 (41%, 0%, 34%, 23%)
(0.41 / 0.00 / 0.34 / 0.23)

CMYK percentages

%40.82
%0
%33.67
%23.14

Codes

Color #74C482 in popluar color models

74 C4 82
RGB 116 196 130
HSL 131° 40.40% 61.18%
HSB/HSV 131° 40.82% 76.86%
CMYK 40.82% 0.00% 33.67%
23.14%

Color #74C482 in popluar number systems.

HEX 74 C4 82
Decimal 116 196 130
Binary 1110100 11000100 10000010
Octal 164 304 202

Shades and tints

Shades of #74C482

#74C482
(116,196,130)
#6AB377
(106,179,119)
#60A26C
(96,162,108)
#569161
(86,145,97)
#4C8056
(76,128,86)
#426F4B
(66,111,75)
#385E40
(56,94,64)
#2E4D35
(46,77,53)
#243C2A
(36,60,42)
#1A2B1F
(26,43,31)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #74C482

#74C482
(116,196,130)
#80C98D
(128,201,141)
#8CCE98
(140,206,152)
#98D3A3
(152,211,163)
#A4D8AE
(164,216,174)
#B0DDB9
(176,221,185)
#BCE2C4
(188,226,196)
#C8E7CF
(200,231,207)
#D4ECDA
(212,236,218)
#E0F1E5
(224,241,229)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C482 color. Also use rgb(116,196,130) instead hex code.

Text Font Color

.myTextColor { color: #74C482; }

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

This text font color is #74C482.

Background Color

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

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

This div background color is #74C482.

Border color

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

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

This div border color is #74C482.

Opacity

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

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

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

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

This text has shadow with #74C482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C482.

Preview

Color preview on black background

This text has color #74C482 on black background.


Color preview on white background

This text has color #74C482 on white background.


Black color preview on #74C482 background

This text has black color on #74C482 background.


White color preview on #74C482 background

This text has white color on #74C482 background.


Related colors

Complementary color

Complementary color for #hex is #8B3B7D.


I love getcolorcode.com

Triadic colors

1 #8274C4 and #C48274 with #74C482 are triadic colors.

2 #82C474 and #C47482 with #74C482 are triadic colors.