COLOR #64E758

HEX: #64E758
RGB: (100,231,88)

Color info

#64E758 contains mainly green color. Web safe color of #64E758 is #66FF66 (or #6F6).

RGB color model

#64E758 color RGB value is (100,231,88).

  • red value is 100;
  • green value is 231;
  • blue value is 88.
RGB:
(100,231,88)
(39%,91%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 231 of 255 = 91%
B 88 of 255 = 35%

100
231
88

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

Portions of RGB colors in percentages

R + G + B =
100 + 231 + 88 = 419 (100%)
R 100 of 419 ~ 23.87%
G 231 of 419 ~ 55.13%
B 88 of 419 ~ 21%

%23.87
%55.13
%21

CMYK color model

#64E758 color CMYK value is (57,0,62,9).

  • cyan value is 56.71%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 9.41%
CMYK:
(57,0,62,9)
C57M0Y62K9 
(57%,0%,62%,9%)
(0.57/0.00/0.62/0.09)	

CMYK percentages

%56.71
%0
%61.9
%9.41

Codes

Color #64E758 in popluar color models

64E758
RGB10023188
HSL115°74.87%62.55%
HSB/HSV115°61.90%90.59%
CMYK56.71%0.00%61.90%
9.41%

Color #64E758 in popluar number systems.

HEX64E758
Decimal10023188
Binary1100100111001111011000
Octal144347130

Shades and tints

Shades of #64E758

#64E758
(100,231,88)
#5BD250
(91,210,80)
#52BD48
(82,189,72)
#49A840
(73,168,64)
#409338
(64,147,56)
#377E30
(55,126,48)
#2E6928
(46,105,40)
#255420
(37,84,32)
#1C3F18
(28,63,24)
#132A10
(19,42,16)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #64E758

#64E758
(100,231,88)
#72E967
(114,233,103)
#80EB76
(128,235,118)
#8EED85
(142,237,133)
#9CEF94
(156,239,148)
#AAF1A3
(170,241,163)
#B8F3B2
(184,243,178)
#C6F5C1
(198,245,193)
#D4F7D0
(212,247,208)
#E2F9DF
(226,249,223)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64E758 color. Also use rgb(100,231,88) instead hex code.

Text Font Color

.myTextColor { color: #64E758; }

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

This text font color is #64E758.


Background Color

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

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

This div background color is #64E758.


Border color

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

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

This div border color is #64E758.


Opacity

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

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

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

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

This text has shadow with #64E758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E758 on black background.


Color preview on white background

This text has color #64E758 on white background.



Black color preview on #64E758 background

This text has black color on #64E758 background.


White color preview on #64E758 background

This text has white color on #64E758 background.