COLOR #64D428

HEX: #64D428
RGB: (100,212,40)

Color info

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

RGB color model

#64D428 color RGB value is (100,212,40).

  • red value is 100;
  • green value is 212;
  • blue value is 40.
RGB:
(100,212,40)
(39%,83%,16%)

RGB channels and saturation

R 100 of 255 = 39%
G 212 of 255 = 83%
B 40 of 255 = 16%

100
212
40

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

Portions of RGB colors in percentages

R + G + B =
100 + 212 + 40 = 352 (100%)
R 100 of 352 ~ 28.41%
G 212 of 352 ~ 60.23%
B 40 of 352 ~ 11.36%

%28.41
%60.23
%11.36

CMYK color model

#64D428 color CMYK value is (53,0,81,17).

  • cyan value is 52.83%
  • magenta value is 0.00%
  • yellow value is 81.13%
  • key color value is 16.86%
CMYK:
(53,0,81,17)
C53M0Y81K17 
(53%,0%,81%,17%)
(0.53/0.00/0.81/0.17)	

CMYK percentages

%52.83
%0
%81.13
%16.86

Codes

Color #64D428 in popluar color models

64D428
RGB10021240
HSL99°68.25%49.41%
HSB/HSV99°81.13%83.14%
CMYK52.83%0.00%81.13%
16.86%

Color #64D428 in popluar number systems.

HEX64D428
Decimal10021240
Binary110010011010100101000
Octal14432450

Shades and tints

Shades of #64D428

#64D428
(100,212,40)
#5BC125
(91,193,37)
#52AE22
(82,174,34)
#499B1F
(73,155,31)
#40881C
(64,136,28)
#377519
(55,117,25)
#2E6216
(46,98,22)
#254F13
(37,79,19)
#1C3C10
(28,60,16)
#13290D
(19,41,13)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #64D428

#64D428
(100,212,40)
#72D73B
(114,215,59)
#80DA4E
(128,218,78)
#8EDD61
(142,221,97)
#9CE074
(156,224,116)
#AAE387
(170,227,135)
#B8E69A
(184,230,154)
#C6E9AD
(198,233,173)
#D4ECC0
(212,236,192)
#E2EFD3
(226,239,211)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D428 color. Also use rgb(100,212,40) instead hex code.

Text Font Color

.myTextColor { color: #64D428; }

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

This text font color is #64D428.


Background Color

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

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

This div background color is #64D428.


Border color

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

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

This div border color is #64D428.


Opacity

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

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

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

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

This text has shadow with #64D428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D428 on black background.


Color preview on white background

This text has color #64D428 on white background.



Black color preview on #64D428 background

This text has black color on #64D428 background.


White color preview on #64D428 background

This text has white color on #64D428 background.