COLOR #74F196

HEX: #74F196
RGB: (116,241,150)

Color info

#74F196 contains mainly green color. Web safe color of #74F196 is #66FF99 (or #6F9).

RGB color model

#74F196 color RGB value is (116,241,150).

  • red value is 116;
  • green value is 241;
  • blue value is 150.
RGB:
(116,241,150)
(45%,95%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 241 of 255 = 95%
B 150 of 255 = 59%

116
241
150

R + G + B ~ 66%. #74F196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 241 + 150 = 507 (100%)
R 116 of 507 ~ 22.88%
G 241 of 507 ~ 47.53%
B 150 of 507 ~ 29.59%

%22.88
%47.53
%29.59

CMYK color model

#74F196 color CMYK value is (52,0,38,5).

  • cyan value is 51.87%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 5.49%
CMYK:
(52,0,38,5)
C52M0Y38K5 
(52%,0%,38%,5%)
(0.52/0.00/0.38/0.05)	

CMYK percentages

%51.87
%0
%37.76
%5.49

Codes

Color #74F196 in popluar color models

74F196
RGB116241150
HSL136°81.70%70.00%
HSB/HSV136°51.87%94.51%
CMYK51.87%0.00%37.76%
5.49%

Color #74F196 in popluar number systems.

HEX74F196
Decimal116241150
Binary11101001111000110010110
Octal164361226

Shades and tints

Shades of #74F196

#74F196
(116,241,150)
#6ADC89
(106,220,137)
#60C77C
(96,199,124)
#56B26F
(86,178,111)
#4C9D62
(76,157,98)
#428855
(66,136,85)
#387348
(56,115,72)
#2E5E3B
(46,94,59)
#24492E
(36,73,46)
#1A3421
(26,52,33)
#101F14
(16,31,20)
#000000
(0,0,0)

Tints of #74F196

#74F196
(116,241,150)
#80F29F
(128,242,159)
#8CF3A8
(140,243,168)
#98F4B1
(152,244,177)
#A4F5BA
(164,245,186)
#B0F6C3
(176,246,195)
#BCF7CC
(188,247,204)
#C8F8D5
(200,248,213)
#D4F9DE
(212,249,222)
#E0FAE7
(224,250,231)
#ECFBF0
(236,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F196 color. Also use rgb(116,241,150) instead hex code.

Text Font Color

.myTextColor { color: #74F196; }

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

This text font color is #74F196.


Background Color

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

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

This div background color is #74F196.


Border color

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

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

This div border color is #74F196.


Opacity

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

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

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

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

This text has shadow with #74F196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F196 on black background.


Color preview on white background

This text has color #74F196 on white background.



Black color preview on #74F196 background

This text has black color on #74F196 background.


White color preview on #74F196 background

This text has white color on #74F196 background.