COLOR #74C737

HEX: #74C737
RGB: (116,199,55)

Color info

#74C737 contains mainly green color. Web safe color of #74C737 is #66CC33 (or #6C3).

RGB color model

#74C737 color RGB value is (116,199,55).

  • red value is 116;
  • green value is 199;
  • blue value is 55.
RGB:
(116,199,55)
(45%,78%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 199 of 255 = 78%
B 55 of 255 = 22%

116
199
55

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

Portions of RGB colors in percentages

R + G + B =
116 + 199 + 55 = 370 (100%)
R 116 of 370 ~ 31.35%
G 199 of 370 ~ 53.78%
B 55 of 370 ~ 14.86%

%31.35
%53.78
%14.86

CMYK color model

#74C737 color CMYK value is (42,0,72,22).

  • cyan value is 41.71%
  • magenta value is 0.00%
  • yellow value is 72.36%
  • key color value is 21.96%
CMYK:
(42,0,72,22)
C42M0Y72K22 
(42%,0%,72%,22%)
(0.42/0.00/0.72/0.22)	

CMYK percentages

%41.71
%0
%72.36
%21.96

Codes

Color #74C737 in popluar color models

74C737
RGB11619955
HSL95°56.69%49.80%
HSB/HSV95°72.36%78.04%
CMYK41.71%0.00%72.36%
21.96%

Color #74C737 in popluar number systems.

HEX74C737
Decimal11619955
Binary111010011000111110111
Octal16430767

Shades and tints

Shades of #74C737

#74C737
(116,199,55)
#6AB532
(106,181,50)
#60A32D
(96,163,45)
#569128
(86,145,40)
#4C7F23
(76,127,35)
#426D1E
(66,109,30)
#385B19
(56,91,25)
#2E4914
(46,73,20)
#24370F
(36,55,15)
#1A250A
(26,37,10)
#101305
(16,19,5)
#000000
(0,0,0)

Tints of #74C737

#74C737
(116,199,55)
#80CC49
(128,204,73)
#8CD15B
(140,209,91)
#98D66D
(152,214,109)
#A4DB7F
(164,219,127)
#B0E091
(176,224,145)
#BCE5A3
(188,229,163)
#C8EAB5
(200,234,181)
#D4EFC7
(212,239,199)
#E0F4D9
(224,244,217)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C737; }

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

This text font color is #74C737.


Background Color

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

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

This div background color is #74C737.


Border color

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

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

This div border color is #74C737.


Opacity

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

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

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

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

This text has shadow with #74C737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C737 on black background.


Color preview on white background

This text has color #74C737 on white background.



Black color preview on #74C737 background

This text has black color on #74C737 background.


White color preview on #74C737 background

This text has white color on #74C737 background.