COLOR #74FB74

HEX: #74FB74
RGB: (116,251,116)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
251
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 251 + 116 = 483 (100%)
R 116 of 483 ~ 24.02%
G 251 of 483 ~ 51.97%
B 116 of 483 ~ 24.02%

%24.02
%51.97
%24.02

CMYK color model

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

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 1.57%
CMYK:
(54,0,54,2)
C54M0Y54K2 
(54%,0%,54%,2%)
(0.54/0.00/0.54/0.02)	

CMYK percentages

%53.78
%0
%53.78
%1.57

Codes

Color #74FB74 in popluar color models

74FB74
RGB116251116
HSL120°94.41%71.96%
HSB/HSV120°53.78%98.43%
CMYK53.78%0.00%53.78%
1.57%

Color #74FB74 in popluar number systems.

HEX74FB74
Decimal116251116
Binary1110100111110111110100
Octal164373164

Shades and tints

Shades of #74FB74

#74FB74
(116,251,116)
#6AE56A
(106,229,106)
#60CF60
(96,207,96)
#56B956
(86,185,86)
#4CA34C
(76,163,76)
#428D42
(66,141,66)
#387738
(56,119,56)
#2E612E
(46,97,46)
#244B24
(36,75,36)
#1A351A
(26,53,26)
#101F10
(16,31,16)
#000000
(0,0,0)

Tints of #74FB74

#74FB74
(116,251,116)
#80FB80
(128,251,128)
#8CFB8C
(140,251,140)
#98FB98
(152,251,152)
#A4FBA4
(164,251,164)
#B0FBB0
(176,251,176)
#BCFBBC
(188,251,188)
#C8FBC8
(200,251,200)
#D4FBD4
(212,251,212)
#E0FBE0
(224,251,224)
#ECFBEC
(236,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74FB74; }

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

This text font color is #74FB74.


Background Color

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

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

This div background color is #74FB74.


Border color

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

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

This div border color is #74FB74.


Opacity

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

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

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

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

This text has shadow with #74FB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74FB74 on black background.


Color preview on white background

This text has color #74FB74 on white background.



Black color preview on #74FB74 background

This text has black color on #74FB74 background.


White color preview on #74FB74 background

This text has white color on #74FB74 background.