COLOR #64C38D

HEX: #64C38D RGB: (100,195,141)

Color info

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

RGB color model

#64C38D color RGB value is (100,195,141).

RGB: (100,195,141) (39%, 76%, 55%)

RGB channels and saturation

R 100 of 255 = 39%
G 195 of 255 = 76%
B 141 of 255 = 55%

100
195
141

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

Portions of RGB colors in percentages

R + G + B = 100 + 195 + 141 = 436 (100%)
R 100 of 436 ~ 22.94%
G 195 of 436 ~ 44.72%
B 141 of 436 ~ 32.34'%

%22.94
%44.72
%32.34

CMYK color model

#64C38D color CMYK value is (49,0,28,24).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (49,0,28,24)
C49M0Y28K24 (49%, 0%, 28%, 24%)
(0.49 / 0.00 / 0.28 / 0.24)

CMYK percentages

%48.72
%0
%27.69
%23.53

Codes

Color #64C38D in popluar color models

64 C3 8D
RGB 100 195 141
HSL 146° 44.19% 57.84%
HSB/HSV 146° 48.72% 76.47%
CMYK 48.72% 0.00% 27.69%
23.53%

Color #64C38D in popluar number systems.

HEX 64 C3 8D
Decimal 100 195 141
Binary 1100100 11000011 10001101
Octal 144 303 215

Shades and tints

Shades of #64C38D

#64C38D
(100,195,141)
#5BB281
(91,178,129)
#52A175
(82,161,117)
#499069
(73,144,105)
#407F5D
(64,127,93)
#376E51
(55,110,81)
#2E5D45
(46,93,69)
#254C39
(37,76,57)
#1C3B2D
(28,59,45)
#132A21
(19,42,33)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #64C38D

#64C38D
(100,195,141)
#72C897
(114,200,151)
#80CDA1
(128,205,161)
#8ED2AB
(142,210,171)
#9CD7B5
(156,215,181)
#AADCBF
(170,220,191)
#B8E1C9
(184,225,201)
#C6E6D3
(198,230,211)
#D4EBDD
(212,235,221)
#E2F0E7
(226,240,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64C38D; }

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

This text font color is #64C38D.

Background Color

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

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

This div background color is #64C38D.

Border color

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

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

This div border color is #64C38D.

Opacity

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

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

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

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

This text has shadow with #64C38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64C38D.

Preview

Color preview on black background

This text has color #64C38D on black background.


Color preview on white background

This text has color #64C38D on white background.


Black color preview on #64C38D background

This text has black color on #64C38D background.


White color preview on #64C38D background

This text has white color on #64C38D background.


Related colors

Complementary color

Complementary color for #hex is #9B3C72.


I love getcolorcode.com

Triadic colors

1 #8D64C3 and #C38D64 with #64C38D are triadic colors.

2 #8DC364 and #C3648D with #64C38D are triadic colors.