COLOR #64D570

HEX: #64D570
RGB: (100,213,112)

Color info

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

RGB color model

#64D570 color RGB value is (100,213,112).

  • red value is 100;
  • green value is 213;
  • blue value is 112.
RGB:
(100,213,112)
(39%,84%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 213 of 255 = 84%
B 112 of 255 = 44%

100
213
112

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

Portions of RGB colors in percentages

R + G + B =
100 + 213 + 112 = 425 (100%)
R 100 of 425 ~ 23.53%
G 213 of 425 ~ 50.12%
B 112 of 425 ~ 26.35%

%23.53
%50.12
%26.35

CMYK color model

#64D570 color CMYK value is (53,0,47,16).

  • cyan value is 53.05%
  • magenta value is 0.00%
  • yellow value is 47.42%
  • key color value is 16.47%
CMYK:
(53,0,47,16)
C53M0Y47K16 
(53%,0%,47%,16%)
(0.53/0.00/0.47/0.16)	

CMYK percentages

%53.05
%0
%47.42
%16.47

Codes

Color #64D570 in popluar color models

64D570
RGB100213112
HSL126°57.36%61.37%
HSB/HSV126°53.05%83.53%
CMYK53.05%0.00%47.42%
16.47%

Color #64D570 in popluar number systems.

HEX64D570
Decimal100213112
Binary1100100110101011110000
Octal144325160

Shades and tints

Shades of #64D570

#64D570
(100,213,112)
#5BC266
(91,194,102)
#52AF5C
(82,175,92)
#499C52
(73,156,82)
#408948
(64,137,72)
#37763E
(55,118,62)
#2E6334
(46,99,52)
#25502A
(37,80,42)
#1C3D20
(28,61,32)
#132A16
(19,42,22)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #64D570

#64D570
(100,213,112)
#72D87D
(114,216,125)
#80DB8A
(128,219,138)
#8EDE97
(142,222,151)
#9CE1A4
(156,225,164)
#AAE4B1
(170,228,177)
#B8E7BE
(184,231,190)
#C6EACB
(198,234,203)
#D4EDD8
(212,237,216)
#E2F0E5
(226,240,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D570 color. Also use rgb(100,213,112) instead hex code.

Text Font Color

.myTextColor { color: #64D570; }

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

This text font color is #64D570.


Background Color

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

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

This div background color is #64D570.


Border color

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

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

This div border color is #64D570.


Opacity

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

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

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

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

This text has shadow with #64D570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D570 on black background.


Color preview on white background

This text has color #64D570 on white background.



Black color preview on #64D570 background

This text has black color on #64D570 background.


White color preview on #64D570 background

This text has white color on #64D570 background.