COLOR #64CC90

HEX: #64CC90
RGB: (100,204,144)

Color info

#64CC90 contains mainly green color. Web safe color of #64CC90 is #66CC99 (or #6C9).

RGB color model

#64CC90 color RGB value is (100,204,144).

  • red value is 100;
  • green value is 204;
  • blue value is 144.
RGB:
(100,204,144)
(39%,80%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 204 of 255 = 80%
B 144 of 255 = 56%

100
204
144

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

Portions of RGB colors in percentages

R + G + B =
100 + 204 + 144 = 448 (100%)
R 100 of 448 ~ 22.32%
G 204 of 448 ~ 45.54%
B 144 of 448 ~ 32.14%

%22.32
%45.54
%32.14

CMYK color model

#64CC90 color CMYK value is (51,0,29,20).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 20.00%
CMYK:
(51,0,29,20)
C51M0Y29K20 
(51%,0%,29%,20%)
(0.51/0.00/0.29/0.20)	

CMYK percentages

%50.98
%0
%29.41
%20

Codes

Color #64CC90 in popluar color models

64CC90
RGB100204144
HSL145°50.49%59.61%
HSB/HSV145°50.98%80.00%
CMYK50.98%0.00%29.41%
20.00%

Color #64CC90 in popluar number systems.

HEX64CC90
Decimal100204144
Binary11001001100110010010000
Octal144314220

Shades and tints

Shades of #64CC90

#64CC90
(100,204,144)
#5BBA83
(91,186,131)
#52A876
(82,168,118)
#499669
(73,150,105)
#40845C
(64,132,92)
#37724F
(55,114,79)
#2E6042
(46,96,66)
#254E35
(37,78,53)
#1C3C28
(28,60,40)
#132A1B
(19,42,27)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #64CC90

#64CC90
(100,204,144)
#72D09A
(114,208,154)
#80D4A4
(128,212,164)
#8ED8AE
(142,216,174)
#9CDCB8
(156,220,184)
#AAE0C2
(170,224,194)
#B8E4CC
(184,228,204)
#C6E8D6
(198,232,214)
#D4ECE0
(212,236,224)
#E2F0EA
(226,240,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64CC90 color. Also use rgb(100,204,144) instead hex code.

Text Font Color

.myTextColor { color: #64CC90; }

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

This text font color is #64CC90.


Background Color

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

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

This div background color is #64CC90.


Border color

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

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

This div border color is #64CC90.


Opacity

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

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

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

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

This text has shadow with #64CC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64CC90 on black background.


Color preview on white background

This text has color #64CC90 on white background.



Black color preview on #64CC90 background

This text has black color on #64CC90 background.


White color preview on #64CC90 background

This text has white color on #64CC90 background.