#64D775

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

Shades of Pastel Green #64D775

Tints of Pastel Green #64D775

Color information

#64D775 (or 0x64D775) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 75. RGB value is (100,215,117). Sum of RGB (Red+Green+Blue) = 100+215+117=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #64D775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D775 is #9B288A. Grayscale: #A9A9A9. Windows color (decimal): -10168459 or 7722852. OLE color: 7722852.

HSL color Cylindrical-coordinate representation of color #64D775: hue angle of 128.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D775 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB100215117-
CMYK0.5300.460.16
HSL128.87º58.97%61.76%-
HSV(B)128.87º53.49%84.31%-
XYZ32.7752.5925.25-
YUV169.4498.478.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 215 (84.38% from 255) = 49.77%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=23.15%
G=49.77%
B=27.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151170.5300.460.16128.8758.9761.76
Hex64D7753502E10813b3e
Octal14432716565056202017376
Binary110010011010111111010111010101011101000010000001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,117); }

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

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

 a { background-color: rgb(100,215,117); }

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

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

 span { border-color: rgb(100,215,117); }

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