COLOR #64CC84

HEX: #64CC84 RGB: (100,204,132)

Color info

#64CC84 contains mainly green color. Web safe color of #64CC84 is #66CC99 (or #6C9).

RGB color model

#64CC84 color RGB value is (100,204,132).

RGB: (100,204,132) (39%, 80%, 52%)

RGB channels and saturation

R 100 of 255 = 39%
G 204 of 255 = 80%
B 132 of 255 = 52%

100
204
132

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

Portions of RGB colors in percentages

R + G + B = 100 + 204 + 132 = 436 (100%)
R 100 of 436 ~ 22.94%
G 204 of 436 ~ 46.79%
B 132 of 436 ~ 30.28'%

%22.94
%46.79
%30.28

CMYK color model

#64CC84 color CMYK value is (51,0,35,20).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%
CMYK: (51,0,35,20) C51M0Y35K20 (51%,0%,35%,20%) (0.51/0.00/0.35/0.20) 

CMYK percentages

%50.98
%0
%35.29
%20

Codes

Color #64CC84 in popluar color models

64 CC 84
RGB 100 204 132
HSL 138° 50.49% 59.61%
HSB/HSV 138° 50.98% 80.00%
CMYK 50.98% 0.00% 35.29%
20.00%

Color #64CC84 in popluar number systems.

HEX 64 CC 84
Decimal 100 204 132
Binary 1100100 11001100 10000100
Octal 144 314 204

Shades and tints

Shades of #64CC84

#64CC84
(100,204,132)
#5BBA78
(91,186,120)
#52A86C
(82,168,108)
#499660
(73,150,96)
#408454
(64,132,84)
#377248
(55,114,72)
#2E603C
(46,96,60)
#254E30
(37,78,48)
#1C3C24
(28,60,36)
#132A18
(19,42,24)
#0A180C
(10,24,12)
#000000
(0,0,0)

Tints of #64CC84

#64CC84
(100,204,132)
#72D08F
(114,208,143)
#80D49A
(128,212,154)
#8ED8A5
(142,216,165)
#9CDCB0
(156,220,176)
#AAE0BB
(170,224,187)
#B8E4C6
(184,228,198)
#C6E8D1
(198,232,209)
#D4ECDC
(212,236,220)
#E2F0E7
(226,240,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64CC84 color. Also use rgb(100,204,132) instead hex code.

Text Font Color

.myTextColor { color: #64CC84; }

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

This text font color is #64CC84.

Background Color

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

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

This div background color is #64CC84.

Border color

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

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

This div border color is #64CC84.

Opacity

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

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

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

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

This text has shadow with #64CC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64CC84.

Preview

Color preview on black background

This text has color #64CC84 on black background.


Color preview on white background

This text has color #64CC84 on white background.


Black color preview on #64CC84 background

This text has black color on #64CC84 background.


White color preview on #64CC84 background

This text has white color on #64CC84 background.


Related colors

Complementary color

Complementary color for #hex is #9B337B.


I love getcolorcode.com

Triadic colors

1 #8464CC and #CC8464 with #64CC84 are triadic colors.

2 #84CC64 and #CC6484 with #64CC84 are triadic colors.