COLOR #64D37F

HEX: #64D37F
RGB: (100,211,127)

Color info

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

RGB color model

#64D37F color RGB value is (100,211,127).

  • red value is 100;
  • green value is 211;
  • blue value is 127.
RGB:
(100,211,127)
(39%,83%,50%)

RGB channels and saturation

R 100 of 255 = 39%
G 211 of 255 = 83%
B 127 of 255 = 50%

100
211
127

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

Portions of RGB colors in percentages

R + G + B =
100 + 211 + 127 = 438 (100%)
R 100 of 438 ~ 22.83%
G 211 of 438 ~ 48.17%
B 127 of 438 ~ 29%

%22.83
%48.17
%29

CMYK color model

#64D37F color CMYK value is (53,0,40,17).

  • cyan value is 52.61%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 17.25%
CMYK:
(53,0,40,17)
C53M0Y40K17 
(53%,0%,40%,17%)
(0.53/0.00/0.40/0.17)	

CMYK percentages

%52.61
%0
%39.81
%17.25

Codes

Color #64D37F in popluar color models

64D37F
RGB100211127
HSL135°55.78%60.98%
HSB/HSV135°52.61%82.75%
CMYK52.61%0.00%39.81%
17.25%

Color #64D37F in popluar number systems.

HEX64D37F
Decimal100211127
Binary1100100110100111111111
Octal144323177

Shades and tints

Shades of #64D37F

#64D37F
(100,211,127)
#5BC074
(91,192,116)
#52AD69
(82,173,105)
#499A5E
(73,154,94)
#408753
(64,135,83)
#377448
(55,116,72)
#2E613D
(46,97,61)
#254E32
(37,78,50)
#1C3B27
(28,59,39)
#13281C
(19,40,28)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #64D37F

#64D37F
(100,211,127)
#72D78A
(114,215,138)
#80DB95
(128,219,149)
#8EDFA0
(142,223,160)
#9CE3AB
(156,227,171)
#AAE7B6
(170,231,182)
#B8EBC1
(184,235,193)
#C6EFCC
(198,239,204)
#D4F3D7
(212,243,215)
#E2F7E2
(226,247,226)
#F0FBED
(240,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D37F color. Also use rgb(100,211,127) instead hex code.

Text Font Color

.myTextColor { color: #64D37F; }

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

This text font color is #64D37F.


Background Color

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

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

This div background color is #64D37F.


Border color

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

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

This div border color is #64D37F.


Opacity

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

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

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

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

This text has shadow with #64D37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D37F on black background.


Color preview on white background

This text has color #64D37F on white background.



Black color preview on #64D37F background

This text has black color on #64D37F background.


White color preview on #64D37F background

This text has white color on #64D37F background.