#64D761

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

Shades of Pastel Green #64D761

Tints of Pastel Green #64D761

Color information

#64D761 (or 0x64D761) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 61. RGB value is (100,215,97). Sum of RGB (Red+Green+Blue) = 100+215+97=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #64D761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D761 is #9B289E. Grayscale: #A7A7A7. Windows color (decimal): -10168479 or 6412132. OLE color: 6412132.

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

Color convert

RGB10021597-
CMYK0.5300.550.16
HSL118.47º59.6%61.18%-
HSV(B)118.47º54.88%84.31%-
XYZ31.7152.1719.71-
YUV167.1688.480.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 215 (84.38% from 255) = 52.18%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=24.27%
G=52.18%
B=23.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100215970.5300.550.16118.4759.661.18
Hex64D7613503710763c3d
Octal14432714165067201667475
Binary11001001101011111000011101010110111100001110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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