COLOR #64E893

HEX: #64E893
RGB: (100,232,147)

Color info

#64E893 contains mainly green color. Web safe color of #64E893 is #66FF99 (or #6F9).

RGB color model

#64E893 color RGB value is (100,232,147).

  • red value is 100;
  • green value is 232;
  • blue value is 147.
RGB:
(100,232,147)
(39%,91%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 232 of 255 = 91%
B 147 of 255 = 58%

100
232
147

R + G + B ~ 63%. #64E893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 232 + 147 = 479 (100%)
R 100 of 479 ~ 20.88%
G 232 of 479 ~ 48.43%
B 147 of 479 ~ 30.69%

%20.88
%48.43
%30.69

CMYK color model

#64E893 color CMYK value is (57,0,37,9).

  • cyan value is 56.90%
  • magenta value is 0.00%
  • yellow value is 36.64%
  • key color value is 9.02%
CMYK:
(57,0,37,9)
C57M0Y37K9 
(57%,0%,37%,9%)
(0.57/0.00/0.37/0.09)	

CMYK percentages

%56.9
%0
%36.64
%9.02

Codes

Color #64E893 in popluar color models

64E893
RGB100232147
HSL141°74.16%65.10%
HSB/HSV141°56.90%90.98%
CMYK56.90%0.00%36.64%
9.02%

Color #64E893 in popluar number systems.

HEX64E893
Decimal100232147
Binary11001001110100010010011
Octal144350223

Shades and tints

Shades of #64E893

#64E893
(100,232,147)
#5BD386
(91,211,134)
#52BE79
(82,190,121)
#49A96C
(73,169,108)
#40945F
(64,148,95)
#377F52
(55,127,82)
#2E6A45
(46,106,69)
#255538
(37,85,56)
#1C402B
(28,64,43)
#132B1E
(19,43,30)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #64E893

#64E893
(100,232,147)
#72EA9C
(114,234,156)
#80ECA5
(128,236,165)
#8EEEAE
(142,238,174)
#9CF0B7
(156,240,183)
#AAF2C0
(170,242,192)
#B8F4C9
(184,244,201)
#C6F6D2
(198,246,210)
#D4F8DB
(212,248,219)
#E2FAE4
(226,250,228)
#F0FCED
(240,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64E893; }

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

This text font color is #64E893.


Background Color

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

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

This div background color is #64E893.


Border color

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

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

This div border color is #64E893.


Opacity

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

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

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

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

This text has shadow with #64E893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E893 on black background.


Color preview on white background

This text has color #64E893 on white background.



Black color preview on #64E893 background

This text has black color on #64E893 background.


White color preview on #64E893 background

This text has white color on #64E893 background.