COLOR #74E186

HEX: #74E186
RGB: (116,225,134)

Color info

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

RGB color model

#74E186 color RGB value is (116,225,134).

  • red value is 116;
  • green value is 225;
  • blue value is 134.
RGB:
(116,225,134)
(45%,88%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 225 of 255 = 88%
B 134 of 255 = 53%

116
225
134

R + G + B ~ 62%. #74E186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 225 + 134 = 475 (100%)
R 116 of 475 ~ 24.42%
G 225 of 475 ~ 47.37%
B 134 of 475 ~ 28.21%

%24.42
%47.37
%28.21

CMYK color model

#74E186 color CMYK value is (48,0,40,12).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(48,0,40,12)
C48M0Y40K12 
(48%,0%,40%,12%)
(0.48/0.00/0.40/0.12)	

CMYK percentages

%48.44
%0
%40.44
%11.76

Codes

Color #74E186 in popluar color models

74E186
RGB116225134
HSL130°64.50%66.86%
HSB/HSV130°48.44%88.24%
CMYK48.44%0.00%40.44%
11.76%

Color #74E186 in popluar number systems.

HEX74E186
Decimal116225134
Binary11101001110000110000110
Octal164341206

Shades and tints

Shades of #74E186

#74E186
(116,225,134)
#6ACD7A
(106,205,122)
#60B96E
(96,185,110)
#56A562
(86,165,98)
#4C9156
(76,145,86)
#427D4A
(66,125,74)
#38693E
(56,105,62)
#2E5532
(46,85,50)
#244126
(36,65,38)
#1A2D1A
(26,45,26)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #74E186

#74E186
(116,225,134)
#80E391
(128,227,145)
#8CE59C
(140,229,156)
#98E7A7
(152,231,167)
#A4E9B2
(164,233,178)
#B0EBBD
(176,235,189)
#BCEDC8
(188,237,200)
#C8EFD3
(200,239,211)
#D4F1DE
(212,241,222)
#E0F3E9
(224,243,233)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E186 color. Also use rgb(116,225,134) instead hex code.

Text Font Color

.myTextColor { color: #74E186; }

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

This text font color is #74E186.


Background Color

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

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

This div background color is #74E186.


Border color

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

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

This div border color is #74E186.


Opacity

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

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

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

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

This text has shadow with #74E186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E186 on black background.


Color preview on white background

This text has color #74E186 on white background.



Black color preview on #74E186 background

This text has black color on #74E186 background.


White color preview on #74E186 background

This text has white color on #74E186 background.