COLOR #64F76F

HEX: #64F76F
RGB: (100,247,111)

Color info

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

RGB color model

#64F76F color RGB value is (100,247,111).

  • red value is 100;
  • green value is 247;
  • blue value is 111.
RGB:
(100,247,111)
(39%,97%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 247 of 255 = 97%
B 111 of 255 = 44%

100
247
111

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

Portions of RGB colors in percentages

R + G + B =
100 + 247 + 111 = 458 (100%)
R 100 of 458 ~ 21.83%
G 247 of 458 ~ 53.93%
B 111 of 458 ~ 24.24%

%21.83
%53.93
%24.24

CMYK color model

#64F76F color CMYK value is (60,0,55,3).

  • cyan value is 59.51%
  • magenta value is 0.00%
  • yellow value is 55.06%
  • key color value is 3.14%
CMYK:
(60,0,55,3)
C60M0Y55K3 
(60%,0%,55%,3%)
(0.60/0.00/0.55/0.03)	

CMYK percentages

%59.51
%0
%55.06
%3.14

Codes

Color #64F76F in popluar color models

64F76F
RGB100247111
HSL124°90.18%68.04%
HSB/HSV124°59.51%96.86%
CMYK59.51%0.00%55.06%
3.14%

Color #64F76F in popluar number systems.

HEX64F76F
Decimal100247111
Binary1100100111101111101111
Octal144367157

Shades and tints

Shades of #64F76F

#64F76F
(100,247,111)
#5BE165
(91,225,101)
#52CB5B
(82,203,91)
#49B551
(73,181,81)
#409F47
(64,159,71)
#37893D
(55,137,61)
#2E7333
(46,115,51)
#255D29
(37,93,41)
#1C471F
(28,71,31)
#133115
(19,49,21)
#0A1B0B
(10,27,11)
#000000
(0,0,0)

Tints of #64F76F

#64F76F
(100,247,111)
#72F77C
(114,247,124)
#80F789
(128,247,137)
#8EF796
(142,247,150)
#9CF7A3
(156,247,163)
#AAF7B0
(170,247,176)
#B8F7BD
(184,247,189)
#C6F7CA
(198,247,202)
#D4F7D7
(212,247,215)
#E2F7E4
(226,247,228)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64F76F color. Also use rgb(100,247,111) instead hex code.

Text Font Color

.myTextColor { color: #64F76F; }

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

This text font color is #64F76F.


Background Color

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

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

This div background color is #64F76F.


Border color

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

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

This div border color is #64F76F.


Opacity

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

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

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

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

This text has shadow with #64F76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64F76F on black background.


Color preview on white background

This text has color #64F76F on white background.



Black color preview on #64F76F background

This text has black color on #64F76F background.


White color preview on #64F76F background

This text has white color on #64F76F background.