COLOR #64C867

HEX: #64C867
RGB: (100,200,103)

Color info

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

RGB color model

#64C867 color RGB value is (100,200,103).

  • red value is 100;
  • green value is 200;
  • blue value is 103.
RGB:
(100,200,103)
(39%,78%,40%)

RGB channels and saturation

R 100 of 255 = 39%
G 200 of 255 = 78%
B 103 of 255 = 40%

100
200
103

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

Portions of RGB colors in percentages

R + G + B =
100 + 200 + 103 = 403 (100%)
R 100 of 403 ~ 24.81%
G 200 of 403 ~ 49.63%
B 103 of 403 ~ 25.56%

%24.81
%49.63
%25.56

CMYK color model

#64C867 color CMYK value is (50,0,49,22).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(50,0,49,22)
C50M0Y49K22 
(50%,0%,49%,22%)
(0.50/0.00/0.49/0.22)	

CMYK percentages

%50
%0
%48.5
%21.57

Codes

Color #64C867 in popluar color models

64C867
RGB100200103
HSL122°47.62%58.82%
HSB/HSV122°50.00%78.43%
CMYK50.00%0.00%48.50%
21.57%

Color #64C867 in popluar number systems.

HEX64C867
Decimal100200103
Binary1100100110010001100111
Octal144310147

Shades and tints

Shades of #64C867

#64C867
(100,200,103)
#5BB65E
(91,182,94)
#52A455
(82,164,85)
#49924C
(73,146,76)
#408043
(64,128,67)
#376E3A
(55,110,58)
#2E5C31
(46,92,49)
#254A28
(37,74,40)
#1C381F
(28,56,31)
#132616
(19,38,22)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #64C867

#64C867
(100,200,103)
#72CD74
(114,205,116)
#80D281
(128,210,129)
#8ED78E
(142,215,142)
#9CDC9B
(156,220,155)
#AAE1A8
(170,225,168)
#B8E6B5
(184,230,181)
#C6EBC2
(198,235,194)
#D4F0CF
(212,240,207)
#E2F5DC
(226,245,220)
#F0FAE9
(240,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C867 color. Also use rgb(100,200,103) instead hex code.

Text Font Color

.myTextColor { color: #64C867; }

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

This text font color is #64C867.


Background Color

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

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

This div background color is #64C867.


Border color

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

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

This div border color is #64C867.


Opacity

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

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

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

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

This text has shadow with #64C867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C867 on black background.


Color preview on white background

This text has color #64C867 on white background.



Black color preview on #64C867 background

This text has black color on #64C867 background.


White color preview on #64C867 background

This text has white color on #64C867 background.