COLOR #74FF74

HEX: #74FF74
RGB: (116,255,116)

Color info

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

RGB color model

#74FF74 color RGB value is (116,255,116).

  • red value is 116;
  • green value is 255;
  • blue value is 116.
RGB:
(116,255,116)
(45%,100%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 255 of 255 = 100%
B 116 of 255 = 45%

116
255
116

R + G + B ~ 63%. #74FF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 255 + 116 = 487 (100%)
R 116 of 487 ~ 23.82%
G 255 of 487 ~ 52.36%
B 116 of 487 ~ 23.82%

%23.82
%52.36
%23.82

CMYK color model

#74FF74 color CMYK value is (55,0,55,0).

  • cyan value is 54.51%
  • magenta value is 0.00%
  • yellow value is 54.51%
  • key color value is 0.00%
CMYK:
(55,0,55,0)
C55M0Y55K0 
(55%,0%,55%,0%)
(0.55/0.00/0.55/0.00)	

CMYK percentages

%54.51
%0
%54.51
%0

Codes

Color #74FF74 in popluar color models

74FF74
RGB116255116
HSL120°100.00%72.75%
HSB/HSV120°54.51%100.00%
CMYK54.51%0.00%54.51%
0.00%

Color #74FF74 in popluar number systems.

HEX74FF74
Decimal116255116
Binary1110100111111111110100
Octal164377164

Shades and tints

Shades of #74FF74

#74FF74
(116,255,116)
#6AE86A
(106,232,106)
#60D160
(96,209,96)
#56BA56
(86,186,86)
#4CA34C
(76,163,76)
#428C42
(66,140,66)
#387538
(56,117,56)
#2E5E2E
(46,94,46)
#244724
(36,71,36)
#1A301A
(26,48,26)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #74FF74

#74FF74
(116,255,116)
#80FF80
(128,255,128)
#8CFF8C
(140,255,140)
#98FF98
(152,255,152)
#A4FFA4
(164,255,164)
#B0FFB0
(176,255,176)
#BCFFBC
(188,255,188)
#C8FFC8
(200,255,200)
#D4FFD4
(212,255,212)
#E0FFE0
(224,255,224)
#ECFFEC
(236,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74FF74; }

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

This text font color is #74FF74.


Background Color

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

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

This div background color is #74FF74.


Border color

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

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

This div border color is #74FF74.


Opacity

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

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

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

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

This text has shadow with #74FF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74FF74 on black background.


Color preview on white background

This text has color #74FF74 on white background.



Black color preview on #74FF74 background

This text has black color on #74FF74 background.


White color preview on #74FF74 background

This text has white color on #74FF74 background.