COLOR #64DD5D

HEX: #64DD5D
RGB: (100,221,93)

Color info

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

RGB color model

#64DD5D color RGB value is (100,221,93).

  • red value is 100;
  • green value is 221;
  • blue value is 93.
RGB:
(100,221,93)
(39%,87%,36%)

RGB channels and saturation

R 100 of 255 = 39%
G 221 of 255 = 87%
B 93 of 255 = 36%

100
221
93

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

Portions of RGB colors in percentages

R + G + B =
100 + 221 + 93 = 414 (100%)
R 100 of 414 ~ 24.15%
G 221 of 414 ~ 53.38%
B 93 of 414 ~ 22.46%

%24.15
%53.38
%22.46

CMYK color model

#64DD5D color CMYK value is (55,0,58,13).

  • cyan value is 54.75%
  • magenta value is 0.00%
  • yellow value is 57.92%
  • key color value is 13.33%
CMYK:
(55,0,58,13)
C55M0Y58K13 
(55%,0%,58%,13%)
(0.55/0.00/0.58/0.13)	

CMYK percentages

%54.75
%0
%57.92
%13.33

Codes

Color #64DD5D in popluar color models

64DD5D
RGB10022193
HSL117°65.31%61.57%
HSB/HSV117°57.92%86.67%
CMYK54.75%0.00%57.92%
13.33%

Color #64DD5D in popluar number systems.

HEX64DD5D
Decimal10022193
Binary1100100110111011011101
Octal144335135

Shades and tints

Shades of #64DD5D

#64DD5D
(100,221,93)
#5BC955
(91,201,85)
#52B54D
(82,181,77)
#49A145
(73,161,69)
#408D3D
(64,141,61)
#377935
(55,121,53)
#2E652D
(46,101,45)
#255125
(37,81,37)
#1C3D1D
(28,61,29)
#132915
(19,41,21)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #64DD5D

#64DD5D
(100,221,93)
#72E06B
(114,224,107)
#80E379
(128,227,121)
#8EE687
(142,230,135)
#9CE995
(156,233,149)
#AAECA3
(170,236,163)
#B8EFB1
(184,239,177)
#C6F2BF
(198,242,191)
#D4F5CD
(212,245,205)
#E2F8DB
(226,248,219)
#F0FBE9
(240,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64DD5D color. Also use rgb(100,221,93) instead hex code.

Text Font Color

.myTextColor { color: #64DD5D; }

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

This text font color is #64DD5D.


Background Color

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

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

This div background color is #64DD5D.


Border color

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

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

This div border color is #64DD5D.


Opacity

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

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

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

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

This text has shadow with #64DD5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64DD5D on black background.


Color preview on white background

This text has color #64DD5D on white background.



Black color preview on #64DD5D background

This text has black color on #64DD5D background.


White color preview on #64DD5D background

This text has white color on #64DD5D background.