COLOR #64C17E

HEX: #64C17E RGB: (100,193,126)

Color info

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

RGB color model

#64C17E color RGB value is (100,193,126).

RGB: (100,193,126) (39%, 76%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 193 of 255 = 76%
B 126 of 255 = 49%

100
193
126

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

Portions of RGB colors in percentages

R + G + B = 100 + 193 + 126 = 419 (100%)
R 100 of 419 ~ 23.87%
G 193 of 419 ~ 46.06%
B 126 of 419 ~ 30.07'%

%23.87
%46.06
%30.07

CMYK color model

#64C17E color CMYK value is (48,0,35,24).

  • cyan value is 48.19%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 24.31%

CMYK: (48,0,35,24)
C48M0Y35K24 (48%, 0%, 35%, 24%)
(0.48 / 0.00 / 0.35 / 0.24)

CMYK percentages

%48.19
%0
%34.72
%24.31

Codes

Color #64C17E in popluar color models

64 C1 7E
RGB 100 193 126
HSL 137° 42.86% 57.45%
HSB/HSV 137° 48.19% 75.69%
CMYK 48.19% 0.00% 34.72%
24.31%

Color #64C17E in popluar number systems.

HEX 64 C1 7E
Decimal 100 193 126
Binary 1100100 11000001 1111110
Octal 144 301 176

Shades and tints

Shades of #64C17E

#64C17E
(100,193,126)
#5BB073
(91,176,115)
#529F68
(82,159,104)
#498E5D
(73,142,93)
#407D52
(64,125,82)
#376C47
(55,108,71)
#2E5B3C
(46,91,60)
#254A31
(37,74,49)
#1C3926
(28,57,38)
#13281B
(19,40,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #64C17E

#64C17E
(100,193,126)
#72C689
(114,198,137)
#80CB94
(128,203,148)
#8ED09F
(142,208,159)
#9CD5AA
(156,213,170)
#AADAB5
(170,218,181)
#B8DFC0
(184,223,192)
#C6E4CB
(198,228,203)
#D4E9D6
(212,233,214)
#E2EEE1
(226,238,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C17E color. Also use rgb(100,193,126) instead hex code.

Text Font Color

.myTextColor { color: #64C17E; }

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

This text font color is #64C17E.

Background Color

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

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

This div background color is #64C17E.

Border color

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

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

This div border color is #64C17E.

Opacity

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

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

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

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

This text has shadow with #64C17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64C17E.

Preview

Color preview on black background

This text has color #64C17E on black background.


Color preview on white background

This text has color #64C17E on white background.


Black color preview on #64C17E background

This text has black color on #64C17E background.


White color preview on #64C17E background

This text has white color on #64C17E background.


Related colors

Complementary color

Complementary color for #hex is #9B3E81.


I love getcolorcode.com

Triadic colors

1 #7E64C1 and #C17E64 with #64C17E are triadic colors.

2 #7EC164 and #C1647E with #64C17E are triadic colors.