COLOR #64E093

HEX: #64E093
RGB: (100,224,147)

Color info

#64E093 contains mainly green color. Web safe color of #64E093 is #66CC99 (or #6C9).

RGB color model

#64E093 color RGB value is (100,224,147).

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

RGB channels and saturation

R 100 of 255 = 39%
G 224 of 255 = 88%
B 147 of 255 = 58%

100
224
147

R + G + B ~ 62%. #64E093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 224 + 147 = 471 (100%)
R 100 of 471 ~ 21.23%
G 224 of 471 ~ 47.56%
B 147 of 471 ~ 31.21%

%21.23
%47.56
%31.21

CMYK color model

#64E093 color CMYK value is (55,0,34,12).

  • cyan value is 55.36%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 12.16%
CMYK:
(55,0,34,12)
C55M0Y34K12 
(55%,0%,34%,12%)
(0.55/0.00/0.34/0.12)	

CMYK percentages

%55.36
%0
%34.38
%12.16

Codes

Color #64E093 in popluar color models

64E093
RGB100224147
HSL143°66.67%63.53%
HSB/HSV143°55.36%87.84%
CMYK55.36%0.00%34.38%
12.16%

Color #64E093 in popluar number systems.

HEX64E093
Decimal100224147
Binary11001001110000010010011
Octal144340223

Shades and tints

Shades of #64E093

#64E093
(100,224,147)
#5BCC86
(91,204,134)
#52B879
(82,184,121)
#49A46C
(73,164,108)
#40905F
(64,144,95)
#377C52
(55,124,82)
#2E6845
(46,104,69)
#255438
(37,84,56)
#1C402B
(28,64,43)
#132C1E
(19,44,30)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #64E093

#64E093
(100,224,147)
#72E29C
(114,226,156)
#80E4A5
(128,228,165)
#8EE6AE
(142,230,174)
#9CE8B7
(156,232,183)
#AAEAC0
(170,234,192)
#B8ECC9
(184,236,201)
#C6EED2
(198,238,210)
#D4F0DB
(212,240,219)
#E2F2E4
(226,242,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64E093; }

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

This text font color is #64E093.


Background Color

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

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

This div background color is #64E093.


Border color

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

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

This div border color is #64E093.


Opacity

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

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

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

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

This text has shadow with #64E093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E093 on black background.


Color preview on white background

This text has color #64E093 on white background.



Black color preview on #64E093 background

This text has black color on #64E093 background.


White color preview on #64E093 background

This text has white color on #64E093 background.