COLOR #64BE60

HEX: #64BE60
RGB: (100,190,96)

Color info

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

RGB color model

#64BE60 color RGB value is (100,190,96).

  • red value is 100;
  • green value is 190;
  • blue value is 96.
RGB:
(100,190,96)
(39%,75%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 190 of 255 = 75%
B 96 of 255 = 38%

100
190
96

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

Portions of RGB colors in percentages

R + G + B =
100 + 190 + 96 = 386 (100%)
R 100 of 386 ~ 25.91%
G 190 of 386 ~ 49.22%
B 96 of 386 ~ 24.87%

%25.91
%49.22
%24.87

CMYK color model

#64BE60 color CMYK value is (47,0,49,25).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 25.49%
CMYK:
(47,0,49,25)
C47M0Y49K25 
(47%,0%,49%,25%)
(0.47/0.00/0.49/0.25)	

CMYK percentages

%47.37
%0
%49.47
%25.49

Codes

Color #64BE60 in popluar color models

64BE60
RGB10019096
HSL117°41.96%56.08%
HSB/HSV117°49.47%74.51%
CMYK47.37%0.00%49.47%
25.49%

Color #64BE60 in popluar number systems.

HEX64BE60
Decimal10019096
Binary1100100101111101100000
Octal144276140

Shades and tints

Shades of #64BE60

#64BE60
(100,190,96)
#5BAD58
(91,173,88)
#529C50
(82,156,80)
#498B48
(73,139,72)
#407A40
(64,122,64)
#376938
(55,105,56)
#2E5830
(46,88,48)
#254728
(37,71,40)
#1C3620
(28,54,32)
#132518
(19,37,24)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #64BE60

#64BE60
(100,190,96)
#72C36E
(114,195,110)
#80C87C
(128,200,124)
#8ECD8A
(142,205,138)
#9CD298
(156,210,152)
#AAD7A6
(170,215,166)
#B8DCB4
(184,220,180)
#C6E1C2
(198,225,194)
#D4E6D0
(212,230,208)
#E2EBDE
(226,235,222)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BE60 color. Also use rgb(100,190,96) instead hex code.

Text Font Color

.myTextColor { color: #64BE60; }

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

This text font color is #64BE60.


Background Color

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

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

This div background color is #64BE60.


Border color

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

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

This div border color is #64BE60.


Opacity

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

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

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

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

This text has shadow with #64BE60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BE60 on black background.


Color preview on white background

This text has color #64BE60 on white background.



Black color preview on #64BE60 background

This text has black color on #64BE60 background.


White color preview on #64BE60 background

This text has white color on #64BE60 background.