COLOR #64E55E

HEX: #64E55E
RGB: (100,229,94)

Color info

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

RGB color model

#64E55E color RGB value is (100,229,94).

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

RGB channels and saturation

R 100 of 255 = 39%
G 229 of 255 = 90%
B 94 of 255 = 37%

100
229
94

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

Portions of RGB colors in percentages

R + G + B =
100 + 229 + 94 = 423 (100%)
R 100 of 423 ~ 23.64%
G 229 of 423 ~ 54.14%
B 94 of 423 ~ 22.22%

%23.64
%54.14
%22.22

CMYK color model

#64E55E color CMYK value is (56,0,59,10).

  • cyan value is 56.33%
  • magenta value is 0.00%
  • yellow value is 58.95%
  • key color value is 10.20%
CMYK:
(56,0,59,10)
C56M0Y59K10 
(56%,0%,59%,10%)
(0.56/0.00/0.59/0.10)	

CMYK percentages

%56.33
%0
%58.95
%10.2

Codes

Color #64E55E in popluar color models

64E55E
RGB10022994
HSL117°72.19%63.33%
HSB/HSV117°58.95%89.80%
CMYK56.33%0.00%58.95%
10.20%

Color #64E55E in popluar number systems.

HEX64E55E
Decimal10022994
Binary1100100111001011011110
Octal144345136

Shades and tints

Shades of #64E55E

#64E55E
(100,229,94)
#5BD156
(91,209,86)
#52BD4E
(82,189,78)
#49A946
(73,169,70)
#40953E
(64,149,62)
#378136
(55,129,54)
#2E6D2E
(46,109,46)
#255926
(37,89,38)
#1C451E
(28,69,30)
#133116
(19,49,22)
#0A1D0E
(10,29,14)
#000000
(0,0,0)

Tints of #64E55E

#64E55E
(100,229,94)
#72E76C
(114,231,108)
#80E97A
(128,233,122)
#8EEB88
(142,235,136)
#9CED96
(156,237,150)
#AAEFA4
(170,239,164)
#B8F1B2
(184,241,178)
#C6F3C0
(198,243,192)
#D4F5CE
(212,245,206)
#E2F7DC
(226,247,220)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64E55E; }

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

This text font color is #64E55E.


Background Color

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

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

This div background color is #64E55E.


Border color

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

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

This div border color is #64E55E.


Opacity

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

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

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

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

This text has shadow with #64E55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E55E on black background.


Color preview on white background

This text has color #64E55E on white background.



Black color preview on #64E55E background

This text has black color on #64E55E background.


White color preview on #64E55E background

This text has white color on #64E55E background.