COLOR #64CC40

HEX: #64CC40
RGB: (100,204,64)

Color info

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

RGB color model

#64CC40 color RGB value is (100,204,64).

  • red value is 100;
  • green value is 204;
  • blue value is 64.
RGB:
(100,204,64)
(39%,80%,25%)

RGB channels and saturation

R 100 of 255 = 39%
G 204 of 255 = 80%
B 64 of 255 = 25%

100
204
64

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

Portions of RGB colors in percentages

R + G + B =
100 + 204 + 64 = 368 (100%)
R 100 of 368 ~ 27.17%
G 204 of 368 ~ 55.43%
B 64 of 368 ~ 17.39%

%27.17
%55.43
%17.39

CMYK color model

#64CC40 color CMYK value is (51,0,69,20).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 68.63%
  • key color value is 20.00%
CMYK:
(51,0,69,20)
C51M0Y69K20 
(51%,0%,69%,20%)
(0.51/0.00/0.69/0.20)	

CMYK percentages

%50.98
%0
%68.63
%20

Codes

Color #64CC40 in popluar color models

64CC40
RGB10020464
HSL105°57.85%52.55%
HSB/HSV105°68.63%80.00%
CMYK50.98%0.00%68.63%
20.00%

Color #64CC40 in popluar number systems.

HEX64CC40
Decimal10020464
Binary1100100110011001000000
Octal144314100

Shades and tints

Shades of #64CC40

#64CC40
(100,204,64)
#5BBA3B
(91,186,59)
#52A836
(82,168,54)
#499631
(73,150,49)
#40842C
(64,132,44)
#377227
(55,114,39)
#2E6022
(46,96,34)
#254E1D
(37,78,29)
#1C3C18
(28,60,24)
#132A13
(19,42,19)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #64CC40

#64CC40
(100,204,64)
#72D051
(114,208,81)
#80D462
(128,212,98)
#8ED873
(142,216,115)
#9CDC84
(156,220,132)
#AAE095
(170,224,149)
#B8E4A6
(184,228,166)
#C6E8B7
(198,232,183)
#D4ECC8
(212,236,200)
#E2F0D9
(226,240,217)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64CC40; }

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

This text font color is #64CC40.


Background Color

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

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

This div background color is #64CC40.


Border color

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

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

This div border color is #64CC40.


Opacity

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

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

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

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

This text has shadow with #64CC40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64CC40 on black background.


Color preview on white background

This text has color #64CC40 on white background.



Black color preview on #64CC40 background

This text has black color on #64CC40 background.


White color preview on #64CC40 background

This text has white color on #64CC40 background.