COLOR #74EA6C

HEX: #74EA6C
RGB: (116,234,108)

Color info

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

RGB color model

#74EA6C color RGB value is (116,234,108).

  • red value is 116;
  • green value is 234;
  • blue value is 108.
RGB:
(116,234,108)
(45%,92%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 234 of 255 = 92%
B 108 of 255 = 42%

116
234
108

R + G + B ~ 60%. #74EA6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 234 + 108 = 458 (100%)
R 116 of 458 ~ 25.33%
G 234 of 458 ~ 51.09%
B 108 of 458 ~ 23.58%

%25.33
%51.09
%23.58

CMYK color model

#74EA6C color CMYK value is (50,0,54,8).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 8.24%
CMYK:
(50,0,54,8)
C50M0Y54K8 
(50%,0%,54%,8%)
(0.50/0.00/0.54/0.08)	

CMYK percentages

%50.43
%0
%53.85
%8.24

Codes

Color #74EA6C in popluar color models

74EA6C
RGB116234108
HSL116°75.00%67.06%
HSB/HSV116°53.85%91.76%
CMYK50.43%0.00%53.85%
8.24%

Color #74EA6C in popluar number systems.

HEX74EA6C
Decimal116234108
Binary1110100111010101101100
Octal164352154

Shades and tints

Shades of #74EA6C

#74EA6C
(116,234,108)
#6AD563
(106,213,99)
#60C05A
(96,192,90)
#56AB51
(86,171,81)
#4C9648
(76,150,72)
#42813F
(66,129,63)
#386C36
(56,108,54)
#2E572D
(46,87,45)
#244224
(36,66,36)
#1A2D1B
(26,45,27)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #74EA6C

#74EA6C
(116,234,108)
#80EB79
(128,235,121)
#8CEC86
(140,236,134)
#98ED93
(152,237,147)
#A4EEA0
(164,238,160)
#B0EFAD
(176,239,173)
#BCF0BA
(188,240,186)
#C8F1C7
(200,241,199)
#D4F2D4
(212,242,212)
#E0F3E1
(224,243,225)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74EA6C; }

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

This text font color is #74EA6C.


Background Color

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

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

This div background color is #74EA6C.


Border color

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

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

This div border color is #74EA6C.


Opacity

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

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

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

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

This text has shadow with #74EA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74EA6C on black background.


Color preview on white background

This text has color #74EA6C on white background.



Black color preview on #74EA6C background

This text has black color on #74EA6C background.


White color preview on #74EA6C background

This text has white color on #74EA6C background.