COLOR #64D70E

HEX: #64D70E
RGB: (100,215,14)

Color info

#64D70E contains mainly green color. Web safe color of #64D70E is #66CC00 (or #6C0).

RGB color model

#64D70E color RGB value is (100,215,14).

  • red value is 100;
  • green value is 215;
  • blue value is 14.
RGB:
(100,215,14)
(39%,84%,5%)

RGB channels and saturation

R 100 of 255 = 39%
G 215 of 255 = 84%
B 14 of 255 = 5%

100
215
14

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

Portions of RGB colors in percentages

R + G + B =
100 + 215 + 14 = 329 (100%)
R 100 of 329 ~ 30.4%
G 215 of 329 ~ 65.35%
B 14 of 329 ~ 4.26%

%30.4
%65.35

CMYK color model

#64D70E color CMYK value is (53,0,93,16).

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 93.49%
  • key color value is 15.69%
CMYK:
(53,0,93,16)
C53M0Y93K16 
(53%,0%,93%,16%)
(0.53/0.00/0.93/0.16)	

CMYK percentages

%53.49
%0
%93.49
%15.69

Codes

Color #64D70E in popluar color models

64D70E
RGB10021514
HSL94°87.77%44.90%
HSB/HSV94°93.49%84.31%
CMYK53.49%0.00%93.49%
15.69%

Color #64D70E in popluar number systems.

HEX64D70E
Decimal10021514
Binary1100100110101111110
Octal14432716

Shades and tints

Shades of #64D70E

#64D70E
(100,215,14)
#5BC40D
(91,196,13)
#52B10C
(82,177,12)
#499E0B
(73,158,11)
#408B0A
(64,139,10)
#377809
(55,120,9)
#2E6508
(46,101,8)
#255207
(37,82,7)
#1C3F06
(28,63,6)
#132C05
(19,44,5)
#0A1904
(10,25,4)
#000000
(0,0,0)

Tints of #64D70E

#64D70E
(100,215,14)
#72DA23
(114,218,35)
#80DD38
(128,221,56)
#8EE04D
(142,224,77)
#9CE362
(156,227,98)
#AAE677
(170,230,119)
#B8E98C
(184,233,140)
#C6ECA1
(198,236,161)
#D4EFB6
(212,239,182)
#E2F2CB
(226,242,203)
#F0F5E0
(240,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D70E color. Also use rgb(100,215,14) instead hex code.

Text Font Color

.myTextColor { color: #64D70E; }

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

This text font color is #64D70E.


Background Color

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

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

This div background color is #64D70E.


Border color

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

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

This div border color is #64D70E.


Opacity

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

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

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

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

This text has shadow with #64D70E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D70E on black background.


Color preview on white background

This text has color #64D70E on white background.



Black color preview on #64D70E background

This text has black color on #64D70E background.


White color preview on #64D70E background

This text has white color on #64D70E background.