COLOR #64DE78

HEX: #64DE78
RGB: (100,222,120)

Color info

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

RGB color model

#64DE78 color RGB value is (100,222,120).

  • red value is 100;
  • green value is 222;
  • blue value is 120.
RGB:
(100,222,120)
(39%,87%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 222 of 255 = 87%
B 120 of 255 = 47%

100
222
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 222 + 120 = 442 (100%)
R 100 of 442 ~ 22.62%
G 222 of 442 ~ 50.23%
B 120 of 442 ~ 27.15%

%22.62
%50.23
%27.15

CMYK color model

#64DE78 color CMYK value is (55,0,46,13).

  • cyan value is 54.95%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 12.94%
CMYK:
(55,0,46,13)
C55M0Y46K13 
(55%,0%,46%,13%)
(0.55/0.00/0.46/0.13)	

CMYK percentages

%54.95
%0
%45.95
%12.94

Codes

Color #64DE78 in popluar color models

64DE78
RGB100222120
HSL130°64.89%63.14%
HSB/HSV130°54.95%87.06%
CMYK54.95%0.00%45.95%
12.94%

Color #64DE78 in popluar number systems.

HEX64DE78
Decimal100222120
Binary1100100110111101111000
Octal144336170

Shades and tints

Shades of #64DE78

#64DE78
(100,222,120)
#5BCA6E
(91,202,110)
#52B664
(82,182,100)
#49A25A
(73,162,90)
#408E50
(64,142,80)
#377A46
(55,122,70)
#2E663C
(46,102,60)
#255232
(37,82,50)
#1C3E28
(28,62,40)
#132A1E
(19,42,30)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #64DE78

#64DE78
(100,222,120)
#72E184
(114,225,132)
#80E490
(128,228,144)
#8EE79C
(142,231,156)
#9CEAA8
(156,234,168)
#AAEDB4
(170,237,180)
#B8F0C0
(184,240,192)
#C6F3CC
(198,243,204)
#D4F6D8
(212,246,216)
#E2F9E4
(226,249,228)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64DE78 color. Also use rgb(100,222,120) instead hex code.

Text Font Color

.myTextColor { color: #64DE78; }

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

This text font color is #64DE78.


Background Color

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

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

This div background color is #64DE78.


Border color

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

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

This div border color is #64DE78.


Opacity

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

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

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

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

This text has shadow with #64DE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64DE78 on black background.


Color preview on white background

This text has color #64DE78 on white background.



Black color preview on #64DE78 background

This text has black color on #64DE78 background.


White color preview on #64DE78 background

This text has white color on #64DE78 background.