COLOR #64BF4D

HEX: #64BF4D RGB: (100,191,77)

Color info

#64BF4D contains mainly green color. Web safe color of #64BF4D is #66CC33 (or #6C3).

RGB color model

#64BF4D color RGB value is (100,191,77).

RGB: (100,191,77) (39%, 75%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 191 of 255 = 75%
B 77 of 255 = 30%

100
191
77

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

Portions of RGB colors in percentages

R + G + B = 100 + 191 + 77 = 368 (100%)
R 100 of 368 ~ 27.17%
G 191 of 368 ~ 51.9%
B 77 of 368 ~ 20.92'%

%27.17
%51.9
%20.92

CMYK color model

#64BF4D color CMYK value is (48,0,60,25).

  • cyan value is 47.64%
  • magenta value is 0.00%
  • yellow value is 59.69%
  • key color value is 25.10%

CMYK: (48,0,60,25)
C48M0Y60K25 (48%, 0%, 60%, 25%)
(0.48 / 0.00 / 0.60 / 0.25)

CMYK percentages

%47.64
%0
%59.69
%25.1

Codes

Color #64BF4D in popluar color models

64 BF 4D
RGB 100 191 77
HSL 108° 47.11% 52.55%
HSB/HSV 108° 59.69% 74.90%
CMYK 47.64% 0.00% 59.69%
25.10%

Color #64BF4D in popluar number systems.

HEX 64 BF 4D
Decimal 100 191 77
Binary 1100100 10111111 1001101
Octal 144 277 115

Shades and tints

Shades of #64BF4D

#64BF4D
(100,191,77)
#5BAE46
(91,174,70)
#529D3F
(82,157,63)
#498C38
(73,140,56)
#407B31
(64,123,49)
#376A2A
(55,106,42)
#2E5923
(46,89,35)
#25481C
(37,72,28)
#1C3715
(28,55,21)
#13260E
(19,38,14)
#0A1507
(10,21,7)
#000000
(0,0,0)

Tints of #64BF4D

#64BF4D
(100,191,77)
#72C45D
(114,196,93)
#80C96D
(128,201,109)
#8ECE7D
(142,206,125)
#9CD38D
(156,211,141)
#AAD89D
(170,216,157)
#B8DDAD
(184,221,173)
#C6E2BD
(198,226,189)
#D4E7CD
(212,231,205)
#E2ECDD
(226,236,221)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BF4D color. Also use rgb(100,191,77) instead hex code.

Text Font Color

.myTextColor { color: #64BF4D; }

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

This text font color is #64BF4D.

Background Color

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

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

This div background color is #64BF4D.

Border color

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

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

This div border color is #64BF4D.

Opacity

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

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

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

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

This text has shadow with #64BF4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64BF4D.

Preview

Color preview on black background

This text has color #64BF4D on black background.


Color preview on white background

This text has color #64BF4D on white background.


Black color preview on #64BF4D background

This text has black color on #64BF4D background.


White color preview on #64BF4D background

This text has white color on #64BF4D background.


Related colors

Complementary color

Complementary color for #hex is #9B40B2.


I love getcolorcode.com

Triadic colors

1 #4D64BF and #BF4D64 with #64BF4D are triadic colors.

2 #4DBF64 and #BF644D with #64BF4D are triadic colors.