COLOR #64D298

HEX: #64D298
RGB: (100,210,152)

Color info

#64D298 contains mainly green and blue colors. Web safe color of #64D298 is #66CC99 (or #6C9).

RGB color model

#64D298 color RGB value is (100,210,152).

  • red value is 100;
  • green value is 210;
  • blue value is 152.
RGB:
(100,210,152)
(39%,82%,60%)

RGB channels and saturation

R 100 of 255 = 39%
G 210 of 255 = 82%
B 152 of 255 = 60%

100
210
152

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

Portions of RGB colors in percentages

R + G + B =
100 + 210 + 152 = 462 (100%)
R 100 of 462 ~ 21.65%
G 210 of 462 ~ 45.45%
B 152 of 462 ~ 32.9%

%21.65
%45.45
%32.9

CMYK color model

#64D298 color CMYK value is (52,0,28,18).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(52,0,28,18)
C52M0Y28K18 
(52%,0%,28%,18%)
(0.52/0.00/0.28/0.18)	

CMYK percentages

%52.38
%0
%27.62
%17.65

Codes

Color #64D298 in popluar color models

64D298
RGB100210152
HSL148°55.00%60.78%
HSB/HSV148°52.38%82.35%
CMYK52.38%0.00%27.62%
17.65%

Color #64D298 in popluar number systems.

HEX64D298
Decimal100210152
Binary11001001101001010011000
Octal144322230

Shades and tints

Shades of #64D298

#64D298
(100,210,152)
#5BBF8B
(91,191,139)
#52AC7E
(82,172,126)
#499971
(73,153,113)
#408664
(64,134,100)
#377357
(55,115,87)
#2E604A
(46,96,74)
#254D3D
(37,77,61)
#1C3A30
(28,58,48)
#132723
(19,39,35)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #64D298

#64D298
(100,210,152)
#72D6A1
(114,214,161)
#80DAAA
(128,218,170)
#8EDEB3
(142,222,179)
#9CE2BC
(156,226,188)
#AAE6C5
(170,230,197)
#B8EACE
(184,234,206)
#C6EED7
(198,238,215)
#D4F2E0
(212,242,224)
#E2F6E9
(226,246,233)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D298 color. Also use rgb(100,210,152) instead hex code.

Text Font Color

.myTextColor { color: #64D298; }

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

This text font color is #64D298.


Background Color

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

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

This div background color is #64D298.


Border color

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

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

This div border color is #64D298.


Opacity

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

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

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

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

This text has shadow with #64D298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D298 on black background.


Color preview on white background

This text has color #64D298 on white background.



Black color preview on #64D298 background

This text has black color on #64D298 background.


White color preview on #64D298 background

This text has white color on #64D298 background.