COLOR #74C555

HEX: #74C555 RGB: (116,197,85)

Color info

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

RGB color model

#74C555 color RGB value is (116,197,85).

RGB: (116,197,85) (45%, 77%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 197 of 255 = 77%
B 85 of 255 = 33%

116
197
85

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

Portions of RGB colors in percentages

R + G + B = 116 + 197 + 85 = 398 (100%)
R 116 of 398 ~ 29.15%
G 197 of 398 ~ 49.5%
B 85 of 398 ~ 21.36'%

%29.15
%49.5
%21.36

CMYK color model

#74C555 color CMYK value is (41,0,57,23).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 56.85%
  • key color value is 22.75%

CMYK: (41,0,57,23)
C41M0Y57K23 (41%, 0%, 57%, 23%)
(0.41 / 0.00 / 0.57 / 0.23)

CMYK percentages

%41.12
%0
%56.85
%22.75

Codes

Color #74C555 in popluar color models

74 C5 55
RGB 116 197 85
HSL 103° 49.12% 55.29%
HSB/HSV 103° 56.85% 77.25%
CMYK 41.12% 0.00% 56.85%
22.75%

Color #74C555 in popluar number systems.

HEX 74 C5 55
Decimal 116 197 85
Binary 1110100 11000101 1010101
Octal 164 305 125

Shades and tints

Shades of #74C555

#74C555
(116,197,85)
#6AB44E
(106,180,78)
#60A347
(96,163,71)
#569240
(86,146,64)
#4C8139
(76,129,57)
#427032
(66,112,50)
#385F2B
(56,95,43)
#2E4E24
(46,78,36)
#243D1D
(36,61,29)
#1A2C16
(26,44,22)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #74C555

#74C555
(116,197,85)
#80CA64
(128,202,100)
#8CCF73
(140,207,115)
#98D482
(152,212,130)
#A4D991
(164,217,145)
#B0DEA0
(176,222,160)
#BCE3AF
(188,227,175)
#C8E8BE
(200,232,190)
#D4EDCD
(212,237,205)
#E0F2DC
(224,242,220)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C555 color. Also use rgb(116,197,85) instead hex code.

Text Font Color

.myTextColor { color: #74C555; }

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

This text font color is #74C555.

Background Color

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

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

This div background color is #74C555.

Border color

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

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

This div border color is #74C555.

Opacity

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

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

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

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

This text has shadow with #74C555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C555.

Preview

Color preview on black background

This text has color #74C555 on black background.


Color preview on white background

This text has color #74C555 on white background.


Black color preview on #74C555 background

This text has black color on #74C555 background.


White color preview on #74C555 background

This text has white color on #74C555 background.


Related colors

Complementary color

Complementary color for #hex is #8B3AAA.


I love getcolorcode.com

Triadic colors

1 #5574C5 and #C55574 with #74C555 are triadic colors.

2 #55C574 and #C57455 with #74C555 are triadic colors.