COLOR #64CD68

HEX: #64CD68
RGB: (100,205,104)

Color info

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

RGB color model

#64CD68 color RGB value is (100,205,104).

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

RGB channels and saturation

R 100 of 255 = 39%
G 205 of 255 = 80%
B 104 of 255 = 41%

100
205
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 205 + 104 = 409 (100%)
R 100 of 409 ~ 24.45%
G 205 of 409 ~ 50.12%
B 104 of 409 ~ 25.43%

%24.45
%50.12
%25.43

CMYK color model

#64CD68 color CMYK value is (51,0,49,20).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 49.27%
  • key color value is 19.61%
CMYK:
(51,0,49,20)
C51M0Y49K20 
(51%,0%,49%,20%)
(0.51/0.00/0.49/0.20)	

CMYK percentages

%51.22
%0
%49.27
%19.61

Codes

Color #64CD68 in popluar color models

64CD68
RGB100205104
HSL122°51.22%59.80%
HSB/HSV122°51.22%80.39%
CMYK51.22%0.00%49.27%
19.61%

Color #64CD68 in popluar number systems.

HEX64CD68
Decimal100205104
Binary1100100110011011101000
Octal144315150

Shades and tints

Shades of #64CD68

#64CD68
(100,205,104)
#5BBB5F
(91,187,95)
#52A956
(82,169,86)
#49974D
(73,151,77)
#408544
(64,133,68)
#37733B
(55,115,59)
#2E6132
(46,97,50)
#254F29
(37,79,41)
#1C3D20
(28,61,32)
#132B17
(19,43,23)
#0A190E
(10,25,14)
#000000
(0,0,0)

Tints of #64CD68

#64CD68
(100,205,104)
#72D175
(114,209,117)
#80D582
(128,213,130)
#8ED98F
(142,217,143)
#9CDD9C
(156,221,156)
#AAE1A9
(170,225,169)
#B8E5B6
(184,229,182)
#C6E9C3
(198,233,195)
#D4EDD0
(212,237,208)
#E2F1DD
(226,241,221)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64CD68; }

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

This text font color is #64CD68.


Background Color

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

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

This div background color is #64CD68.


Border color

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

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

This div border color is #64CD68.


Opacity

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

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

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

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

This text has shadow with #64CD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64CD68 on black background.


Color preview on white background

This text has color #64CD68 on white background.



Black color preview on #64CD68 background

This text has black color on #64CD68 background.


White color preview on #64CD68 background

This text has white color on #64CD68 background.