COLOR #74F88A

HEX: #74F88A RGB: (116,248,138)

Color info

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

RGB color model

#74F88A color RGB value is (116,248,138).

RGB: (116,248,138) (45%, 97%, 54%)

RGB channels and saturation

R 116 of 255 = 45%
G 248 of 255 = 97%
B 138 of 255 = 54%

116
248
138

R + G + B ~ 65%. #74F88A is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 248 + 138 = 502 (100%)
R 116 of 502 ~ 23.11%
G 248 of 502 ~ 49.4%
B 138 of 502 ~ 27.49'%

%23.11
%49.4
%27.49

CMYK color model

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

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • 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
%44.35
%2.75

Codes

Color #74F88A in popluar color models

74 F8 8A
RGB 116 248 138
HSL 130° 90.41% 71.37%
HSB/HSV 130° 53.23% 97.25%
CMYK 53.23% 0.00% 44.35%
2.75%

Color #74F88A in popluar number systems.

HEX 74 F8 8A
Decimal 116 248 138
Binary 1110100 11111000 10001010
Octal 164 370 212

Shades and tints

Shades of #74F88A

#74F88A
(116,248,138)
#6AE27E
(106,226,126)
#60CC72
(96,204,114)
#56B666
(86,182,102)
#4CA05A
(76,160,90)
#428A4E
(66,138,78)
#387442
(56,116,66)
#2E5E36
(46,94,54)
#24482A
(36,72,42)
#1A321E
(26,50,30)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #74F88A

#74F88A
(116,248,138)
#80F894
(128,248,148)
#8CF89E
(140,248,158)
#98F8A8
(152,248,168)
#A4F8B2
(164,248,178)
#B0F8BC
(176,248,188)
#BCF8C6
(188,248,198)
#C8F8D0
(200,248,208)
#D4F8DA
(212,248,218)
#E0F8E4
(224,248,228)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74F88A; }

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

This text font color is #74F88A.

Background Color

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

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

This div background color is #74F88A.

Border color

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

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

This div border color is #74F88A.

Opacity

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

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

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

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

This text has shadow with #74F88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74F88A.

Preview

Color preview on black background

This text has color #74F88A on black background.


Color preview on white background

This text has color #74F88A on white background.


Black color preview on #74F88A background

This text has black color on #74F88A background.


White color preview on #74F88A background

This text has white color on #74F88A background.


Related colors

Complementary color

Complementary color for #74F88A is #8B0775.


I love getcolorcode.com

Triadic colors

1 #8A74F8 and #F88A74 with #74F88A are triadic colors.

2 #8AF874 and #F8748A with #74F88A are triadic colors.