COLOR #74F88B

HEX: #74F88B
RGB: (116,248,139)

Color info

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

RGB color model

#74F88B color RGB value is (116,248,139).

  • red value is 116;
  • green value is 248;
  • blue value is 139.
RGB:
(116,248,139)
(45%,97%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 248 of 255 = 97%
B 139 of 255 = 55%

116
248
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 248 + 139 = 503 (100%)
R 116 of 503 ~ 23.06%
G 248 of 503 ~ 49.3%
B 139 of 503 ~ 27.63%

%23.06
%49.3
%27.63

CMYK color model

#74F88B color CMYK value is (53,0,44,3).

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 43.95%
  • key color value is 2.75%
CMYK:
(53,0,44,3)
C53M0Y44K3 
(53%,0%,44%,3%)
(0.53/0.00/0.44/0.03)	

CMYK percentages

%53.23
%0
%43.95
%2.75

Codes

Color #74F88B in popluar color models

74F88B
RGB116248139
HSL130°90.41%71.37%
HSB/HSV130°53.23%97.25%
CMYK53.23%0.00%43.95%
2.75%

Color #74F88B in popluar number systems.

HEX74F88B
Decimal116248139
Binary11101001111100010001011
Octal164370213

Shades and tints

Shades of #74F88B

#74F88B
(116,248,139)
#6AE27F
(106,226,127)
#60CC73
(96,204,115)
#56B667
(86,182,103)
#4CA05B
(76,160,91)
#428A4F
(66,138,79)
#387443
(56,116,67)
#2E5E37
(46,94,55)
#24482B
(36,72,43)
#1A321F
(26,50,31)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #74F88B

#74F88B
(116,248,139)
#80F895
(128,248,149)
#8CF89F
(140,248,159)
#98F8A9
(152,248,169)
#A4F8B3
(164,248,179)
#B0F8BD
(176,248,189)
#BCF8C7
(188,248,199)
#C8F8D1
(200,248,209)
#D4F8DB
(212,248,219)
#E0F8E5
(224,248,229)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F88B color. Also use rgb(116,248,139) instead hex code.

Text Font Color

.myTextColor { color: #74F88B; }

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

This text font color is #74F88B.


Background Color

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

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

This div background color is #74F88B.


Border color

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

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

This div border color is #74F88B.


Opacity

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

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

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

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

This text has shadow with #74F88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F88B on black background.


Color preview on white background

This text has color #74F88B on white background.



Black color preview on #74F88B background

This text has black color on #74F88B background.


White color preview on #74F88B background

This text has white color on #74F88B background.