COLOR #74E053

HEX: #74E053 RGB: (116,224,83)

Color info

#74E053 contains mainly green color. Web safe color of #74E053 is #66CC66 (or #6C6).

RGB color model

#74E053 color RGB value is (116,224,83).

RGB: (116,224,83) (45%, 88%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 224 of 255 = 88%
B 83 of 255 = 33%

116
224
83

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

Portions of RGB colors in percentages

R + G + B = 116 + 224 + 83 = 423 (100%)
R 116 of 423 ~ 27.42%
G 224 of 423 ~ 52.96%
B 83 of 423 ~ 19.62'%

%27.42
%52.96
%19.62

CMYK color model

#74E053 color CMYK value is (48,0,63,12).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 62.95%
  • key color value is 12.16%

CMYK: (48,0,63,12)
C48M0Y63K12 (48%, 0%, 63%, 12%)
(0.48 / 0.00 / 0.63 / 0.12)

CMYK percentages

%48.21
%0
%62.95
%12.16

Codes

Color #74E053 in popluar color models

74 E0 53
RGB 116 224 83
HSL 106° 69.46% 60.20%
HSB/HSV 106° 62.95% 87.84%
CMYK 48.21% 0.00% 62.95%
12.16%

Color #74E053 in popluar number systems.

HEX 74 E0 53
Decimal 116 224 83
Binary 1110100 11100000 1010011
Octal 164 340 123

Shades and tints

Shades of #74E053

#74E053
(116,224,83)
#6ACC4C
(106,204,76)
#60B845
(96,184,69)
#56A43E
(86,164,62)
#4C9037
(76,144,55)
#427C30
(66,124,48)
#386829
(56,104,41)
#2E5422
(46,84,34)
#24401B
(36,64,27)
#1A2C14
(26,44,20)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #74E053

#74E053
(116,224,83)
#80E262
(128,226,98)
#8CE471
(140,228,113)
#98E680
(152,230,128)
#A4E88F
(164,232,143)
#B0EA9E
(176,234,158)
#BCECAD
(188,236,173)
#C8EEBC
(200,238,188)
#D4F0CB
(212,240,203)
#E0F2DA
(224,242,218)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74E053; }

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

This text font color is #74E053.

Background Color

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

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

This div background color is #74E053.

Border color

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

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

This div border color is #74E053.

Opacity

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

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

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

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

This text has shadow with #74E053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74E053.

Preview

Color preview on black background

This text has color #74E053 on black background.


Color preview on white background

This text has color #74E053 on white background.


Black color preview on #74E053 background

This text has black color on #74E053 background.


White color preview on #74E053 background

This text has white color on #74E053 background.


Related colors

Complementary color

Complementary color for #74E053 is #8B1FAC.


I love getcolorcode.com

Triadic colors

1 #5374E0 and #E05374 with #74E053 are triadic colors.

2 #53E074 and #E07453 with #74E053 are triadic colors.