COLOR #64C792

HEX: #64C792
RGB: (100,199,146)

Color info

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

RGB color model

#64C792 color RGB value is (100,199,146).

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

RGB channels and saturation

R 100 of 255 = 39%
G 199 of 255 = 78%
B 146 of 255 = 57%

100
199
146

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

Portions of RGB colors in percentages

R + G + B =
100 + 199 + 146 = 445 (100%)
R 100 of 445 ~ 22.47%
G 199 of 445 ~ 44.72%
B 146 of 445 ~ 32.81%

%22.47
%44.72
%32.81

CMYK color model

#64C792 color CMYK value is (50,0,27,22).

  • cyan value is 49.75%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 21.96%
CMYK:
(50,0,27,22)
C50M0Y27K22 
(50%,0%,27%,22%)
(0.50/0.00/0.27/0.22)	

CMYK percentages

%49.75
%0
%26.63
%21.96

Codes

Color #64C792 in popluar color models

64C792
RGB100199146
HSL148°46.92%58.63%
HSB/HSV148°49.75%78.04%
CMYK49.75%0.00%26.63%
21.96%

Color #64C792 in popluar number systems.

HEX64C792
Decimal100199146
Binary11001001100011110010010
Octal144307222

Shades and tints

Shades of #64C792

#64C792
(100,199,146)
#5BB585
(91,181,133)
#52A378
(82,163,120)
#49916B
(73,145,107)
#407F5E
(64,127,94)
#376D51
(55,109,81)
#2E5B44
(46,91,68)
#254937
(37,73,55)
#1C372A
(28,55,42)
#13251D
(19,37,29)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #64C792

#64C792
(100,199,146)
#72CC9B
(114,204,155)
#80D1A4
(128,209,164)
#8ED6AD
(142,214,173)
#9CDBB6
(156,219,182)
#AAE0BF
(170,224,191)
#B8E5C8
(184,229,200)
#C6EAD1
(198,234,209)
#D4EFDA
(212,239,218)
#E2F4E3
(226,244,227)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64C792; }

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

This text font color is #64C792.


Background Color

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

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

This div background color is #64C792.


Border color

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

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

This div border color is #64C792.


Opacity

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

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

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

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

This text has shadow with #64C792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C792 on black background.


Color preview on white background

This text has color #64C792 on white background.



Black color preview on #64C792 background

This text has black color on #64C792 background.


White color preview on #64C792 background

This text has white color on #64C792 background.