COLOR #64BD5A

HEX: #64BD5A
RGB: (100,189,90)

Color info

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

RGB color model

#64BD5A color RGB value is (100,189,90).

  • red value is 100;
  • green value is 189;
  • blue value is 90.
RGB:
(100,189,90)
(39%,74%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 189 of 255 = 74%
B 90 of 255 = 35%

100
189
90

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

Portions of RGB colors in percentages

R + G + B =
100 + 189 + 90 = 379 (100%)
R 100 of 379 ~ 26.39%
G 189 of 379 ~ 49.87%
B 90 of 379 ~ 23.75%

%26.39
%49.87
%23.75

CMYK color model

#64BD5A color CMYK value is (47,0,52,26).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 25.88%
CMYK:
(47,0,52,26)
C47M0Y52K26 
(47%,0%,52%,26%)
(0.47/0.00/0.52/0.26)	

CMYK percentages

%47.09
%0
%52.38
%25.88

Codes

Color #64BD5A in popluar color models

64BD5A
RGB10018990
HSL114°42.86%54.71%
HSB/HSV114°52.38%74.12%
CMYK47.09%0.00%52.38%
25.88%

Color #64BD5A in popluar number systems.

HEX64BD5A
Decimal10018990
Binary1100100101111011011010
Octal144275132

Shades and tints

Shades of #64BD5A

#64BD5A
(100,189,90)
#5BAC52
(91,172,82)
#529B4A
(82,155,74)
#498A42
(73,138,66)
#40793A
(64,121,58)
#376832
(55,104,50)
#2E572A
(46,87,42)
#254622
(37,70,34)
#1C351A
(28,53,26)
#132412
(19,36,18)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #64BD5A

#64BD5A
(100,189,90)
#72C369
(114,195,105)
#80C978
(128,201,120)
#8ECF87
(142,207,135)
#9CD596
(156,213,150)
#AADBA5
(170,219,165)
#B8E1B4
(184,225,180)
#C6E7C3
(198,231,195)
#D4EDD2
(212,237,210)
#E2F3E1
(226,243,225)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BD5A color. Also use rgb(100,189,90) instead hex code.

Text Font Color

.myTextColor { color: #64BD5A; }

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

This text font color is #64BD5A.


Background Color

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

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

This div background color is #64BD5A.


Border color

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

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

This div border color is #64BD5A.


Opacity

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

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

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

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

This text has shadow with #64BD5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BD5A on black background.


Color preview on white background

This text has color #64BD5A on white background.



Black color preview on #64BD5A background

This text has black color on #64BD5A background.


White color preview on #64BD5A background

This text has white color on #64BD5A background.