#64D663

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

Shades of Pastel Green #64D663

Tints of Pastel Green #64D663

Color information

#64D663 (or 0x64D663) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 63. RGB value is (100,214,99). Sum of RGB (Red+Green+Blue) = 100+214+99=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #64D663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D663 is #9B299C. Grayscale: #A7A7A7. Windows color (decimal): -10168733 or 6542948. OLE color: 6542948.

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

Color convert

RGB10021499-
CMYK0.5300.540.16
HSL119.48º58.38%61.37%-
HSV(B)119.48º53.74%83.92%-
XYZ31.5551.720.12-
YUV166.889.7380.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 214 (83.98% from 255) = 51.82%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=24.21%
G=51.82%
B=23.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100214990.5300.540.16119.4858.3861.37
Hex64D6633503610773a3d
Octal14432614365066201677275
Binary11001001101011011000111101010110110100001110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,214,99); }

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

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

 a { background-color: rgb(100,214,99); }

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

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

 span { border-color: rgb(100,214,99); }

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