COLOR #74F6B2

HEX: #74F6B2
RGB: (116,246,178)

Color info

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

RGB color model

#74F6B2 color RGB value is (116,246,178).

  • red value is 116;
  • green value is 246;
  • blue value is 178.
RGB:
(116,246,178)
(45%,96%,70%)

RGB channels and saturation

R 116 of 255 = 45%
G 246 of 255 = 96%
B 178 of 255 = 70%

116
246
178

R + G + B ~ 70%. #74F6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 246 + 178 = 540 (100%)
R 116 of 540 ~ 21.48%
G 246 of 540 ~ 45.56%
B 178 of 540 ~ 32.96%

%21.48
%45.56
%32.96

CMYK color model

#74F6B2 color CMYK value is (53,0,28,4).

  • cyan value is 52.85%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(53,0,28,4)
C53M0Y28K4 
(53%,0%,28%,4%)
(0.53/0.00/0.28/0.04)	

CMYK percentages

%52.85
%0
%27.64
%3.53

Codes

Color #74F6B2 in popluar color models

74F6B2
RGB116246178
HSL149°87.84%70.98%
HSB/HSV149°52.85%96.47%
CMYK52.85%0.00%27.64%
3.53%

Color #74F6B2 in popluar number systems.

HEX74F6B2
Decimal116246178
Binary11101001111011010110010
Octal164366262

Shades and tints

Shades of #74F6B2

#74F6B2
(116,246,178)
#6AE0A2
(106,224,162)
#60CA92
(96,202,146)
#56B482
(86,180,130)
#4C9E72
(76,158,114)
#428862
(66,136,98)
#387252
(56,114,82)
#2E5C42
(46,92,66)
#244632
(36,70,50)
#1A3022
(26,48,34)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #74F6B2

#74F6B2
(116,246,178)
#80F6B9
(128,246,185)
#8CF6C0
(140,246,192)
#98F6C7
(152,246,199)
#A4F6CE
(164,246,206)
#B0F6D5
(176,246,213)
#BCF6DC
(188,246,220)
#C8F6E3
(200,246,227)
#D4F6EA
(212,246,234)
#E0F6F1
(224,246,241)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F6B2 color. Also use rgb(116,246,178) instead hex code.

Text Font Color

.myTextColor { color: #74F6B2; }

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

This text font color is #74F6B2.


Background Color

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

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

This div background color is #74F6B2.


Border color

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

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

This div border color is #74F6B2.


Opacity

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

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

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

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

This text has shadow with #74F6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F6B2 on black background.


Color preview on white background

This text has color #74F6B2 on white background.



Black color preview on #74F6B2 background

This text has black color on #74F6B2 background.


White color preview on #74F6B2 background

This text has white color on #74F6B2 background.