COLOR #64CD42

HEX: #64CD42
RGB: (100,205,66)

Color info

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

RGB color model

#64CD42 color RGB value is (100,205,66).

  • red value is 100;
  • green value is 205;
  • blue value is 66.
RGB:
(100,205,66)
(39%,80%,26%)

RGB channels and saturation

R 100 of 255 = 39%
G 205 of 255 = 80%
B 66 of 255 = 26%

100
205
66

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

Portions of RGB colors in percentages

R + G + B =
100 + 205 + 66 = 371 (100%)
R 100 of 371 ~ 26.95%
G 205 of 371 ~ 55.26%
B 66 of 371 ~ 17.79%

%26.95
%55.26
%17.79

CMYK color model

#64CD42 color CMYK value is (51,0,68,20).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 19.61%
CMYK:
(51,0,68,20)
C51M0Y68K20 
(51%,0%,68%,20%)
(0.51/0.00/0.68/0.20)	

CMYK percentages

%51.22
%0
%67.8
%19.61

Codes

Color #64CD42 in popluar color models

64CD42
RGB10020566
HSL105°58.16%53.14%
HSB/HSV105°67.80%80.39%
CMYK51.22%0.00%67.80%
19.61%

Color #64CD42 in popluar number systems.

HEX64CD42
Decimal10020566
Binary1100100110011011000010
Octal144315102

Shades and tints

Shades of #64CD42

#64CD42
(100,205,66)
#5BBB3C
(91,187,60)
#52A936
(82,169,54)
#499730
(73,151,48)
#40852A
(64,133,42)
#377324
(55,115,36)
#2E611E
(46,97,30)
#254F18
(37,79,24)
#1C3D12
(28,61,18)
#132B0C
(19,43,12)
#0A1906
(10,25,6)
#000000
(0,0,0)

Tints of #64CD42

#64CD42
(100,205,66)
#72D153
(114,209,83)
#80D564
(128,213,100)
#8ED975
(142,217,117)
#9CDD86
(156,221,134)
#AAE197
(170,225,151)
#B8E5A8
(184,229,168)
#C6E9B9
(198,233,185)
#D4EDCA
(212,237,202)
#E2F1DB
(226,241,219)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64CD42 color. Also use rgb(100,205,66) instead hex code.

Text Font Color

.myTextColor { color: #64CD42; }

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

This text font color is #64CD42.


Background Color

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

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

This div background color is #64CD42.


Border color

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

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

This div border color is #64CD42.


Opacity

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

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

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

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

This text has shadow with #64CD42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64CD42 on black background.


Color preview on white background

This text has color #64CD42 on white background.



Black color preview on #64CD42 background

This text has black color on #64CD42 background.


White color preview on #64CD42 background

This text has white color on #64CD42 background.