COLOR #64D753

HEX: #64D753 RGB: (100,215,83)

Color info

#64D753 contains mainly green color. Web safe color of #64D753 is #66CC66 (or #6C6).

RGB color model

#64D753 color RGB value is (100,215,83).

RGB: (100,215,83) (39%, 84%, 33%)

RGB channels and saturation

R 100 of 255 = 39%
G 215 of 255 = 84%
B 83 of 255 = 33%

100
215
83

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

Portions of RGB colors in percentages

R + G + B = 100 + 215 + 83 = 398 (100%)
R 100 of 398 ~ 25.13%
G 215 of 398 ~ 54.02%
B 83 of 398 ~ 20.85'%

%25.13
%54.02
%20.85

CMYK color model

#64D753 color CMYK value is (53,0,61,16).

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 61.40%
  • key color value is 15.69%
CMYK: (53,0,61,16) C53M0Y61K16 (53%,0%,61%,16%) (0.53/0.00/0.61/0.16) 

CMYK percentages

%53.49
%0
%61.4
%15.69

Codes

Color #64D753 in popluar color models

64 D7 53
RGB 100 215 83
HSL 112° 62.26% 58.43%
HSB/HSV 112° 61.40% 84.31%
CMYK 53.49% 0.00% 61.40%
15.69%

Color #64D753 in popluar number systems.

HEX 64 D7 53
Decimal 100 215 83
Binary 1100100 11010111 1010011
Octal 144 327 123

Shades and tints

Shades of #64D753

#64D753
(100,215,83)
#5BC44C
(91,196,76)
#52B145
(82,177,69)
#499E3E
(73,158,62)
#408B37
(64,139,55)
#377830
(55,120,48)
#2E6529
(46,101,41)
#255222
(37,82,34)
#1C3F1B
(28,63,27)
#132C14
(19,44,20)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #64D753

#64D753
(100,215,83)
#72DA62
(114,218,98)
#80DD71
(128,221,113)
#8EE080
(142,224,128)
#9CE38F
(156,227,143)
#AAE69E
(170,230,158)
#B8E9AD
(184,233,173)
#C6ECBC
(198,236,188)
#D4EFCB
(212,239,203)
#E2F2DA
(226,242,218)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D753 color. Also use rgb(100,215,83) instead hex code.

Text Font Color

.myTextColor { color: #64D753; }

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

This text font color is #64D753.

Background Color

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

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

This div background color is #64D753.

Border color

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

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

This div border color is #64D753.

Opacity

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

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

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

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

This text has shadow with #64D753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64D753.

Preview

Color preview on black background

This text has color #64D753 on black background.


Color preview on white background

This text has color #64D753 on white background.


Black color preview on #64D753 background

This text has black color on #64D753 background.


White color preview on #64D753 background

This text has white color on #64D753 background.


Related colors

Complementary color

Complementary color for #hex is #9B28AC.


I love getcolorcode.com

Triadic colors

1 #5364D7 and #D75364 with #64D753 are triadic colors.

2 #53D764 and #D76453 with #64D753 are triadic colors.