COLOR #64E516

HEX: #64E516
RGB: (100,229,22)

Color info

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

RGB color model

#64E516 color RGB value is (100,229,22).

  • red value is 100;
  • green value is 229;
  • blue value is 22.
RGB:
(100,229,22)
(39%,90%,9%)

RGB channels and saturation

R 100 of 255 = 39%
G 229 of 255 = 90%
B 22 of 255 = 9%

100
229
22

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

Portions of RGB colors in percentages

R + G + B =
100 + 229 + 22 = 351 (100%)
R 100 of 351 ~ 28.49%
G 229 of 351 ~ 65.24%
B 22 of 351 ~ 6.27%

%28.49
%65.24

CMYK color model

#64E516 color CMYK value is (56,0,90,10).

  • cyan value is 56.33%
  • magenta value is 0.00%
  • yellow value is 90.39%
  • key color value is 10.20%
CMYK:
(56,0,90,10)
C56M0Y90K10 
(56%,0%,90%,10%)
(0.56/0.00/0.90/0.10)	

CMYK percentages

%56.33
%0
%90.39
%10.2

Codes

Color #64E516 in popluar color models

64E516
RGB10022922
HSL97°82.47%49.22%
HSB/HSV97°90.39%89.80%
CMYK56.33%0.00%90.39%
10.20%

Color #64E516 in popluar number systems.

HEX64E516
Decimal10022922
Binary11001001110010110110
Octal14434526

Shades and tints

Shades of #64E516

#64E516
(100,229,22)
#5BD114
(91,209,20)
#52BD12
(82,189,18)
#49A910
(73,169,16)
#40950E
(64,149,14)
#37810C
(55,129,12)
#2E6D0A
(46,109,10)
#255908
(37,89,8)
#1C4506
(28,69,6)
#133104
(19,49,4)
#0A1D02
(10,29,2)
#000000
(0,0,0)

Tints of #64E516

#64E516
(100,229,22)
#72E72B
(114,231,43)
#80E940
(128,233,64)
#8EEB55
(142,235,85)
#9CED6A
(156,237,106)
#AAEF7F
(170,239,127)
#B8F194
(184,241,148)
#C6F3A9
(198,243,169)
#D4F5BE
(212,245,190)
#E2F7D3
(226,247,211)
#F0F9E8
(240,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64E516 color. Also use rgb(100,229,22) instead hex code.

Text Font Color

.myTextColor { color: #64E516; }

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

This text font color is #64E516.


Background Color

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

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

This div background color is #64E516.


Border color

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

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

This div border color is #64E516.


Opacity

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

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

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

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

This text has shadow with #64E516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E516 on black background.


Color preview on white background

This text has color #64E516 on white background.



Black color preview on #64E516 background

This text has black color on #64E516 background.


White color preview on #64E516 background

This text has white color on #64E516 background.