COLOR #64C590

HEX: #64C590
RGB: (100,197,144)

Color info

#64C590 contains mainly green and blue colors. Web safe color of #64C590 is #66CC99 (or #6C9).

RGB color model

#64C590 color RGB value is (100,197,144).

  • red value is 100;
  • green value is 197;
  • blue value is 144.
RGB:
(100,197,144)
(39%,77%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 197 of 255 = 77%
B 144 of 255 = 56%

100
197
144

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

Portions of RGB colors in percentages

R + G + B =
100 + 197 + 144 = 441 (100%)
R 100 of 441 ~ 22.68%
G 197 of 441 ~ 44.67%
B 144 of 441 ~ 32.65%

%22.68
%44.67
%32.65

CMYK color model

#64C590 color CMYK value is (49,0,27,23).

  • cyan value is 49.24%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(49,0,27,23)
C49M0Y27K23 
(49%,0%,27%,23%)
(0.49/0.00/0.27/0.23)	

CMYK percentages

%49.24
%0
%26.9
%22.75

Codes

Color #64C590 in popluar color models

64C590
RGB100197144
HSL147°45.54%58.24%
HSB/HSV147°49.24%77.25%
CMYK49.24%0.00%26.90%
22.75%

Color #64C590 in popluar number systems.

HEX64C590
Decimal100197144
Binary11001001100010110010000
Octal144305220

Shades and tints

Shades of #64C590

#64C590
(100,197,144)
#5BB483
(91,180,131)
#52A376
(82,163,118)
#499269
(73,146,105)
#40815C
(64,129,92)
#37704F
(55,112,79)
#2E5F42
(46,95,66)
#254E35
(37,78,53)
#1C3D28
(28,61,40)
#132C1B
(19,44,27)
#0A1B0E
(10,27,14)
#000000
(0,0,0)

Tints of #64C590

#64C590
(100,197,144)
#72CA9A
(114,202,154)
#80CFA4
(128,207,164)
#8ED4AE
(142,212,174)
#9CD9B8
(156,217,184)
#AADEC2
(170,222,194)
#B8E3CC
(184,227,204)
#C6E8D6
(198,232,214)
#D4EDE0
(212,237,224)
#E2F2EA
(226,242,234)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64C590; }

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

This text font color is #64C590.


Background Color

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

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

This div background color is #64C590.


Border color

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

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

This div border color is #64C590.


Opacity

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

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

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

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

This text has shadow with #64C590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C590 on black background.


Color preview on white background

This text has color #64C590 on white background.



Black color preview on #64C590 background

This text has black color on #64C590 background.


White color preview on #64C590 background

This text has white color on #64C590 background.