COLOR #64CC81

HEX: #64CC81 RGB: (100,204,129)

Color info

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

RGB color model

#64CC81 color RGB value is (100,204,129).

RGB: (100,204,129) (39%, 80%, 51%)

RGB channels and saturation

R 100 of 255 = 39%
G 204 of 255 = 80%
B 129 of 255 = 51%

100
204
129

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

Portions of RGB colors in percentages

R + G + B = 100 + 204 + 129 = 433 (100%)
R 100 of 433 ~ 23.09%
G 204 of 433 ~ 47.11%
B 129 of 433 ~ 29.79'%

%23.09
%47.11
%29.79

CMYK color model

#64CC81 color CMYK value is (51,0,37,20).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 20.00%

CMYK: (51,0,37,20)
C51M0Y37K20 (51%, 0%, 37%, 20%)
(0.51 / 0.00 / 0.37 / 0.20)

CMYK percentages

%50.98
%0
%36.76
%20

Codes

Color #64CC81 in popluar color models

64 CC 81
RGB 100 204 129
HSL 137° 50.49% 59.61%
HSB/HSV 137° 50.98% 80.00%
CMYK 50.98% 0.00% 36.76%
20.00%

Color #64CC81 in popluar number systems.

HEX 64 CC 81
Decimal 100 204 129
Binary 1100100 11001100 10000001
Octal 144 314 201

Shades and tints

Shades of #64CC81

#64CC81
(100,204,129)
#5BBA76
(91,186,118)
#52A86B
(82,168,107)
#499660
(73,150,96)
#408455
(64,132,85)
#37724A
(55,114,74)
#2E603F
(46,96,63)
#254E34
(37,78,52)
#1C3C29
(28,60,41)
#132A1E
(19,42,30)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #64CC81

#64CC81
(100,204,129)
#72D08C
(114,208,140)
#80D497
(128,212,151)
#8ED8A2
(142,216,162)
#9CDCAD
(156,220,173)
#AAE0B8
(170,224,184)
#B8E4C3
(184,228,195)
#C6E8CE
(198,232,206)
#D4ECD9
(212,236,217)
#E2F0E4
(226,240,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64CC81; }

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

This text font color is #64CC81.

Background Color

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

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

This div background color is #64CC81.

Border color

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

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

This div border color is #64CC81.

Opacity

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

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

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

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

This text has shadow with #64CC81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64CC81.

Preview

Color preview on black background

This text has color #64CC81 on black background.


Color preview on white background

This text has color #64CC81 on white background.


Black color preview on #64CC81 background

This text has black color on #64CC81 background.


White color preview on #64CC81 background

This text has white color on #64CC81 background.


Related colors

Complementary color

Complementary color for #hex is #9B337E.


I love getcolorcode.com

Triadic colors

1 #8164CC and #CC8164 with #64CC81 are triadic colors.

2 #81CC64 and #CC6481 with #64CC81 are triadic colors.