COLOR #64C63C

HEX: #64C63C
RGB: (100,198,60)

Color info

#64C63C contains mainly green color. Web safe color of #64C63C is #66CC33 (or #6C3).

RGB color model

#64C63C color RGB value is (100,198,60).

  • red value is 100;
  • green value is 198;
  • blue value is 60.
RGB:
(100,198,60)
(39%,78%,24%)

RGB channels and saturation

R 100 of 255 = 39%
G 198 of 255 = 78%
B 60 of 255 = 24%

100
198
60

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

Portions of RGB colors in percentages

R + G + B =
100 + 198 + 60 = 358 (100%)
R 100 of 358 ~ 27.93%
G 198 of 358 ~ 55.31%
B 60 of 358 ~ 16.76%

%27.93
%55.31
%16.76

CMYK color model

#64C63C color CMYK value is (49,0,70,22).

  • cyan value is 49.49%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 22.35%
CMYK:
(49,0,70,22)
C49M0Y70K22 
(49%,0%,70%,22%)
(0.49/0.00/0.70/0.22)	

CMYK percentages

%49.49
%0
%69.7
%22.35

Codes

Color #64C63C in popluar color models

64C63C
RGB10019860
HSL103°54.76%50.59%
HSB/HSV103°69.70%77.65%
CMYK49.49%0.00%69.70%
22.35%

Color #64C63C in popluar number systems.

HEX64C63C
Decimal10019860
Binary110010011000110111100
Octal14430674

Shades and tints

Shades of #64C63C

#64C63C
(100,198,60)
#5BB437
(91,180,55)
#52A232
(82,162,50)
#49902D
(73,144,45)
#407E28
(64,126,40)
#376C23
(55,108,35)
#2E5A1E
(46,90,30)
#254819
(37,72,25)
#1C3614
(28,54,20)
#13240F
(19,36,15)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #64C63C

#64C63C
(100,198,60)
#72CB4D
(114,203,77)
#80D05E
(128,208,94)
#8ED56F
(142,213,111)
#9CDA80
(156,218,128)
#AADF91
(170,223,145)
#B8E4A2
(184,228,162)
#C6E9B3
(198,233,179)
#D4EEC4
(212,238,196)
#E2F3D5
(226,243,213)
#F0F8E6
(240,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C63C color. Also use rgb(100,198,60) instead hex code.

Text Font Color

.myTextColor { color: #64C63C; }

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

This text font color is #64C63C.


Background Color

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

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

This div background color is #64C63C.


Border color

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

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

This div border color is #64C63C.


Opacity

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

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

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

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

This text has shadow with #64C63C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C63C on black background.


Color preview on white background

This text has color #64C63C on white background.



Black color preview on #64C63C background

This text has black color on #64C63C background.


White color preview on #64C63C background

This text has white color on #64C63C background.