COLOR #64C992

HEX: #64C992
RGB: (100,201,146)

Color info

#64C992 contains mainly green and blue colors. Web safe color of #64C992 is #66CC99 (or #6C9).

RGB color model

#64C992 color RGB value is (100,201,146).

  • red value is 100;
  • green value is 201;
  • blue value is 146.
RGB:
(100,201,146)
(39%,79%,57%)

RGB channels and saturation

R 100 of 255 = 39%
G 201 of 255 = 79%
B 146 of 255 = 57%

100
201
146

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

Portions of RGB colors in percentages

R + G + B =
100 + 201 + 146 = 447 (100%)
R 100 of 447 ~ 22.37%
G 201 of 447 ~ 44.97%
B 146 of 447 ~ 32.66%

%22.37
%44.97
%32.66

CMYK color model

#64C992 color CMYK value is (50,0,27,21).

  • cyan value is 50.25%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(50,0,27,21)
C50M0Y27K21 
(50%,0%,27%,21%)
(0.50/0.00/0.27/0.21)	

CMYK percentages

%50.25
%0
%27.36
%21.18

Codes

Color #64C992 in popluar color models

64C992
RGB100201146
HSL147°48.33%59.02%
HSB/HSV147°50.25%78.82%
CMYK50.25%0.00%27.36%
21.18%

Color #64C992 in popluar number systems.

HEX64C992
Decimal100201146
Binary11001001100100110010010
Octal144311222

Shades and tints

Shades of #64C992

#64C992
(100,201,146)
#5BB785
(91,183,133)
#52A578
(82,165,120)
#49936B
(73,147,107)
#40815E
(64,129,94)
#376F51
(55,111,81)
#2E5D44
(46,93,68)
#254B37
(37,75,55)
#1C392A
(28,57,42)
#13271D
(19,39,29)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #64C992

#64C992
(100,201,146)
#72CD9B
(114,205,155)
#80D1A4
(128,209,164)
#8ED5AD
(142,213,173)
#9CD9B6
(156,217,182)
#AADDBF
(170,221,191)
#B8E1C8
(184,225,200)
#C6E5D1
(198,229,209)
#D4E9DA
(212,233,218)
#E2EDE3
(226,237,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C992 color. Also use rgb(100,201,146) instead hex code.

Text Font Color

.myTextColor { color: #64C992; }

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

This text font color is #64C992.


Background Color

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

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

This div background color is #64C992.


Border color

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

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

This div border color is #64C992.


Opacity

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

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

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

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

This text has shadow with #64C992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C992 on black background.


Color preview on white background

This text has color #64C992 on white background.



Black color preview on #64C992 background

This text has black color on #64C992 background.


White color preview on #64C992 background

This text has white color on #64C992 background.