COLOR #64C37A

HEX: #64C37A
RGB: (100,195,122)

Color info

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

RGB color model

#64C37A color RGB value is (100,195,122).

  • red value is 100;
  • green value is 195;
  • blue value is 122.
RGB:
(100,195,122)
(39%,76%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 195 of 255 = 76%
B 122 of 255 = 48%

100
195
122

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

Portions of RGB colors in percentages

R + G + B =
100 + 195 + 122 = 417 (100%)
R 100 of 417 ~ 23.98%
G 195 of 417 ~ 46.76%
B 122 of 417 ~ 29.26%

%23.98
%46.76
%29.26

CMYK color model

#64C37A color CMYK value is (49,0,37,24).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(49,0,37,24)
C49M0Y37K24 
(49%,0%,37%,24%)
(0.49/0.00/0.37/0.24)	

CMYK percentages

%48.72
%0
%37.44
%23.53

Codes

Color #64C37A in popluar color models

64C37A
RGB100195122
HSL134°44.19%57.84%
HSB/HSV134°48.72%76.47%
CMYK48.72%0.00%37.44%
23.53%

Color #64C37A in popluar number systems.

HEX64C37A
Decimal100195122
Binary1100100110000111111010
Octal144303172

Shades and tints

Shades of #64C37A

#64C37A
(100,195,122)
#5BB26F
(91,178,111)
#52A164
(82,161,100)
#499059
(73,144,89)
#407F4E
(64,127,78)
#376E43
(55,110,67)
#2E5D38
(46,93,56)
#254C2D
(37,76,45)
#1C3B22
(28,59,34)
#132A17
(19,42,23)
#0A190C
(10,25,12)
#000000
(0,0,0)

Tints of #64C37A

#64C37A
(100,195,122)
#72C886
(114,200,134)
#80CD92
(128,205,146)
#8ED29E
(142,210,158)
#9CD7AA
(156,215,170)
#AADCB6
(170,220,182)
#B8E1C2
(184,225,194)
#C6E6CE
(198,230,206)
#D4EBDA
(212,235,218)
#E2F0E6
(226,240,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C37A color. Also use rgb(100,195,122) instead hex code.

Text Font Color

.myTextColor { color: #64C37A; }

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

This text font color is #64C37A.


Background Color

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

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

This div background color is #64C37A.


Border color

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

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

This div border color is #64C37A.


Opacity

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

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

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

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

This text has shadow with #64C37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C37A on black background.


Color preview on white background

This text has color #64C37A on white background.



Black color preview on #64C37A background

This text has black color on #64C37A background.


White color preview on #64C37A background

This text has white color on #64C37A background.