COLOR #64B95F

HEX: #64B95F
RGB: (100,185,95)

Color info

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

RGB color model

#64B95F color RGB value is (100,185,95).

  • red value is 100;
  • green value is 185;
  • blue value is 95.
RGB:
(100,185,95)
(39%,73%,37%)

RGB channels and saturation

R 100 of 255 = 39%
G 185 of 255 = 73%
B 95 of 255 = 37%

100
185
95

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

Portions of RGB colors in percentages

R + G + B =
100 + 185 + 95 = 380 (100%)
R 100 of 380 ~ 26.32%
G 185 of 380 ~ 48.68%
B 95 of 380 ~ 25%

%26.32
%48.68
%25

CMYK color model

#64B95F color CMYK value is (46,0,49,27).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 27.45%
CMYK:
(46,0,49,27)
C46M0Y49K27 
(46%,0%,49%,27%)
(0.46/0.00/0.49/0.27)	

CMYK percentages

%45.95
%0
%48.65
%27.45

Codes

Color #64B95F in popluar color models

64B95F
RGB10018595
HSL117°39.13%54.90%
HSB/HSV117°48.65%72.55%
CMYK45.95%0.00%48.65%
27.45%

Color #64B95F in popluar number systems.

HEX64B95F
Decimal10018595
Binary1100100101110011011111
Octal144271137

Shades and tints

Shades of #64B95F

#64B95F
(100,185,95)
#5BA957
(91,169,87)
#52994F
(82,153,79)
#498947
(73,137,71)
#40793F
(64,121,63)
#376937
(55,105,55)
#2E592F
(46,89,47)
#254927
(37,73,39)
#1C391F
(28,57,31)
#132917
(19,41,23)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #64B95F

#64B95F
(100,185,95)
#72BF6D
(114,191,109)
#80C57B
(128,197,123)
#8ECB89
(142,203,137)
#9CD197
(156,209,151)
#AAD7A5
(170,215,165)
#B8DDB3
(184,221,179)
#C6E3C1
(198,227,193)
#D4E9CF
(212,233,207)
#E2EFDD
(226,239,221)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B95F color. Also use rgb(100,185,95) instead hex code.

Text Font Color

.myTextColor { color: #64B95F; }

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

This text font color is #64B95F.


Background Color

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

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

This div background color is #64B95F.


Border color

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

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

This div border color is #64B95F.


Opacity

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

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

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

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

This text has shadow with #64B95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B95F on black background.


Color preview on white background

This text has color #64B95F on white background.



Black color preview on #64B95F background

This text has black color on #64B95F background.


White color preview on #64B95F background

This text has white color on #64B95F background.