COLOR #74C280

HEX: #74C280 RGB: (116,194,128)

Color info

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

RGB color model

#74C280 color RGB value is (116,194,128).

RGB: (116,194,128) (45%, 76%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 194 of 255 = 76%
B 128 of 255 = 50%

116
194
128

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

Portions of RGB colors in percentages

R + G + B = 116 + 194 + 128 = 438 (100%)
R 116 of 438 ~ 26.48%
G 194 of 438 ~ 44.29%
B 128 of 438 ~ 29.22'%

%26.48
%44.29
%29.22

CMYK color model

#74C280 color CMYK value is (40,0,34,24).

  • cyan value is 40.21%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%

CMYK: (40,0,34,24)
C40M0Y34K24 (40%, 0%, 34%, 24%)
(0.40 / 0.00 / 0.34 / 0.24)

CMYK percentages

%40.21
%0
%34.02
%23.92

Codes

Color #74C280 in popluar color models

74 C2 80
RGB 116 194 128
HSL 129° 39.00% 60.78%
HSB/HSV 129° 40.21% 76.08%
CMYK 40.21% 0.00% 34.02%
23.92%

Color #74C280 in popluar number systems.

HEX 74 C2 80
Decimal 116 194 128
Binary 1110100 11000010 10000000
Octal 164 302 200

Shades and tints

Shades of #74C280

#74C280
(116,194,128)
#6AB175
(106,177,117)
#60A06A
(96,160,106)
#568F5F
(86,143,95)
#4C7E54
(76,126,84)
#426D49
(66,109,73)
#385C3E
(56,92,62)
#2E4B33
(46,75,51)
#243A28
(36,58,40)
#1A291D
(26,41,29)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #74C280

#74C280
(116,194,128)
#80C78B
(128,199,139)
#8CCC96
(140,204,150)
#98D1A1
(152,209,161)
#A4D6AC
(164,214,172)
#B0DBB7
(176,219,183)
#BCE0C2
(188,224,194)
#C8E5CD
(200,229,205)
#D4EAD8
(212,234,216)
#E0EFE3
(224,239,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C280 color. Also use rgb(116,194,128) instead hex code.

Text Font Color

.myTextColor { color: #74C280; }

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

This text font color is #74C280.

Background Color

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

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

This div background color is #74C280.

Border color

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

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

This div border color is #74C280.

Opacity

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

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

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

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

This text has shadow with #74C280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C280.

Preview

Color preview on black background

This text has color #74C280 on black background.


Color preview on white background

This text has color #74C280 on white background.


Black color preview on #74C280 background

This text has black color on #74C280 background.


White color preview on #74C280 background

This text has white color on #74C280 background.


Related colors

Complementary color

Complementary color for #hex is #8B3D7F.


I love getcolorcode.com

Triadic colors

1 #8074C2 and #C28074 with #74C280 are triadic colors.

2 #80C274 and #C27480 with #74C280 are triadic colors.