COLOR #74CE56

HEX: #74CE56 RGB: (116,206,86)

Color info

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

RGB color model

#74CE56 color RGB value is (116,206,86).

RGB: (116,206,86) (45%, 81%, 34%)

RGB channels and saturation

R 116 of 255 = 45%
G 206 of 255 = 81%
B 86 of 255 = 34%

116
206
86

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

Portions of RGB colors in percentages

R + G + B = 116 + 206 + 86 = 408 (100%)
R 116 of 408 ~ 28.43%
G 206 of 408 ~ 50.49%
B 86 of 408 ~ 21.08'%

%28.43
%50.49
%21.08

CMYK color model

#74CE56 color CMYK value is (44,0,58,19).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 58.25%
  • key color value is 19.22%

CMYK: (44,0,58,19)
C44M0Y58K19 (44%, 0%, 58%, 19%)
(0.44 / 0.00 / 0.58 / 0.19)

CMYK percentages

%43.69
%0
%58.25
%19.22

Codes

Color #74CE56 in popluar color models

74 CE 56
RGB 116 206 86
HSL 105° 55.05% 57.25%
HSB/HSV 105° 58.25% 80.78%
CMYK 43.69% 0.00% 58.25%
19.22%

Color #74CE56 in popluar number systems.

HEX 74 CE 56
Decimal 116 206 86
Binary 1110100 11001110 1010110
Octal 164 316 126

Shades and tints

Shades of #74CE56

#74CE56
(116,206,86)
#6ABC4F
(106,188,79)
#60AA48
(96,170,72)
#569841
(86,152,65)
#4C863A
(76,134,58)
#427433
(66,116,51)
#38622C
(56,98,44)
#2E5025
(46,80,37)
#243E1E
(36,62,30)
#1A2C17
(26,44,23)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #74CE56

#74CE56
(116,206,86)
#80D265
(128,210,101)
#8CD674
(140,214,116)
#98DA83
(152,218,131)
#A4DE92
(164,222,146)
#B0E2A1
(176,226,161)
#BCE6B0
(188,230,176)
#C8EABF
(200,234,191)
#D4EECE
(212,238,206)
#E0F2DD
(224,242,221)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CE56 color. Also use rgb(116,206,86) instead hex code.

Text Font Color

.myTextColor { color: #74CE56; }

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

This text font color is #74CE56.

Background Color

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

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

This div background color is #74CE56.

Border color

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

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

This div border color is #74CE56.

Opacity

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

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

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

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

This text has shadow with #74CE56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74CE56.

Preview

Color preview on black background

This text has color #74CE56 on black background.


Color preview on white background

This text has color #74CE56 on white background.


Black color preview on #74CE56 background

This text has black color on #74CE56 background.


White color preview on #74CE56 background

This text has white color on #74CE56 background.


Related colors

Complementary color

Complementary color for #hex is #8B31A9.


I love getcolorcode.com

Triadic colors

1 #5674CE and #CE5674 with #74CE56 are triadic colors.

2 #56CE74 and #CE7456 with #74CE56 are triadic colors.