COLOR #64E97D

HEX: #64E97D
RGB: (100,233,125)

Color info

#64E97D contains mainly green color. Web safe color of #64E97D is #66FF66 (or #6F6).

RGB color model

#64E97D color RGB value is (100,233,125).

  • red value is 100;
  • green value is 233;
  • blue value is 125.
RGB:
(100,233,125)
(39%,91%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 233 of 255 = 91%
B 125 of 255 = 49%

100
233
125

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

Portions of RGB colors in percentages

R + G + B =
100 + 233 + 125 = 458 (100%)
R 100 of 458 ~ 21.83%
G 233 of 458 ~ 50.87%
B 125 of 458 ~ 27.29%

%21.83
%50.87
%27.29

CMYK color model

#64E97D color CMYK value is (57,0,46,9).

  • cyan value is 57.08%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 8.63%
CMYK:
(57,0,46,9)
C57M0Y46K9 
(57%,0%,46%,9%)
(0.57/0.00/0.46/0.09)	

CMYK percentages

%57.08
%0
%46.35
%8.63

Codes

Color #64E97D in popluar color models

64E97D
RGB100233125
HSL131°75.14%65.29%
HSB/HSV131°57.08%91.37%
CMYK57.08%0.00%46.35%
8.63%

Color #64E97D in popluar number systems.

HEX64E97D
Decimal100233125
Binary1100100111010011111101
Octal144351175

Shades and tints

Shades of #64E97D

#64E97D
(100,233,125)
#5BD472
(91,212,114)
#52BF67
(82,191,103)
#49AA5C
(73,170,92)
#409551
(64,149,81)
#378046
(55,128,70)
#2E6B3B
(46,107,59)
#255630
(37,86,48)
#1C4125
(28,65,37)
#132C1A
(19,44,26)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #64E97D

#64E97D
(100,233,125)
#72EB88
(114,235,136)
#80ED93
(128,237,147)
#8EEF9E
(142,239,158)
#9CF1A9
(156,241,169)
#AAF3B4
(170,243,180)
#B8F5BF
(184,245,191)
#C6F7CA
(198,247,202)
#D4F9D5
(212,249,213)
#E2FBE0
(226,251,224)
#F0FDEB
(240,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64E97D color. Also use rgb(100,233,125) instead hex code.

Text Font Color

.myTextColor { color: #64E97D; }

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

This text font color is #64E97D.


Background Color

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

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

This div background color is #64E97D.


Border color

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

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

This div border color is #64E97D.


Opacity

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

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

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

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

This text has shadow with #64E97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E97D on black background.


Color preview on white background

This text has color #64E97D on white background.



Black color preview on #64E97D background

This text has black color on #64E97D background.


White color preview on #64E97D background

This text has white color on #64E97D background.