COLOR #64BF51

HEX: #64BF51 RGB: (100,191,81)

Color info

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

RGB color model

#64BF51 color RGB value is (100,191,81).

RGB: (100,191,81) (39%, 75%, 32%)

RGB channels and saturation

R 100 of 255 = 39%
G 191 of 255 = 75%
B 81 of 255 = 32%

100
191
81

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

Portions of RGB colors in percentages

R + G + B = 100 + 191 + 81 = 372 (100%)
R 100 of 372 ~ 26.88%
G 191 of 372 ~ 51.34%
B 81 of 372 ~ 21.77'%

%26.88
%51.34
%21.77

CMYK color model

#64BF51 color CMYK value is (48,0,58,25).

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

CMYK: (48,0,58,25)
C48M0Y58K25 (48%, 0%, 58%, 25%)
(0.48 / 0.00 / 0.58 / 0.25)

CMYK percentages

%47.64
%0
%57.59
%25.1

Codes

Color #64BF51 in popluar color models

64 BF 51
RGB 100 191 81
HSL 110° 46.22% 53.33%
HSB/HSV 110° 57.59% 74.90%
CMYK 47.64% 0.00% 57.59%
25.10%

Color #64BF51 in popluar number systems.

HEX 64 BF 51
Decimal 100 191 81
Binary 1100100 10111111 1010001
Octal 144 277 121

Shades and tints

Shades of #64BF51

#64BF51
(100,191,81)
#5BAE4A
(91,174,74)
#529D43
(82,157,67)
#498C3C
(73,140,60)
#407B35
(64,123,53)
#376A2E
(55,106,46)
#2E5927
(46,89,39)
#254820
(37,72,32)
#1C3719
(28,55,25)
#132612
(19,38,18)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #64BF51

#64BF51
(100,191,81)
#72C460
(114,196,96)
#80C96F
(128,201,111)
#8ECE7E
(142,206,126)
#9CD38D
(156,211,141)
#AAD89C
(170,216,156)
#B8DDAB
(184,221,171)
#C6E2BA
(198,226,186)
#D4E7C9
(212,231,201)
#E2ECD8
(226,236,216)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64BF51; }

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

This text font color is #64BF51.

Background Color

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

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

This div background color is #64BF51.

Border color

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

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

This div border color is #64BF51.

Opacity

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

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

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

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

This text has shadow with #64BF51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64BF51.

Preview

Color preview on black background

This text has color #64BF51 on black background.


Color preview on white background

This text has color #64BF51 on white background.


Black color preview on #64BF51 background

This text has black color on #64BF51 background.


White color preview on #64BF51 background

This text has white color on #64BF51 background.


Related colors

Complementary color

Complementary color for #hex is #9B40AE.


I love getcolorcode.com

Triadic colors

1 #5164BF and #BF5164 with #64BF51 are triadic colors.

2 #51BF64 and #BF6451 with #64BF51 are triadic colors.