COLOR #64B562

HEX: #64B562
RGB: (100,181,98)

Color info

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

RGB color model

#64B562 color RGB value is (100,181,98).

  • red value is 100;
  • green value is 181;
  • blue value is 98.
RGB:
(100,181,98)
(39%,71%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 181 of 255 = 71%
B 98 of 255 = 38%

100
181
98

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

Portions of RGB colors in percentages

R + G + B =
100 + 181 + 98 = 379 (100%)
R 100 of 379 ~ 26.39%
G 181 of 379 ~ 47.76%
B 98 of 379 ~ 25.86%

%26.39
%47.76
%25.86

CMYK color model

#64B562 color CMYK value is (45,0,46,29).

  • cyan value is 44.75%
  • magenta value is 0.00%
  • yellow value is 45.86%
  • key color value is 29.02%
CMYK:
(45,0,46,29)
C45M0Y46K29 
(45%,0%,46%,29%)
(0.45/0.00/0.46/0.29)	

CMYK percentages

%44.75
%0
%45.86
%29.02

Codes

Color #64B562 in popluar color models

64B562
RGB10018198
HSL119°35.93%54.71%
HSB/HSV119°45.86%70.98%
CMYK44.75%0.00%45.86%
29.02%

Color #64B562 in popluar number systems.

HEX64B562
Decimal10018198
Binary1100100101101011100010
Octal144265142

Shades and tints

Shades of #64B562

#64B562
(100,181,98)
#5BA55A
(91,165,90)
#529552
(82,149,82)
#49854A
(73,133,74)
#407542
(64,117,66)
#37653A
(55,101,58)
#2E5532
(46,85,50)
#25452A
(37,69,42)
#1C3522
(28,53,34)
#13251A
(19,37,26)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #64B562

#64B562
(100,181,98)
#72BB70
(114,187,112)
#80C17E
(128,193,126)
#8EC78C
(142,199,140)
#9CCD9A
(156,205,154)
#AAD3A8
(170,211,168)
#B8D9B6
(184,217,182)
#C6DFC4
(198,223,196)
#D4E5D2
(212,229,210)
#E2EBE0
(226,235,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B562 color. Also use rgb(100,181,98) instead hex code.

Text Font Color

.myTextColor { color: #64B562; }

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

This text font color is #64B562.


Background Color

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

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

This div background color is #64B562.


Border color

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

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

This div border color is #64B562.


Opacity

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

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

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

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

This text has shadow with #64B562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B562 on black background.


Color preview on white background

This text has color #64B562 on white background.



Black color preview on #64B562 background

This text has black color on #64B562 background.


White color preview on #64B562 background

This text has white color on #64B562 background.