COLOR #64EA4A

HEX: #64EA4A
RGB: (100,234,74)

Color info

#64EA4A contains mainly green color. Web safe color of #64EA4A is #66FF33 (or #6F3).

RGB color model

#64EA4A color RGB value is (100,234,74).

  • red value is 100;
  • green value is 234;
  • blue value is 74.
RGB:
(100,234,74)
(39%,92%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 234 of 255 = 92%
B 74 of 255 = 29%

100
234
74

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

Portions of RGB colors in percentages

R + G + B =
100 + 234 + 74 = 408 (100%)
R 100 of 408 ~ 24.51%
G 234 of 408 ~ 57.35%
B 74 of 408 ~ 18.14%

%24.51
%57.35
%18.14

CMYK color model

#64EA4A color CMYK value is (57,0,68,8).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 68.38%
  • key color value is 8.24%
CMYK:
(57,0,68,8)
C57M0Y68K8 
(57%,0%,68%,8%)
(0.57/0.00/0.68/0.08)	

CMYK percentages

%57.26
%0
%68.38
%8.24

Codes

Color #64EA4A in popluar color models

64EA4A
RGB10023474
HSL110°79.21%60.39%
HSB/HSV110°68.38%91.76%
CMYK57.26%0.00%68.38%
8.24%

Color #64EA4A in popluar number systems.

HEX64EA4A
Decimal10023474
Binary1100100111010101001010
Octal144352112

Shades and tints

Shades of #64EA4A

#64EA4A
(100,234,74)
#5BD544
(91,213,68)
#52C03E
(82,192,62)
#49AB38
(73,171,56)
#409632
(64,150,50)
#37812C
(55,129,44)
#2E6C26
(46,108,38)
#255720
(37,87,32)
#1C421A
(28,66,26)
#132D14
(19,45,20)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #64EA4A

#64EA4A
(100,234,74)
#72EB5A
(114,235,90)
#80EC6A
(128,236,106)
#8EED7A
(142,237,122)
#9CEE8A
(156,238,138)
#AAEF9A
(170,239,154)
#B8F0AA
(184,240,170)
#C6F1BA
(198,241,186)
#D4F2CA
(212,242,202)
#E2F3DA
(226,243,218)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64EA4A color. Also use rgb(100,234,74) instead hex code.

Text Font Color

.myTextColor { color: #64EA4A; }

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

This text font color is #64EA4A.


Background Color

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

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

This div background color is #64EA4A.


Border color

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

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

This div border color is #64EA4A.


Opacity

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

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

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

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

This text has shadow with #64EA4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64EA4A on black background.


Color preview on white background

This text has color #64EA4A on white background.



Black color preview on #64EA4A background

This text has black color on #64EA4A background.


White color preview on #64EA4A background

This text has white color on #64EA4A background.