COLOR #64DC74

HEX: #64DC74
RGB: (100,220,116)

Color info

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

RGB color model

#64DC74 color RGB value is (100,220,116).

  • red value is 100;
  • green value is 220;
  • blue value is 116.
RGB:
(100,220,116)
(39%,86%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 220 of 255 = 86%
B 116 of 255 = 45%

100
220
116

R + G + B ~ 57%. #64DC74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 220 + 116 = 436 (100%)
R 100 of 436 ~ 22.94%
G 220 of 436 ~ 50.46%
B 116 of 436 ~ 26.61%

%22.94
%50.46
%26.61

CMYK color model

#64DC74 color CMYK value is (55,0,47,14).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 13.73%
CMYK:
(55,0,47,14)
C55M0Y47K14 
(55%,0%,47%,14%)
(0.55/0.00/0.47/0.14)	

CMYK percentages

%54.55
%0
%47.27
%13.73

Codes

Color #64DC74 in popluar color models

64DC74
RGB100220116
HSL128°63.16%62.75%
HSB/HSV128°54.55%86.27%
CMYK54.55%0.00%47.27%
13.73%

Color #64DC74 in popluar number systems.

HEX64DC74
Decimal100220116
Binary1100100110111001110100
Octal144334164

Shades and tints

Shades of #64DC74

#64DC74
(100,220,116)
#5BC86A
(91,200,106)
#52B460
(82,180,96)
#49A056
(73,160,86)
#408C4C
(64,140,76)
#377842
(55,120,66)
#2E6438
(46,100,56)
#25502E
(37,80,46)
#1C3C24
(28,60,36)
#13281A
(19,40,26)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #64DC74

#64DC74
(100,220,116)
#72DF80
(114,223,128)
#80E28C
(128,226,140)
#8EE598
(142,229,152)
#9CE8A4
(156,232,164)
#AAEBB0
(170,235,176)
#B8EEBC
(184,238,188)
#C6F1C8
(198,241,200)
#D4F4D4
(212,244,212)
#E2F7E0
(226,247,224)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64DC74 color. Also use rgb(100,220,116) instead hex code.

Text Font Color

.myTextColor { color: #64DC74; }

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

This text font color is #64DC74.


Background Color

.myBgColor { background-color: #64DC74; }

<div style="background-color:#64DC74">Inner text</div>

This div background color is #64DC74.


Border color

.myBorderColor { border: 1px solid #64DC74; }

<div style="border:3px solid #64DC74">Div</div>

This div border color is #64DC74.


Opacity

.myOpacity80 { color: #64DC74; opacity: 0.8; }

<p style="color:#64DC74;opacity:0.8;">80%</p>

Text with #64DC74 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 #64DC74;}

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

This text has shadow with #64DC74 color.

.textShadow {text-shadow: 3px 3px 1px #64DC74, 3px 3px 1px red;}

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

This text has shadow with #64DC74 primary color and red secondary color.


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

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

This text has shadow with #64DC74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64DC74 on black background.


Color preview on white background

This text has color #64DC74 on white background.



Black color preview on #64DC74 background

This text has black color on #64DC74 background.


White color preview on #64DC74 background

This text has white color on #64DC74 background.