COLOR #64EF77

HEX: #64EF77
RGB: (100,239,119)

Color info

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

RGB color model

#64EF77 color RGB value is (100,239,119).

  • red value is 100;
  • green value is 239;
  • blue value is 119.
RGB:
(100,239,119)
(39%,94%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 239 of 255 = 94%
B 119 of 255 = 47%

100
239
119

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

Portions of RGB colors in percentages

R + G + B =
100 + 239 + 119 = 458 (100%)
R 100 of 458 ~ 21.83%
G 239 of 458 ~ 52.18%
B 119 of 458 ~ 25.98%

%21.83
%52.18
%25.98

CMYK color model

#64EF77 color CMYK value is (58,0,50,6).

  • cyan value is 58.16%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 6.27%
CMYK:
(58,0,50,6)
C58M0Y50K6 
(58%,0%,50%,6%)
(0.58/0.00/0.50/0.06)	

CMYK percentages

%58.16
%0
%50.21
%6.27

Codes

Color #64EF77 in popluar color models

64EF77
RGB100239119
HSL128°81.29%66.47%
HSB/HSV128°58.16%93.73%
CMYK58.16%0.00%50.21%
6.27%

Color #64EF77 in popluar number systems.

HEX64EF77
Decimal100239119
Binary1100100111011111110111
Octal144357167

Shades and tints

Shades of #64EF77

#64EF77
(100,239,119)
#5BDA6D
(91,218,109)
#52C563
(82,197,99)
#49B059
(73,176,89)
#409B4F
(64,155,79)
#378645
(55,134,69)
#2E713B
(46,113,59)
#255C31
(37,92,49)
#1C4727
(28,71,39)
#13321D
(19,50,29)
#0A1D13
(10,29,19)
#000000
(0,0,0)

Tints of #64EF77

#64EF77
(100,239,119)
#72F083
(114,240,131)
#80F18F
(128,241,143)
#8EF29B
(142,242,155)
#9CF3A7
(156,243,167)
#AAF4B3
(170,244,179)
#B8F5BF
(184,245,191)
#C6F6CB
(198,246,203)
#D4F7D7
(212,247,215)
#E2F8E3
(226,248,227)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64EF77 color. Also use rgb(100,239,119) instead hex code.

Text Font Color

.myTextColor { color: #64EF77; }

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

This text font color is #64EF77.


Background Color

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

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

This div background color is #64EF77.


Border color

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

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

This div border color is #64EF77.


Opacity

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

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

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

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

This text has shadow with #64EF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64EF77 on black background.


Color preview on white background

This text has color #64EF77 on white background.



Black color preview on #64EF77 background

This text has black color on #64EF77 background.


White color preview on #64EF77 background

This text has white color on #64EF77 background.