COLOR #64C27F

HEX: #64C27F
RGB: (100,194,127)

Color info

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

RGB color model

#64C27F color RGB value is (100,194,127).

  • red value is 100;
  • green value is 194;
  • blue value is 127.
RGB:
(100,194,127)
(39%,76%,50%)

RGB channels and saturation

R 100 of 255 = 39%
G 194 of 255 = 76%
B 127 of 255 = 50%

100
194
127

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

Portions of RGB colors in percentages

R + G + B =
100 + 194 + 127 = 421 (100%)
R 100 of 421 ~ 23.75%
G 194 of 421 ~ 46.08%
B 127 of 421 ~ 30.17%

%23.75
%46.08
%30.17

CMYK color model

#64C27F color CMYK value is (48,0,35,24).

  • cyan value is 48.45%
  • magenta value is 0.00%
  • yellow value is 34.54%
  • key color value is 23.92%
CMYK:
(48,0,35,24)
C48M0Y35K24 
(48%,0%,35%,24%)
(0.48/0.00/0.35/0.24)	

CMYK percentages

%48.45
%0
%34.54
%23.92

Codes

Color #64C27F in popluar color models

64C27F
RGB100194127
HSL137°43.52%57.65%
HSB/HSV137°48.45%76.08%
CMYK48.45%0.00%34.54%
23.92%

Color #64C27F in popluar number systems.

HEX64C27F
Decimal100194127
Binary1100100110000101111111
Octal144302177

Shades and tints

Shades of #64C27F

#64C27F
(100,194,127)
#5BB174
(91,177,116)
#52A069
(82,160,105)
#498F5E
(73,143,94)
#407E53
(64,126,83)
#376D48
(55,109,72)
#2E5C3D
(46,92,61)
#254B32
(37,75,50)
#1C3A27
(28,58,39)
#13291C
(19,41,28)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #64C27F

#64C27F
(100,194,127)
#72C78A
(114,199,138)
#80CC95
(128,204,149)
#8ED1A0
(142,209,160)
#9CD6AB
(156,214,171)
#AADBB6
(170,219,182)
#B8E0C1
(184,224,193)
#C6E5CC
(198,229,204)
#D4EAD7
(212,234,215)
#E2EFE2
(226,239,226)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C27F color. Also use rgb(100,194,127) instead hex code.

Text Font Color

.myTextColor { color: #64C27F; }

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

This text font color is #64C27F.


Background Color

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

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

This div background color is #64C27F.


Border color

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

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

This div border color is #64C27F.


Opacity

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

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

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

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

This text has shadow with #64C27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C27F on black background.


Color preview on white background

This text has color #64C27F on white background.



Black color preview on #64C27F background

This text has black color on #64C27F background.


White color preview on #64C27F background

This text has white color on #64C27F background.