COLOR #64D593

HEX: #64D593
RGB: (100,213,147)

Color info

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

RGB color model

#64D593 color RGB value is (100,213,147).

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

RGB channels and saturation

R 100 of 255 = 39%
G 213 of 255 = 84%
B 147 of 255 = 58%

100
213
147

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

Portions of RGB colors in percentages

R + G + B =
100 + 213 + 147 = 460 (100%)
R 100 of 460 ~ 21.74%
G 213 of 460 ~ 46.3%
B 147 of 460 ~ 31.96%

%21.74
%46.3
%31.96

CMYK color model

#64D593 color CMYK value is (53,0,31,16).

  • cyan value is 53.05%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(53,0,31,16)
C53M0Y31K16 
(53%,0%,31%,16%)
(0.53/0.00/0.31/0.16)	

CMYK percentages

%53.05
%0
%30.99
%16.47

Codes

Color #64D593 in popluar color models

64D593
RGB100213147
HSL145°57.36%61.37%
HSB/HSV145°53.05%83.53%
CMYK53.05%0.00%30.99%
16.47%

Color #64D593 in popluar number systems.

HEX64D593
Decimal100213147
Binary11001001101010110010011
Octal144325223

Shades and tints

Shades of #64D593

#64D593
(100,213,147)
#5BC286
(91,194,134)
#52AF79
(82,175,121)
#499C6C
(73,156,108)
#40895F
(64,137,95)
#377652
(55,118,82)
#2E6345
(46,99,69)
#255038
(37,80,56)
#1C3D2B
(28,61,43)
#132A1E
(19,42,30)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #64D593

#64D593
(100,213,147)
#72D89C
(114,216,156)
#80DBA5
(128,219,165)
#8EDEAE
(142,222,174)
#9CE1B7
(156,225,183)
#AAE4C0
(170,228,192)
#B8E7C9
(184,231,201)
#C6EAD2
(198,234,210)
#D4EDDB
(212,237,219)
#E2F0E4
(226,240,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64D593; }

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

This text font color is #64D593.


Background Color

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

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

This div background color is #64D593.


Border color

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

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

This div border color is #64D593.


Opacity

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

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

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

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

This text has shadow with #64D593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D593 on black background.


Color preview on white background

This text has color #64D593 on white background.



Black color preview on #64D593 background

This text has black color on #64D593 background.


White color preview on #64D593 background

This text has white color on #64D593 background.