COLOR #74FB7D

HEX: #74FB7D RGB: (116,251,125)

Color info

#74FB7D contains mainly green color. Web safe color of #74FB7D is #66FF66 (or #6F6).

RGB color model

#74FB7D color RGB value is (116,251,125).

RGB: (116,251,125) (45%, 98%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 251 of 255 = 98%
B 125 of 255 = 49%

116
251
125

R + G + B ~ 64%. #74FB7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 251 + 125 = 492 (100%)
R 116 of 492 ~ 23.58%
G 251 of 492 ~ 51.02%
B 125 of 492 ~ 25.41'%

%23.58
%51.02
%25.41

CMYK color model

#74FB7D color CMYK value is (54,0,50,2).

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 1.57%

CMYK: (54,0,50,2)
C54M0Y50K2 (54%, 0%, 50%, 2%)
(0.54 / 0.00 / 0.50 / 0.02)

CMYK percentages

%53.78
%0
%50.2
%1.57

Codes

Color #74FB7D in popluar color models

74 FB 7D
RGB 116 251 125
HSL 124° 94.41% 71.96%
HSB/HSV 124° 53.78% 98.43%
CMYK 53.78% 0.00% 50.20%
1.57%

Color #74FB7D in popluar number systems.

HEX 74 FB 7D
Decimal 116 251 125
Binary 1110100 11111011 1111101
Octal 164 373 175

Shades and tints

Shades of #74FB7D

#74FB7D
(116,251,125)
#6AE572
(106,229,114)
#60CF67
(96,207,103)
#56B95C
(86,185,92)
#4CA351
(76,163,81)
#428D46
(66,141,70)
#38773B
(56,119,59)
#2E6130
(46,97,48)
#244B25
(36,75,37)
#1A351A
(26,53,26)
#101F0F
(16,31,15)
#000000
(0,0,0)

Tints of #74FB7D

#74FB7D
(116,251,125)
#80FB88
(128,251,136)
#8CFB93
(140,251,147)
#98FB9E
(152,251,158)
#A4FBA9
(164,251,169)
#B0FBB4
(176,251,180)
#BCFBBF
(188,251,191)
#C8FBCA
(200,251,202)
#D4FBD5
(212,251,213)
#E0FBE0
(224,251,224)
#ECFBEB
(236,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74FB7D color. Also use rgb(116,251,125) instead hex code.

Text Font Color

.myTextColor { color: #74FB7D; }

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

This text font color is #74FB7D.

Background Color

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

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

This div background color is #74FB7D.

Border color

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

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

This div border color is #74FB7D.

Opacity

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

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

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

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

This text has shadow with #74FB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74FB7D.

Preview

Color preview on black background

This text has color #74FB7D on black background.


Color preview on white background

This text has color #74FB7D on white background.


Black color preview on #74FB7D background

This text has black color on #74FB7D background.


White color preview on #74FB7D background

This text has white color on #74FB7D background.


Related colors

Complementary color

Complementary color for #hex is #8B0482.


I love getcolorcode.com

Triadic colors

1 #7D74FB and #FB7D74 with #74FB7D are triadic colors.

2 #7DFB74 and #FB747D with #74FB7D are triadic colors.