COLOR #74C888

HEX: #74C888
RGB: (116,200,136)

Color info

#74C888 contains mainly green color. Web safe color of #74C888 is #66CC99 (or #6C9).

RGB color model

#74C888 color RGB value is (116,200,136).

  • red value is 116;
  • green value is 200;
  • blue value is 136.
RGB:
(116,200,136)
(45%,78%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 200 of 255 = 78%
B 136 of 255 = 53%

116
200
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 200 + 136 = 452 (100%)
R 116 of 452 ~ 25.66%
G 200 of 452 ~ 44.25%
B 136 of 452 ~ 30.09%

%25.66
%44.25
%30.09

CMYK color model

#74C888 color CMYK value is (42,0,32,22).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 21.57%
CMYK:
(42,0,32,22)
C42M0Y32K22 
(42%,0%,32%,22%)
(0.42/0.00/0.32/0.22)	

CMYK percentages

%42
%0
%32
%21.57

Codes

Color #74C888 in popluar color models

74C888
RGB116200136
HSL134°43.30%61.96%
HSB/HSV134°42.00%78.43%
CMYK42.00%0.00%32.00%
21.57%

Color #74C888 in popluar number systems.

HEX74C888
Decimal116200136
Binary11101001100100010001000
Octal164310210

Shades and tints

Shades of #74C888

#74C888
(116,200,136)
#6AB67C
(106,182,124)
#60A470
(96,164,112)
#569264
(86,146,100)
#4C8058
(76,128,88)
#426E4C
(66,110,76)
#385C40
(56,92,64)
#2E4A34
(46,74,52)
#243828
(36,56,40)
#1A261C
(26,38,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74C888

#74C888
(116,200,136)
#80CD92
(128,205,146)
#8CD29C
(140,210,156)
#98D7A6
(152,215,166)
#A4DCB0
(164,220,176)
#B0E1BA
(176,225,186)
#BCE6C4
(188,230,196)
#C8EBCE
(200,235,206)
#D4F0D8
(212,240,216)
#E0F5E2
(224,245,226)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C888; }

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

This text font color is #74C888.


Background Color

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

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

This div background color is #74C888.


Border color

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

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

This div border color is #74C888.


Opacity

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

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

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

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

This text has shadow with #74C888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C888 on black background.


Color preview on white background

This text has color #74C888 on white background.



Black color preview on #74C888 background

This text has black color on #74C888 background.


White color preview on #74C888 background

This text has white color on #74C888 background.