#64D97E

Color #64D97E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #64D97E

Tints of Pastel Green #64D97E

Color information

#64D97E (or 0x64D97E) is unknown color: approx Pastel Green. HEX triplet: 64, D9 and 7E. RGB value is (100,217,126). Sum of RGB (Red+Green+Blue) = 100+217+126=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #64D97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D97E is #9B2681. Grayscale: #ABABAB. Windows color (decimal): -10167938 or 8313188. OLE color: 8313188.

HSL color Cylindrical-coordinate representation of color #64D97E: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D97E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB100217126-
CMYK0.5400.420.15
HSL133.33º60.62%62.16%-
HSV(B)133.33º53.92%85.1%-
XYZ33.8353.8428.35-
YUV171.64102.2476.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=22.57%
G=48.98%
B=28.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171260.5400.420.15133.3360.6262.16
Hex64D97E3602AF853d3e
Octal14433117666052172057576
Binary11001001101100111111101101100101010111110000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D97E; }

 p { color: rgb(100,217,126); }

 H1.HeaderClassName
 {
   color: #64D97E;
 }
 .AnyTagClassName
 {
   color: #64D97E;
 }
</style>
background-color css

<style>
 a { background-color: #64D97E; }

 a { background-color: rgb(100,217,126); }

 div.DivClassName
 {
   background-color: #64D97E;
 }
 .BgClassName
 {
   background-color: #64D97E;
 }
</style>
border-color css

<style>
 span { border-color: #64D97E; }

 span { border-color: rgb(100,217,126); }

 td.TdClassName
 {
   border-color: #64D97E;
 }
 .TagClassName
 {
   border-color: #64D97E;
 }
</style>