#64DA7D

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

Shades of Pastel Green #64DA7D

Tints of Pastel Green #64DA7D

Color information

#64DA7D (or 0x64DA7D) is unknown color: approx Pastel Green. HEX triplet: 64, DA and 7D. RGB value is (100,218,125). Sum of RGB (Red+Green+Blue) = 100+218+125=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA7D is #9B2582. Grayscale: #ACACAC. Windows color (decimal): -10167683 or 8247908. OLE color: 8247908.

HSL color Cylindrical-coordinate representation of color #64DA7D: hue angle of 132.71º 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 #64DA7D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB100218125-
CMYK0.5400.430.15
HSL132.71º61.46%62.35%-
HSV(B)132.71º54.13%85.49%-
XYZ34.0354.3328.1-
YUV172.12101.4176.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 218 (85.55% from 255) = 49.21%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=22.57%
G=49.21%
B=28.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181250.5400.430.15132.7161.4662.35
Hex64DA7D3602BF853d3e
Octal14433217566053172057576
Binary11001001101101011111011101100101011111110000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,125); }

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

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

 a { background-color: rgb(100,218,125); }

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

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

 span { border-color: rgb(100,218,125); }

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