COLOR #74F1C3

HEX: #74F1C3
RGB: (116,241,195)

Color info

#74F1C3 contains mainly green and blue colors. Web safe color of #74F1C3 is #66FFCC (or #6FC).

RGB color model

#74F1C3 color RGB value is (116,241,195).

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

RGB channels and saturation

R 116 of 255 = 45%
G 241 of 255 = 95%
B 195 of 255 = 76%

116
241
195

R + G + B ~ 72%. #74F1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 241 + 195 = 552 (100%)
R 116 of 552 ~ 21.01%
G 241 of 552 ~ 43.66%
B 195 of 552 ~ 35.33%

%21.01
%43.66
%35.33

CMYK color model

#74F1C3 color CMYK value is (52,0,19,5).

  • cyan value is 51.87%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 5.49%
CMYK:
(52,0,19,5)
C52M0Y19K5 
(52%,0%,19%,5%)
(0.52/0.00/0.19/0.05)	

CMYK percentages

%51.87
%0
%19.09
%5.49

Codes

Color #74F1C3 in popluar color models

74F1C3
RGB116241195
HSL158°81.70%70.00%
HSB/HSV158°51.87%94.51%
CMYK51.87%0.00%19.09%
5.49%

Color #74F1C3 in popluar number systems.

HEX74F1C3
Decimal116241195
Binary11101001111000111000011
Octal164361303

Shades and tints

Shades of #74F1C3

#74F1C3
(116,241,195)
#6ADCB2
(106,220,178)
#60C7A1
(96,199,161)
#56B290
(86,178,144)
#4C9D7F
(76,157,127)
#42886E
(66,136,110)
#38735D
(56,115,93)
#2E5E4C
(46,94,76)
#24493B
(36,73,59)
#1A342A
(26,52,42)
#101F19
(16,31,25)
#000000
(0,0,0)

Tints of #74F1C3

#74F1C3
(116,241,195)
#80F2C8
(128,242,200)
#8CF3CD
(140,243,205)
#98F4D2
(152,244,210)
#A4F5D7
(164,245,215)
#B0F6DC
(176,246,220)
#BCF7E1
(188,247,225)
#C8F8E6
(200,248,230)
#D4F9EB
(212,249,235)
#E0FAF0
(224,250,240)
#ECFBF5
(236,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74F1C3; }

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

This text font color is #74F1C3.


Background Color

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

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

This div background color is #74F1C3.


Border color

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

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

This div border color is #74F1C3.


Opacity

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

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

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

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

This text has shadow with #74F1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F1C3 on black background.


Color preview on white background

This text has color #74F1C3 on white background.



Black color preview on #74F1C3 background

This text has black color on #74F1C3 background.


White color preview on #74F1C3 background

This text has white color on #74F1C3 background.